Update Ironbank
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| bb-common | minor | 0.14.1 -> 0.15.0 |
| gluon | major | 0.9.8 -> 1.0.1 |
| loki (source) | major | 6.55.0 -> 7.0.0 |
| registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs (source) | patch | v3.6.5 -> v3.6.6 |
| registry1.dso.mil/ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner (source) | patch | 3.6.5 -> 3.6.6 |
| registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar (source) | minor | 2.5.0 -> 2.7.1 |
| registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (source) | patch | v1.34.6 -> v1.34.7 |
| registry1.dso.mil/ironbank/opensource/nginx/nginx (source) | minor | 1.29.7 -> 1.30.0 |
| registry1.dso.mil/ironbank/opensource/prometheus/memcached-exporter (source) | minor | v0.15.3 -> v0.16.0 |
| rollout-operator (source) | minor | 0.46.0 -> 0.47.0 |
Complete MR checklist
Assignee
- Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md
- Update Docs with new/updated steps as needed
- Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines
Umbrella Branch
loki-286/renovate
Add supporting info below
Reviewer only
- Tested and Validated changes
Release Notes
grafana/helm-charts (rollout-operator)
v0.47.0
Grafana rollout-operator
What's Changed
- [rollout-operator] update image to v0.36.1 by @andyasp in https://github.com/grafana/helm-charts/pull/4142
Full Changelog: https://github.com/grafana/helm-charts/compare/beyla-1.15.0...rollout-operator-0.47.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR was automatically generated by Renovate Bot.
Upgrade Notices
This update moves the Big Bang Loki package from the legacy OSS Loki chart in the grafana/loki repository to the community-maintained chart in grafana-community/helm-charts, and includes breaking changes for users with custom Loki package configuration.
Enterprise / GEL support removed
This package is now aligned to the OSS community Loki chart and no longer supports Grafana Enterprise Logs specific chart resources or configuration.
The following are no longer supported in this package:
- enterprise.* as an operational configuration path
- enterprise gateway resources
- tokengen
- provisioner
- admin-api
- enterprise license secret resources
If you still require Enterprise / GEL chart support, do not upgrade to this package version. Continue using the legacy chart path from Grafana instead:
https://github.com/grafana/loki/blob/main/production/helm/loki/Chart.yaml
Deployment mode rename
Upstream renamed the monolithic deployment mode from SingleBinary to Monolithic.
For most Big Bang users this should not require action, since the Big Bang wrapper continues to manage the deployment mode for standard monolith and scalable strategies.
If you directly override low-level Loki chart values, update:
deploymentMode: SingleBinary to: deploymentMode: Monolithic
Additional breaking changes
This package also removes legacy table-manager support from the chart. Do not continue using:
- tableManager.*
- generated table_manager config blocks
Before upgrading, review any downstream loki.values overrides for:
- enterprise.*
- tableManager.*
- deploymentMode: SingleBinary
If any of those are present, they must be removed or updated before adopting this package version.