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 all non-major dependencies #325

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
cert-manager/cert-manager patch v1.16.0 -> v1.16.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require minor v1.27.0 -> v1.33.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require minor v1.27.15 -> v1.29.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.15 -> v1.17.54 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/acmpca require minor v1.29.5 -> v1.37.13 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/iam require minor v1.32.1 -> v1.38.7 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/ram require minor v1.25.5 -> v1.29.13 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/sts require minor v1.28.9 -> v1.33.9 age adoption passing confidence
github.com/cert-manager/cert-manager require minor v1.15.4 -> v1.16.3 age adoption passing confidence
github.com/go-logr/logr require patch v1.4.1 -> v1.4.2 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
go (source) toolchain minor 1.22.3 -> 1.23.5 age adoption passing confidence
golang stage minor 1.22.3 -> 1.23.5 age adoption passing confidence
golang stage minor 1.22 -> 1.23 age adoption passing confidence
k8s.io/api require minor v0.30.1 -> v0.32.1 age adoption passing confidence
k8s.io/apimachinery require minor v0.30.1 -> v0.32.1 age adoption passing confidence
k8s.io/client-go require minor v0.30.1 -> v0.32.1 age adoption passing confidence
k8s.io/utils require digest fe8a2dd -> 24370be age adoption passing confidence
kubernetes-sigs/controller-tools minor 0.15.0 -> 0.17.1 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.18.2 -> v0.20.1 age adoption passing confidence

Release Notes

cert-manager/cert-manager (cert-manager/cert-manager)

v1.16.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.16.3 is a patch release mainly focused around bumping dependencies to address reported CVEs: CVE-2024-45337 and CVE-2024-45338.

We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.

It also includes a bug fix to the new renewBeforePercentage field. If you were using renewBeforePercentage, see PR #​7421 for more information.

Changes

Bug
Other

v1.16.2

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release of cert-manager 1.16 makes several changes to how PEM input is validated, adding maximum sizes appropriate to the type of PEM data which is being parsed.

This is to prevent an unacceptable slow-down in parsing specially crafted PEM data. The issue was found by Google's OSS-Fuzz project.

The issue is low severity; to exploit the PEM issue would require privileged access which would likely allow Denial-of-Service through other methods.

Note also that since most PEM data parsed by cert-manager comes from ConfigMap or Secret resources which have a max size limit of approximately 1MB, it's difficult to force cert-manager to parse large amounts of PEM data.

Further information is available in GHSA-r4pg-vg54-wxx4

In addition, the version of Go used to build cert-manager 1.16 was updated along with the base images.

Changes by Kind

Bug or Regression
  • Set a maximum size for PEM inputs which cert-manager will accept to remove possibility of taking a long time to process an input (#​7401, @​SgtCoDFish)
Other (Cleanup or Flake)

v1.16.1

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

The cert-manager 1.16 release includes: new Helm chart features, more Prometheus metrics, memory optimizations, and various improvements and bug fixes for the ACME issuer and Venafi Issuer.

📖 Read the complete 1.16 release notes before upgrading.

📜Changes since v1.16.0

Bug or Regression
  • BUGFIX: Helm schema validation: the new schema validation was too strict for the "global" section. Since the global section is shared across all charts and sub-charts, we must also allow unknown fields. (#​7348, @inteon)
  • BUGFIX: Helm will now accept percentages for the podDisruptionBudget.minAvailable and podDisruptionBudget.maxAvailable values. (#​7345, @inteon)
  • Helm: allow enabled to be set as a value to toggle cert-manager as a dependency. (#​7356, @inteon)
  • BUGFIX: A change in v1.16.0 caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed in v1.16.1. (#​7342, @inteon)
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.33.0

Compare Source

v1.32.8

Compare Source

v1.32.7

Compare Source

v1.32.6

Compare Source

v1.32.5

Compare Source

v1.32.4

Compare Source

v1.32.3

Compare Source

v1.32.2

Compare Source

v1.32.1

Compare Source

v1.32.0

Compare Source

v1.31.0

Compare Source

v1.30.5

Compare Source

v1.30.4

Compare Source

v1.30.3

Compare Source

v1.30.2

Compare Source

v1.30.1

v1.30.0

v1.28.0

v1.27.2

v1.27.1

go-logr/logr (github.com/go-logr/logr)

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

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

golang/go (go)

v1.23.5

v1.23.4

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.11

v1.22.10

v1.22.9

v1.22.8

v1.22.7

v1.22.6

v1.22.5

v1.22.4

kubernetes/api (k8s.io/api)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)

v0.17.1

Compare Source

What's Changed

Dependencies

Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "after 9am on Wednesday,before 12pm on Wednesday" in timezone America/New_York, 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.

Copy link
Contributor Author

renovate bot commented Jun 19, 2024

ℹ Artifact update notice

File name: 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):

  • 29 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 -> v1.16.24
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 -> v1.3.28
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 -> v2.6.28
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 -> v1.12.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 -> v1.12.9
github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 -> v1.24.11
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 -> v1.28.10
github.com/aws/smithy-go v1.20.2 -> v1.22.1
github.com/emicklei/go-restful/v3 v3.12.0 -> v3.12.1
github.com/prometheus/client_golang v1.18.0 -> v1.20.4
github.com/prometheus/common v0.46.0 -> v0.55.0
github.com/prometheus/procfs v0.15.0 -> v0.15.1
github.com/spf13/cobra v1.8.0 -> v1.8.1
golang.org/x/crypto v0.24.0 -> v0.31.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.26.0 -> v0.33.0
golang.org/x/oauth2 v0.20.0 -> v0.23.0
golang.org/x/sys v0.21.0 -> v0.28.0
golang.org/x/term v0.21.0 -> v0.27.0
golang.org/x/text v0.16.0 -> v0.21.0
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/protobuf v1.34.1 -> v1.35.1
k8s.io/apiextensions-apiserver v0.30.1 -> v0.32.0
k8s.io/component-base v0.30.1 -> v0.32.0
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f -> v0.0.0-20241105132330-32ad38e42d3f
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b01dac to 64dee19 Compare June 19, 2024 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7b87743 to 921e3c1 Compare July 3, 2024 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 86f00a3 to 4400a7f Compare July 10, 2024 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fa07001 to 27e33a9 Compare July 12, 2024 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b06926e to 6a99f80 Compare July 18, 2024 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a99f80 to a2230ed Compare July 30, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c67cd33 to 8de3726 Compare August 13, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d342f02 to f5307b0 Compare August 15, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5ac266 to 50783ee Compare December 19, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50783ee to 0b2ad8e Compare December 31, 2024 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e7866b4 to 53fd60c Compare January 14, 2025 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8a48b3d to 96f8fd5 Compare January 17, 2025 20:33
@EnriqueLop
Copy link

Hello, is this going to be merged?

Some High vulnerabilities are fixed.

Thank you

@EnriqueLop
Copy link

This are the vulnerabilities that are patched with these upgrades:

@bmsiegel
Copy link
Contributor

Looks like the testing failed, looking in to why

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96f8fd5 to 9c664ca Compare January 23, 2025 17:38
@bmsiegel
Copy link
Contributor

This testing worked locally, going to retry and see if it was a one off

@cert-manager-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

@cert-manager-prow cert-manager-prow bot merged commit 6d2fc2d into main Jan 24, 2025
15 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 24, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants