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): update all non-major dependencies #69

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 18, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.18 -> 3.21 age adoption passing confidence
dario.cat/mergo require patch v1.0.0 -> v1.0.1 age adoption passing confidence
gcr.io/kubebuilder/kube-rbac-proxy minor v0.15.0 -> v0.16.0 age adoption passing confidence
github.com/IBM/sarama require minor v1.42.1 -> v1.45.0 age adoption passing confidence
github.com/Masterminds/sprig/v3 require minor v3.2.3 -> v3.3.0 age adoption passing confidence
github.com/banzaicloud/istio-operator/api/v2 require patch v2.17.2 -> v2.17.4 age adoption passing confidence
github.com/envoyproxy/go-control-plane require minor v0.11.1 -> v0.13.4 age adoption passing confidence
github.com/go-logr/logr require minor v1.3.0 -> v1.4.2 age adoption passing confidence
github.com/luciferinlove/protobuf replace patch v1.5.2-bzc -> v1.5.2 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.13.1 -> v2.22.2 age adoption passing confidence
github.com/onsi/gomega require minor v1.30.0 -> v1.36.2 age adoption passing confidence
github.com/prometheus/common require minor v0.45.0 -> v0.61.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.10.0 age adoption passing confidence
go.uber.org/mock require minor v0.3.0 -> v0.5.0 age adoption passing confidence
go.uber.org/zap require minor v1.26.0 -> v1.27.0 age adoption passing confidence
golang final minor 1.21 -> 1.23 age adoption passing confidence
golang stage minor 1.19-alpine -> 1.23-alpine age adoption passing confidence
golang stage minor 1.21 -> 1.23 age adoption passing confidence
k8s.io/api require minor v0.28.4 -> v0.32.0 age adoption passing confidence
k8s.io/apiextensions-apiserver require minor v0.28.4 -> v0.32.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.28.4 -> v0.32.0 age adoption passing confidence
k8s.io/client-go require minor v0.28.4 -> v0.32.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.16.3 -> v0.19.4 age adoption passing confidence

Release Notes

imdario/mergo (dario.cat/mergo)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@v1.0.0...v1.0.1

IBM/sarama (github.com/IBM/sarama)

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.43.3...v1.44.0

v1.43.3: Version 1.43.3 (2024-08-12)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.43.2...v1.43.3

v1.43.2: Version 1.43.2 (2024-04-25)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates

Full Changelog: IBM/sarama@v1.43.1...v1.43.2

v1.43.1: Version 1.43.1 (2024-03-27)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.43.0...v1.43.1

v1.43.0: Version 1.43.0 (2024-02-22)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.42.2...v1.43.0

v1.42.2: Version 1.42.2 (2024-02-09)

Compare Source

What's Changed

[!NOTE]
The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.42.1...v1.42.2

Masterminds/sprig (github.com/Masterminds/sprig/v3)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/sprig@v3.2.3...v3.3.0

banzaicloud/istio-operator (github.com/banzaicloud/istio-operator/api/v2)

v2.17.4

Compare Source

v2.17.3

Compare Source

envoyproxy/go-control-plane (github.com/envoyproxy/go-control-plane)

v0.13.4

Compare Source

What's Changed

Full Changelog: envoyproxy/go-control-plane@v0.13.2...v0.13.4

v0.13.3

Compare Source

v0.13.2

Compare Source

New releasing model

The go-control-plane repository is now released as multiple independent packages:

  • github.com/envoyproxy/go-control-plane (this release), including the core components such as cache and server
  • github.com/envoyproxy/go-control-plane/envoy and github.com/envoyproxy/go-control-plane/contrib for envoy API go generated files
  • github.com/envoyproxy/go-control-plane/ratelimit and github.com/envoyproxy/go-control-plane/xdsmatcher as independent components for specific use-cases

What's Changed

New Contributors

Full Changelog: envoyproxy/go-control-plane@v0.13.1...v0.13.2

v0.13.1

Compare Source

What's Changed

Full Changelog: envoyproxy/go-control-plane@v0.13.0...v0.13.1

v0.13.0

[Compare Source](https://redirect.github.com/envoyproxy/go-control-plane/compare/v0.1


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 force-pushed the renovate/all-minor-patch branch from c7112ec to a75c143 Compare November 18, 2023 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b0d0592 to 68eaabe Compare November 18, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68eaabe to 6bd044a Compare November 30, 2023 05:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f448005 to 67228fd Compare December 9, 2023 05:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5a34697 to f608a8c Compare December 22, 2023 05:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f608a8c to ddfa3d4 Compare December 23, 2023 05:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddfa3d4 to 7f74044 Compare January 3, 2024 05:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4b0ac21 to e6a23a2 Compare January 18, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6a23a2 to deaf580 Compare January 19, 2024 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3e600ae to 7fb85fc Compare February 3, 2024 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bf85559 to 88fe9ad Compare February 14, 2024 08:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b9a2983 to df392df Compare February 21, 2024 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df392df to 744987d Compare February 23, 2024 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 52fa572 to ea36a05 Compare October 25, 2024 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from de6fad5 to 3248872 Compare November 1, 2024 03:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from be43bf4 to 57a2e44 Compare November 15, 2024 02:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ceeebc2 to 40948c9 Compare November 26, 2024 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3c319dd to 344166e Compare December 6, 2024 08:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 344166e to 2a8996a Compare December 11, 2024 08:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a8996a to 42841ae Compare December 12, 2024 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2086548 to a20103b Compare December 27, 2024 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ca84550 to 5a27189 Compare January 7, 2025 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a27189 to 31f15e0 Compare January 9, 2025 07:56
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.

0 participants