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 all dependencies #1816

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all dependencies #1816

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aquasecurity/trivy-action action minor 0.24.0 -> 0.28.0 age adoption passing confidence
github.com/cisco-open/operator-tools require minor v0.36.0 -> v0.37.0 age adoption passing confidence
github.com/kube-logging/logging-operator require digest c26d75f -> 3880c95 age adoption passing confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require patch v0.77.1 -> v0.77.2 age adoption passing confidence
github.com/prometheus/client_golang require patch v1.20.4 -> v1.20.5 age adoption passing confidence
go (source) toolchain patch 1.23.1 -> 1.23.2 age adoption passing confidence
golang stage patch 1.23.1-alpine3.20 -> 1.23.2-alpine3.20 age adoption passing confidence
golang patch 1.23.1 -> 1.23.2 age adoption passing confidence
golang.org/x/exp require digest 701f63a -> f66d83c age adoption passing confidence
golang.org/x/net require minor v0.29.0 -> v0.30.0 age adoption passing confidence
helm.sh/helm/v3 require patch v3.16.1 -> v3.16.2 age adoption passing confidence
sigstore/cosign-installer action minor v3.5.0 -> v3.7.0 age adoption passing confidence

Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.28.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.27.0...0.28.0

v0.27.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.26.0...0.27.0

v0.26.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.25.0...0.26.0

v0.25.0

Compare Source

What's Changed
New Contributors

Full Changelog: aquasecurity/trivy-action@0.24.0...0.25.0

cisco-open/operator-tools (github.com/cisco-open/operator-tools)

v0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: cisco-open/operator-tools@v0.36.0...v0.37.0

prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.77.2

Compare Source

prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.5: / 2024-10-15

Compare Source

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #​1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #​1645

golang/go (go)

v1.23.2

helm/helm (helm.sh/helm/v3)

v3.16.2: Helm v3.16.2

Compare Source

Helm v3.16.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.16.2. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.3 is the next patch release and will be on November 13, 2024
  • 3.17.0 is the next feature release and will be on January 15, 2025

Changelog

sigstore/cosign-installer (sigstore/cosign-installer)

v3.7.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.6.0...v3.7.0

v3.6.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.6.0


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Sep 27, 2024
Copy link
Contributor Author

renovate bot commented Sep 27, 2024

ℹ Artifact update notice

File name: e2e/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/prometheus/client_golang v1.20.2 -> v1.20.4
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 -> v0.0.0-20240909161429-701f63a606c0
k8s.io/cli-runtime v0.31.0 -> v0.31.1
k8s.io/kubectl v0.31.0 -> v0.31.1
File name: pkg/sdk/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/imdario/mergo v0.3.13 -> v0.3.16
github.com/sergi/go-diff v1.1.0 -> v1.2.0
golang.org/x/sys v0.25.0 -> v0.26.0
golang.org/x/term v0.24.0 -> v0.25.0
golang.org/x/text v0.18.0 -> v0.19.0
File name: pkg/sdk/logging/model/syslogng/config/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/imdario/mergo v0.3.13 -> v0.3.16
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.77.1 -> v0.77.2
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/sys v0.25.0 -> v0.26.0
golang.org/x/term v0.24.0 -> v0.25.0
golang.org/x/text v0.18.0 -> v0.19.0

@renovate renovate bot enabled auto-merge (squash) September 27, 2024 02:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5abc59f to 0bf3fc8 Compare September 27, 2024 10:01
@renovate renovate bot changed the title fix(deps): update github.com/kube-logging/logging-operator digest to 922a9ec fix(deps): update github.com/kube-logging/logging-operator digest to 3363023 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 676976c to 8c15342 Compare October 1, 2024 19:41
@renovate renovate bot changed the title fix(deps): update github.com/kube-logging/logging-operator digest to 3363023 fix(deps): update all dependencies Oct 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e75eb4b to fd54631 Compare October 7, 2024 21:25
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Oct 7, 2024
@renovate renovate bot force-pushed the renovate/all branch 17 times, most recently from 331467b to 2ec659f Compare October 15, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants