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

fix(deps): pin dependencies #1661

Merged
merged 1 commit into from
May 31, 2023
Merged

fix(deps): pin dependencies #1661

merged 1 commit into from
May 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/blang/semver/v4 require pinDigest -> af3461a
github.com/cilium/charts require digest c939608 -> 9c16d4d
github.com/cilium/cilium require pinDigest -> 5d3899f
github.com/cilium/hubble require pinDigest -> 1758df7
github.com/cilium/tetragon/pkg/k8s require digest 8ee0889 -> 2625699
github.com/cilium/workerpool require pinDigest -> c57e545
github.com/cloudflare/cfssl require pinDigest -> b4d0d87
github.com/go-openapi/strfmt require pinDigest -> 7b5538a
github.com/google/gops require pinDigest -> 70408a1
github.com/mholt/archiver/v3 require pinDigest -> cc194d2
github.com/prometheus/client_model require minor v0.3.0 -> v0.4.0
github.com/prometheus/common require minor v0.42.0 -> v0.44.0
github.com/spf13/cobra require pinDigest -> 4dd4b25
github.com/stretchr/testify require pinDigest -> f97607b
golang.org/x/exp require digest 03e9162 -> 2e198f4
golang.org/x/mod require pinDigest -> ad6fd61
google.golang.org/grpc require pinDigest -> 82c6376
gopkg.in/yaml.v3 require pinDigest -> f6f7691
helm.sh/helm/v3 require pinDigest -> c9f554d

Release Notes

prometheus/client_model

v0.4.0: 0.4.0 / 2023-05-03

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.3.0...v0.4.0

prometheus/common

v0.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.43.0...v0.43.1

v0.43.0: 0.43.0 / 2023-05-04

Compare Source

NOTE: The protobuf library has been changed from the deprecated github.com/golang/protobuf to the new officially supported google.golang.org/protobuf. If you have direct use of the proto, you may need to make changes for deprecated functions.

What's Changed

Full Changelog: prometheus/common@v0.42.0...v0.43.0


Configuration

📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 26, 2023 00:55
@renovate renovate bot requested a review from sayboras May 26, 2023 00:55
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. labels May 26, 2023
@renovate renovate bot temporarily deployed to ci May 26, 2023 00:55 Inactive
@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from e6a39a4 to 04814d9 Compare May 26, 2023 04:23
@renovate renovate bot temporarily deployed to ci May 26, 2023 04:23 Inactive
@tklauser
Copy link
Member

The erroneous govet warning:

copylocks: metricsIncrease passes lock by value: github.com/prometheus/client_model/go.MetricFamily contains google.golang.org/protobuf/internal/impl.MessageState contains sync.Mutex (govet)

(ref. https://github.com/cilium/cilium-cli/actions/runs/5087191687?pr=1661) is addressed in #1664. Let's merge that one and then rebase. Also, #1663 will make sure renovate won't update these PRs once opened. Otherwise it will keep force-pushing whenever there's a new module version 😞

@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from 04814d9 to 4fe62d7 Compare May 26, 2023 09:21
@renovate renovate bot temporarily deployed to ci May 26, 2023 09:21 Inactive
@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from 4fe62d7 to 6449847 Compare May 26, 2023 12:16
@renovate renovate bot temporarily deployed to ci May 26, 2023 12:16 Inactive
@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from 6449847 to bc7517d Compare May 26, 2023 17:24
@renovate renovate bot temporarily deployed to ci May 26, 2023 17:24 Inactive
@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from bc7517d to 5b0a86f Compare May 27, 2023 00:26
@renovate renovate bot temporarily deployed to ci May 27, 2023 00:26 Inactive
@tklauser tklauser added the renovate/stop-updating Tell Renovate to stop updating PR label May 27, 2023
@tklauser
Copy link
Member

Go workflow failure should be fixed once #1679 is merged.

@tklauser tklauser added the dont-merge/blocked Another PR must be merged before this one. label May 31, 2023
Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/all-go-deps-main branch from 5b0a86f to 9bc7bd3 Compare May 31, 2023 13:24
@renovate renovate bot temporarily deployed to ci May 31, 2023 13:24 Inactive
@tklauser tklauser removed the dont-merge/blocked Another PR must be merged before this one. label May 31, 2023
@tklauser tklauser merged commit 14e1c48 into main May 31, 2023
17 of 19 checks passed
@tklauser tklauser deleted the renovate/all-go-deps-main branch May 31, 2023 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants