-
Notifications
You must be signed in to change notification settings - Fork 31
chore(deps): update grafana #2206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/grafana
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
214f6c9 to
2ddcc12
Compare
slaskawi
added a commit
that referenced
this pull request
Dec 17, 2025
…install (#2219) ## Description This Pull Request fixes the `main` branch build. It root cause of the failures (like [this](https://github.com/defenseunicorns/uds-core/actions/runs/20259499091/job/58168267972)) was a combination of two things: 1. The `HELM_UNITTEST_VERSION=v1.0.3 helm plugin install https://github.com/helm-unittest/helm-unittest.git --version "$HELM_UNITTEST_VERSION"` incorrectly propagates the environment variable. At the time of invoking the `helm` command the `$HELM_UNITTEST_VERSION` is undefined. This can be easily illustrated with the following script: ```bash $ bash $ set -x $ TEST=ok true "$TEST" + TEST=ok + true '' <-- Note that this is empty, it's not "ok"!!! ``` 2. The helm-unittest/helm-unittest#790 introduced an incompatible with Helm 3 change which was causing the plugin installation to fail. Originally a previous release (1.0.3) was retagged, but this has since been reverted so that 1.0.3 can be pulled down. This also includes the helm chart bump for Grafana 10.3.1, resolving [this issue](https://www.github.com/grafana/helm-charts/issues/4039) (this replaces #2206) and [enables the WAL](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#wal) to allow for more seamless upgrades on the internal DB. Finally it downgrades the k8s-sidecar image due to a number of upstream issues with 2.x images. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Steps to Validate Verified automatically ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --------- Co-authored-by: Micah Nagel <micah.nagel@gmail.com> Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
2ddcc12 to
0029916
Compare
0029916 to
36502f7
Compare
mjnagel
reviewed
Dec 17, 2025
| registry: registry1.dso.mil | ||
| repository: ironbank/kiwigrid/k8s-sidecar | ||
| tag: 1.30.10 | ||
| tag: 2.1.4 |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll want to avoid the 2.x stream for now pending upstream fixes. Probably need to get a renovate config update to block these.
chance-coleman
pushed a commit
that referenced
this pull request
Dec 17, 2025
…install (#2219) ## Description This Pull Request fixes the `main` branch build. It root cause of the failures (like [this](https://github.com/defenseunicorns/uds-core/actions/runs/20259499091/job/58168267972)) was a combination of two things: 1. The `HELM_UNITTEST_VERSION=v1.0.3 helm plugin install https://github.com/helm-unittest/helm-unittest.git --version "$HELM_UNITTEST_VERSION"` incorrectly propagates the environment variable. At the time of invoking the `helm` command the `$HELM_UNITTEST_VERSION` is undefined. This can be easily illustrated with the following script: ```bash $ bash $ set -x $ TEST=ok true "$TEST" + TEST=ok + true '' <-- Note that this is empty, it's not "ok"!!! ``` 2. The helm-unittest/helm-unittest#790 introduced an incompatible with Helm 3 change which was causing the plugin installation to fail. Originally a previous release (1.0.3) was retagged, but this has since been reverted so that 1.0.3 can be pulled down. This also includes the helm chart bump for Grafana 10.3.1, resolving [this issue](https://www.github.com/grafana/helm-charts/issues/4039) (this replaces #2206) and [enables the WAL](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#wal) to allow for more seamless upgrades on the internal DB. Finally it downgrades the k8s-sidecar image due to a number of upstream issues with 2.x images. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Steps to Validate Verified automatically ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --------- Co-authored-by: Micah Nagel <micah.nagel@gmail.com> Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com> (cherry picked from commit d78eecd)
36502f7 to
2079a7e
Compare
20ff253 to
adb2648
Compare
0cf321d to
1d912a6
Compare
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------- | ------ | | docker | docker.io/grafana/grafana | 12.3.0 | 12.3.1 | | docker | ghcr.io/kiwigrid/k8s-sidecar | 1.30.10 | 2.1.4 | | helm | grafana | 10.3.1 | 10.4.3 | | docker | quay.io/rfcurated/grafana | 12.3.0 | 12.3.1 | | docker | quay.io/rfcurated/kiwigrid/k8s-sidecar | 1.30.10 | 2.1.4 | | docker | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar | 1.30.10 | 2.1.4 | | docker | registry1.dso.mil/ironbank/opensource/grafana/grafana | 12.3.0 | 12.3.1 |
1d912a6 to
52697ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
major-image-update
Label for Renovate PRs contain a major version bump to an image
needs-review
Label used for Renovate PRs that are ready for review/test
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.3.0→12.3.11.30.10→2.1.410.3.1→10.4.312.3.0-jammy-scratch-fips-rfcurated→12.3.1-jammy-scratch-fips-rfcurated1.30.10-jammy-scratch-fips-rfcurated-rfhardened→2.1.4-jammy-scratch-fips-rfcurated-rfhardened1.30.10→2.1.412.3.0→12.3.1Release Notes
grafana/grafana (docker.io/grafana/grafana)
v12.3.1Compare Source
Features and enhancements
Bug fixes
dcountaggregation #114907, @aangeliscpercentilesyntax #114707, @aangelisckiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)
v2.1.4Compare Source
📦 Dependencies
v2.1.3Compare Source
📦 Dependencies
v2.1.2Compare Source
📦 Dependencies
v2.1.1Compare Source
📦 Dependencies
v2.1.0Compare Source
🚀 Features
📦 Dependencies
v2.0.3Compare Source
Build
ppc64le(#445)s390x(#444)Enhancements
Add health endpoint with readiness and liveness probes (#416)
New /healthz Endpoint: A new HTTP endpoint is available on port 8080 (configurable via the HEALTH_PORT environment variable)
Readiness Probe:
Liveness Probe:
Reduced Log Noise: Access logs for frequent /healthz requests are automatically filtered out to keep application logs clean and focused
Fail-Fast on Process Death: The main process now exits immediately if a critical watcher subprocess dies, ensuring a prompt restart by Kubernetes
Testing
v1.30.11Compare Source
Use 1.30.9 as latest stable
📦 Dependencies
grafana/helm-charts (grafana)
v10.4.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.4.2...grafana-10.4.3
v10.4.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.4.1...grafana-10.4.2
v10.4.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@enterprise-logs-2.5.1...grafana-10.4.1
v10.4.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@beyla-1.10.3...grafana-10.4.0
v10.3.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-operator-5.21.2...grafana-10.3.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.