Skip to content

Commit dd4cb1e

Browse files
Merge branch 'main' into dependabot/hex/timex-3.7.13
2 parents bd3f16a + 3afbf6a commit dd4cb1e

34 files changed

Lines changed: 1326 additions & 794 deletions

File tree

.github/workflows/ensure_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: Install Nix
16-
uses: nixbuild/nix-quick-install-action@5bb6a3b3abe66fd09bbf250dce8ada94f856a703 # v30
16+
uses: nixbuild/nix-quick-install-action@63ca48f939ee3b8d835f4126562537df0fee5b91 # v32
1717

1818
- name: Nix binary cache
1919
uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3

.github/workflows/spell_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- name: Spell check
18-
uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
18+
uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919

2020
- name: Install Nix
21-
uses: nixbuild/nix-quick-install-action@5bb6a3b3abe66fd09bbf250dce8ada94f856a703 # v30
21+
uses: nixbuild/nix-quick-install-action@63ca48f939ee3b8d835f4126562537df0fee5b91 # v32
2222

2323
- name: Nix binary cache
2424
uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### New features
66

7+
- feat(webview): add Google Maps link for car's current location (#4781 - @clhuang)
8+
79
### Improvements and bug fixes
810

911
- fix(nix): update cldr hash (#4723 - @brianmay)
@@ -12,6 +14,9 @@
1214
- feat: preserve the folders when restoring dashboards (#4715 - @IngmarStein)
1315
- feat: use Grafana 12.0.1+security-01 (#4799 - @swiffer)
1416
- feat: use Grafana 12.0.2 (#4805 - @swiffer)
17+
- feat(mqtt): always publish healthy status and disable retain to prevent stale healthy status via mqtt (#4817 - @allivshits)
18+
- feat: use the k8s-style API introduced in Grafana v12 if using manual dashboard setup (#4764- @IngmarStein)
19+
- feat(db-check): allow beta / rc PostgreSQL versions for testing (#4795 - @swiffer)
1520

1621
#### Build, CI, internal
1722

@@ -30,6 +35,10 @@
3035
- build(deps): bump phoenix_ecto from 4.6.3 to 4.6.4 (#4779)
3136
- build(deps): bump @docusaurus/preset-classic from 3.7.0 to 3.8.0 in /website (#4776)
3237
- build(deps): bump @docusaurus/core from 3.7.0 to 3.8.0, @docusaurus/preset-classic from 3.8.0 to 3.8.1, bump dependencies in /website (#4777 - @JakobLichterfeld)
38+
- build(deps): bump nixbuild/nix-quick-install-action from 30 to 32 (#4813)
39+
- build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /website (#4821)
40+
- build(deps): bump plug_cowboy from 2.7.3 to 2.7.4 (#4816)
41+
- build(deps): bump crate-ci/typos from 1.33.1 to 1.34.0 (#4814)
3342
- build(deps): bump timex from 3.7.11 to 3.7.13 (#4815)
3443

3544
#### Dashboards

0 commit comments

Comments
 (0)