cert-manager / aws-privateca-issuer

Addon for cert-manager that issues certificates using AWS ACM PCA.
Apache License 2.0
184 stars 77 forks source link

chore(deps): update all non-major dependencies #297

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cert-manager/cert-manager patch v1.13.1 -> v1.13.2
github.com/aws/aws-sdk-go-v2/config require patch v1.19.0 -> v1.19.1
github.com/aws/aws-sdk-go-v2/service/iam require minor v1.22.7 -> v1.24.0
github.com/cert-manager/cert-manager require patch v1.13.1 -> v1.13.2
github.com/go-logr/logr require minor v1.2.4 -> v1.3.0

Release Notes

cert-manager/cert-manager (cert-manager/cert-manager) ### [`v1.13.2`](https://togithub.com/cert-manager/cert-manager/compare/v1.13.1...v1.13.2) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.1...v1.13.2)
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/config) ### [`v1.19.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.0...v1.19.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.0...v1.19.1)
go-logr/logr (github.com/go-logr/logr) ### [`v1.3.0`](https://togithub.com/go-logr/logr/releases/tag/v1.3.0) [Compare Source](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0) This release adds [support for slog](https://togithub.com/go-logr/logr#slog-interoperability) in a new, self-contained `logr/slogr` package. Implementers of a `logr.LogSink` are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a `slog` API call. *Breaking change*: the call depth for `LogSink.Enabled` when called via `Logger.Enabled` [was fixed](https://togithub.com/go-logr/logr/pull/218) to be the same as for other call paths. Implementers of a `LogSink` who have worked around this bug will need to remove their workarounds. Security best practices were improved. Only Go versions >= 1.18 are supported by this release. #### What's Changed - Fix golangci-lint fails by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/173](https://togithub.com/go-logr/logr/pull/173) - Add minimal permissions to workflows by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/177](https://togithub.com/go-logr/logr/pull/177) - Add a security policy by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/178](https://togithub.com/go-logr/logr/pull/178) - Update security email by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/181](https://togithub.com/go-logr/logr/pull/181) - docs: explain relationship between Logger{} and Discard() by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/182](https://togithub.com/go-logr/logr/pull/182) - Add the OpenSSF Scorecard workflow by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/186](https://togithub.com/go-logr/logr/pull/186) - README: show of OpenSSF Scorecard badge by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/187](https://togithub.com/go-logr/logr/pull/187) - Hash-pin workflow Actions by [@​pnacht](https://togithub.com/pnacht) in [https://github.com/go-logr/logr/pull/189](https://togithub.com/go-logr/logr/pull/189) - Bump go versions to 1.18+ by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/203](https://togithub.com/go-logr/logr/pull/203) - slogr: add glue code for logging to slog.Handler and with slog.Logger by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/205](https://togithub.com/go-logr/logr/pull/205) - slogr: restore original backend when converting back and forth by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/210](https://togithub.com/go-logr/logr/pull/210) - slogr: add SlogSink by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/211](https://togithub.com/go-logr/logr/pull/211) - Use same call depth for Enabled, Info, Error by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/218](https://togithub.com/go-logr/logr/pull/218) - test: eliminate helper func by [@​thockin](https://togithub.com/thockin) in [https://github.com/go-logr/logr/pull/219](https://togithub.com/go-logr/logr/pull/219) - docs: interoperability with slog by [@​pohly](https://togithub.com/pohly) in [https://github.com/go-logr/logr/pull/222](https://togithub.com/go-logr/logr/pull/222) *** - build(deps): bump actions/setup-go from 3.5.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/190](https://togithub.com/go-logr/logr/pull/190) - build(deps): bump github/codeql-action from 2.20.1 to 2.20.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/191](https://togithub.com/go-logr/logr/pull/191) - build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/192](https://togithub.com/go-logr/logr/pull/192) - build(deps): bump github/codeql-action from 2.20.4 to 2.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/193](https://togithub.com/go-logr/logr/pull/193) - build(deps): bump github/codeql-action from 2.21.0 to 2.21.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/194](https://togithub.com/go-logr/logr/pull/194) - build(deps): bump github/codeql-action from 2.21.2 to 2.21.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/207](https://togithub.com/go-logr/logr/pull/207) - build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/206](https://togithub.com/go-logr/logr/pull/206) - build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/209](https://togithub.com/go-logr/logr/pull/209) - build(deps): bump github/codeql-action from 2.21.3 to 2.21.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/208](https://togithub.com/go-logr/logr/pull/208) - build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/214](https://togithub.com/go-logr/logr/pull/214) - build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/217](https://togithub.com/go-logr/logr/pull/217) - build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/220](https://togithub.com/go-logr/logr/pull/220) - build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/221](https://togithub.com/go-logr/logr/pull/221) - build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/223](https://togithub.com/go-logr/logr/pull/223) - build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/224](https://togithub.com/go-logr/logr/pull/224) - build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/225](https://togithub.com/go-logr/logr/pull/225) - build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/226](https://togithub.com/go-logr/logr/pull/226) - build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/227](https://togithub.com/go-logr/logr/pull/227) - build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/228](https://togithub.com/go-logr/logr/pull/228) - build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/229](https://togithub.com/go-logr/logr/pull/229) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/231](https://togithub.com/go-logr/logr/pull/231) - build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-logr/logr/pull/230](https://togithub.com/go-logr/logr/pull/230) #### New Contributors - [@​pnacht](https://togithub.com/pnacht) made their first contribution in [https://github.com/go-logr/logr/pull/177](https://togithub.com/go-logr/logr/pull/177) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/go-logr/logr/pull/190](https://togithub.com/go-logr/logr/pull/190) **Full Changelog**: https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0

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.



This PR has been generated by Mend Renovate. View repository job log here.

jetstack-bot commented 10 months ago

[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: - **[OWNERS](https://github.com/cert-manager/aws-privateca-issuer/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment