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

Update dependencies and improve ACK runtime support #125

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

a-hilaly
Copy link
Member

@a-hilaly a-hilaly commented Sep 15, 2023

Quick sanity patch to keep things up-to-date:

  • Upgraded k8s/controller-runtime to v0.16.3, which required changes
    to some mocks and regeneration of mocks.
  • Updated k8s.io/{apimachinery,client-go,api} to v0.28.3
  • Updated github.com/prometheus/client_golang to v1.16.0
  • Updated github.com/go-logr/logr to v1.2.4
  • Updated github.com/stretchr/testify to v1.8.2
  • Updated github.com/cenkalti/backoff/v4 to v4.2.1

The k8s libraries updates help mainly in extending support for future
Kubernetes versions and reduce the chances of getting flagged for CVE
vulnerabilities.

Note: since this patch require mocks regeneration - we're also bumping
the mockery version to v2.33.2

Signed-off-by: Amine [email protected]

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-prow ack-prow bot requested review from jljaco and RedbackThomson September 15, 2023 23:51
@ack-prow ack-prow bot added the approved label Sep 15, 2023
@a-hilaly
Copy link
Member Author

/hold

@ack-prow ack-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 15, 2023
Quick sanity patch to keep things up-to-date:
- Upgraded `k8s/controller-runtime` to `v0.16.3`, which required changes
  to some mocks and regeneration of mocks.
- Updated `k8s.io/{apimachinery,client-go,api}` to `v0.28.3`
- Updated `github.com/prometheus/client_golang` to `v1.16.0`
- Updated `github.com/go-logr/logr` to `v1.2.4`
- Updated `github.com/stretchr/testify` to `v1.8.2`
- Updated `github.com/cenkalti/backoff/v4` to `v4.2.1`

The k8s libraries updates help mainly in extending support for future
Kubernetes versions and reduce the chances of getting flagged for CVE
vulnerabilities.

Note: since this patch require mocks regeneration - we're also bumping
the `mockery` version to `v2.33.2`

Signed-off-by: Amine <[email protected]>
@a-hilaly
Copy link
Member Author

/unhold

@ack-prow ack-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 25, 2023
Copy link

ack-prow bot commented Jan 4, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: a-hilaly, acornett21

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@a-hilaly a-hilaly merged commit 8170885 into aws-controllers-k8s:main Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants