Skip to content

Conversation

cilium-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/aliyun/alibaba-cloud-sdk-go require patch v1.63.52 -> v1.63.54
github.com/cilium/charts require digest 40daf57 -> 9c4cd49
github.com/cilium/hive require digest bedf51d -> e90d087
github.com/cilium/lumberjack/v2 require patch v2.4.0 -> v2.4.1
github.com/google/cel-go require patch v0.22.0 -> v0.22.1
github.com/prometheus-community/pro-bing require minor v0.4.1 -> v0.5.0
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0
google.golang.org/genproto/googleapis/rpc require digest 65e8d21 -> e639e21
k8s.io/endpointslice require patch v0.31.2 -> v0.31.3
sigs.k8s.io/controller-runtime require patch v0.19.1 -> v0.19.2

Release Notes

aliyun/alibaba-cloud-sdk-go (github.com/aliyun/alibaba-cloud-sdk-go)

v1.63.54

Compare Source

  • Generated 2021-11-11 for qianzhou.
    undefined

v1.63.53

Compare Source

  • Generated 2024-11-14 for AIMath.
  • Init.
cilium/lumberjack (github.com/cilium/lumberjack/v2)

v2.4.1

Compare Source

What's Changed

2.4.0 release introduced a new chownWithMode function, but only for Linux - this broke builds on other OS. This release fixes that - chown is no-op on non-Linux OS as before, but lumberjack builds successfully.

Full Changelog: cilium/lumberjack@v2.4.0...v2.4.1

google/cel-go (github.com/google/cel-go)

v0.22.1

Compare Source

Fixes

New Contributors

Full Changelog: google/cel-go@v0.22.0...v0.22.1

prometheus-community/pro-bing (github.com/prometheus-community/pro-bing)

v0.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus-community/pro-bing@v0.4.1...v0.5.0

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

kubernetes/endpointslice (k8s.io/endpointslice)

v0.31.3

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.19.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2


Configuration

📅 Schedule: Branch creation - "on the 1st day instance on sunday" (UTC), 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 has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot requested a review from a team as a code owner November 25, 2024 08:13
@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Nov 25, 2024
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Nov 25, 2024
@ovidiutirla
Copy link
Contributor

@aanm failures due to changes in the github.com/stretchr/testify library, more exactly https://github.com/cilium/cilium/pull/36138/files#diff-9ff61fe292e97e51cdc34214e41f90e8594b685e559c6f8fd545084ee0ce87d4R505

Proposed fix

===================================================================
diff --git a/pkg/labels/labels_test.go b/pkg/labels/labels_test.go
--- a/pkg/labels/labels_test.go	(revision 3aa89372daa91a7eb4c18762b460c62bf90a061b)
+++ b/pkg/labels/labels_test.go	(date 1732526091729)
@@ -56,7 +56,7 @@
 		t.Run(tt.name, func(t *testing.T) {
 			newLbls := NewFrom(tt.lbls)
 			// Verify that underlying maps are different
-			assert.NotSame(t, tt.lbls, newLbls)
+			assert.NotSame(t, &tt.lbls, &newLbls)
 			// Verify that the map contents are equal
 			assert.EqualValues(t, tt.want, newLbls)
 		})

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@aanm aanm force-pushed the renovate/main-all-go-deps-main branch from 3aa8937 to b095823 Compare November 25, 2024 16:07
@aanm aanm requested review from a team as code owners November 25, 2024 16:07
@aanm aanm requested review from doniacld and learnitall November 25, 2024 16:07
@aanm aanm enabled auto-merge November 25, 2024 16:08
@learnitall
Copy link
Contributor

/test

@aanm aanm added this pull request to the merge queue Nov 26, 2024
Merged via the queue into main with commit 282b0a9 Nov 26, 2024
385 of 389 checks passed
@aanm aanm deleted the renovate/main-all-go-deps-main branch November 26, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants