Skip to content
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

chore(deps): update loki #1022

Merged
merged 1 commit into from
Dec 9, 2024
Merged

chore(deps): update loki #1022

merged 1 commit into from
Dec 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Update Change
cgr.dev/du-uds-defenseunicorns/loki (source) minor 3.2.1 -> 3.3.1
cgr.dev/du-uds-defenseunicorns/memcached (source) patch 1.6.32 -> 1.6.33
cgr.dev/du-uds-defenseunicorns/nginx-fips (source) patch 1.27.2 -> 1.27.3
docker.io/grafana/loki minor 3.2.1 -> 3.3.1
docker.io/memcached patch 1.6.32-alpine -> 1.6.33-alpine
loki (source) minor 6.19.0 -> 6.23.0
registry1.dso.mil/ironbank/opensource/grafana/loki (source) minor 3.2.1 -> 3.3.1
registry1.dso.mil/ironbank/opensource/memcached/memcached (source) patch 1.6.32 -> 1.6.33

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grafana/loki (docker.io/grafana/loki)

v3.3.1

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.3.x) (#​15146)
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (https://github.com/grafana/loki/issues/15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).

v3.3.0

Compare Source

⚠ BREAKING CHANGES
  • blooms: Introduce a new block schema (V3) (#​14038)
  • blooms: Index structured metadata into blooms (#​14061)
  • operator: Migrate project layout to kubebuilder go/v4 (#​14447)
  • operator: Rename loki api go module (#​14568)
  • operator: Provide default OTLP attribute configuration (#​14410)
Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring

v3.2.2

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.2.x) (#​15145)
Bug Fixes
  • logql: Updated JSONExpressionParser not to unescape extracted values if it is JSON object. (#​14499).
  • storage: Have GetObject check for canceled context. S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the provided context is already canceled (#​14420).
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (#​15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).
grafana/helm-charts (loki)

v6.22.0

The leading tool for querying and visualizing time series and metrics.

v6.21.0

The leading tool for querying and visualizing time series and metrics.

v6.20.0

The leading tool for querying and visualizing time series and metrics.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 19, 2024 17:22
@renovate renovate bot changed the title chore(deps): update loki to v6.20.0 chore(deps): update loki Nov 19, 2024
@mjnagel mjnagel added waiting on ironbank This PR is waiting on an image update for ironbank waiting on cgr This PR is waiting on an image update for cgr labels Nov 20, 2024
@renovate renovate bot force-pushed the renovate/loki branch 2 times, most recently from 7a8a152 to f03dc20 Compare November 20, 2024 18:28
@UnicornChance UnicornChance removed the waiting on ironbank This PR is waiting on an image update for ironbank label Nov 21, 2024
@mjnagel mjnagel removed the waiting on cgr This PR is waiting on an image update for cgr label Nov 21, 2024
Copy link
Contributor

@mjnagel mjnagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like BoltDB is now deprecated so we should prioritize switching off of it, either in this update or later.

@renovate renovate bot force-pushed the renovate/loki branch 2 times, most recently from 8ce7934 to 0dc3a08 Compare December 1, 2024 23:03
@noahpb noahpb self-assigned this Dec 3, 2024
@renovate renovate bot force-pushed the renovate/loki branch 6 times, most recently from 6fa96ba to 56cc6f6 Compare December 6, 2024 03:42
| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| docker     | cgr.dev/du-uds-defenseunicorns/loki                       | 3.2.1  | 3.3.1  |
| docker     | cgr.dev/du-uds-defenseunicorns/memcached                  | 1.6.32 | 1.6.33 |
| docker     | cgr.dev/du-uds-defenseunicorns/nginx-fips                 | 1.27.2 | 1.27.3 |
| docker     | docker.io/grafana/loki                                    | 3.2.1  | 3.3.1  |
| docker     | docker.io/memcached                                       | 1.6.32 | 1.6.33 |
| helm       | loki                                                      | 6.19.0 | 6.23.0 |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/loki        | 3.2.1  | 3.3.1  |
| docker     | registry1.dso.mil/ironbank/opensource/memcached/memcached | 1.6.32 | 1.6.33 |
@mjnagel mjnagel enabled auto-merge (squash) December 9, 2024 18:31
@mjnagel mjnagel merged commit 42d5bda into main Dec 9, 2024
18 checks passed
@mjnagel mjnagel deleted the renovate/loki branch December 9, 2024 18:42
mjnagel pushed a commit that referenced this pull request Dec 17, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.33.0](v0.32.1...v0.33.0)
(2024-12-17)


### Features

* configurable authentication flows
([#1102](#1102))
([498574c](498574c))
* experimental opt-in classification banner
([#1127](#1127))
([d701067](d701067))
* set Istio gateway TLS from Kubernetes secret
([#982](#982))
([2711209](2711209))


### Bug Fixes

* kubeapi netpol initialization / support for ingress policies
([#1097](#1097))
([620e6b2](620e6b2))
* retry logic for pepr store call
([#1109](#1109))
([e4c0f61](e4c0f61))


### Miscellaneous

* add additional step to pr request template
([#1104](#1104))
([7370ab1](7370ab1))
* allow separate configuration of admin domain name
([#1114](#1114))
([c331ec1](c331ec1))
* bump aks sku from free to standard to address API server perfo…
([#1121](#1121))
([bcb8848](bcb8848))
* **deps:** update curl to v8.11.1
([#1110](#1110))
([39a656c](39a656c))
* **deps:** update grafana
([#1126](#1126))
([056a6ee](056a6ee))
* **deps:** update grafana to 11.4.0
([#1053](#1053))
([77aa0b4](77aa0b4))
* **deps:** update identity-config to v0.9.0
([#1129](#1129))
([da720b2](da720b2))
* **deps:** update istio to v1.24.1
([#962](#962))
([8ecd5ff](8ecd5ff))
* **deps:** update loki to 3.3.1
([#1022](#1022))
([42d5bda](42d5bda))
* **deps:** update pepr to 0.42.0
(#1095)
([3ebae7b](3ebae7b))
* **deps:** update pepr to v0.42.1
([#1116](#1116))
([bde01da](bde01da))
* **deps:** update playwright to v1.49.1
([#1103](#1103))
([658ad0d](658ad0d))
* **deps:** update support-deps
([#1076](#1076))
([2fa010f](2fa010f))
* **deps:** update support-deps
([#1100](#1100))
([777387b](777387b))
* **deps:** update support-deps
([#1105](#1105))
([18472ea](18472ea))
* **deps:** update support-deps
([#1117](#1117))
([5b2e3a4](5b2e3a4))
* **deps:** update support-deps
([#1125](#1125))
([4a1bdfb](4a1bdfb))
* **deps:** update vector to 0.43.1
([#1107](#1107))
([2f6c8b5](2f6c8b5))
* **deps:** update velero kubectl to v1.31.4
([#1108](#1108))
([bd8ee0e](bd8ee0e))
* **deps:** update velero to v1.32.0
([#1128](#1128))
([669ebe5](669ebe5))
* **docs:** replace promtail reference with vector in prerequisites
([#1098](#1098))
([33cee59](33cee59))
* remove loki peerauth exception
([#1106](#1106))
([f87a96d](f87a96d))
* update arch diagrams
([#1120](#1120))
([e8a1beb](e8a1beb))
* update doc-gen output_dir
([#1123](#1123))
([496ea40](496ea40))
* update infra ci to run weekly and on release pr
([#1124](#1124))
([79534c9](79534c9))
* update README to explicitly indicate the need for a running co…
([#1113](#1113))
([6426c5a](6426c5a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants