kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
189 stars 33 forks source link

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

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.4 -> v4.1.5 age adoption passing confidence
github.com/onsi/ginkgo/v2 require patch v2.17.2 -> v2.17.3 age adoption passing confidence
github.com/testcontainers/testcontainers-go require minor v0.30.0 -> v0.31.0 age adoption passing confidence
github.com/testcontainers/testcontainers-go/modules/k3s require minor v0.30.0 -> v0.31.0 age adoption passing confidence
go (source) toolchain patch 1.22.2 -> 1.22.3 age adoption passing confidence
ossf/scorecard-action action patch v2.3.1 -> v2.3.3 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.18.1 -> v0.18.2 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout) ### [`v4.1.5`](https://togithub.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@​users.noreply.github.com` by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
onsi/ginkgo (github.com/onsi/ginkgo/v2) ### [`v2.17.3`](https://togithub.com/onsi/ginkgo/releases/tag/v2.17.3) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.17.2...v2.17.3) #### 2.17.3 ##### Fixes `ginkgo watch` now ignores hidden files \[[`bde6e00`](https://togithub.com/onsi/ginkgo/commit/bde6e00)]
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go) ### [`v0.31.0`](https://togithub.com/testcontainers/testcontainers-go/releases/tag/v0.31.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-go/compare/v0.30.0...v0.31.0) ##### What's Changed ##### โš ๏ธ Breaking Changes - break: return error from Customize request option ([#​2267](https://togithub.com/testcontainers/testcontainers-go/issues/2267)) [@​stevenh](https://togithub.com/stevenh) ##### Are you hosting your own Testcontainers for Go module? If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics. ##### ๐Ÿ”’ Security - chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 ([#​2517](https://togithub.com/testcontainers/testcontainers-go/issues/2517)) [@​mdelapenya](https://togithub.com/mdelapenya) ##### ๐Ÿš€ Features - feat(modules.mongodb): add replica set support via opts ([#​2469](https://togithub.com/testcontainers/testcontainers-go/issues/2469)) [@​heiytor](https://togithub.com/heiytor) - feat: expose JSON representation of a container with Inspect ([#​2534](https://togithub.com/testcontainers/testcontainers-go/issues/2534)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: forward host ports to a container using an SSH tunnel ([#​2471](https://togithub.com/testcontainers/testcontainers-go/issues/2471)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: support overriding the default recreate options for compose ([#​2511](https://togithub.com/testcontainers/testcontainers-go/issues/2511)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: support passing io.Reader for compose files when creating a compose instance ([#​2509](https://togithub.com/testcontainers/testcontainers-go/issues/2509)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: support Ryuk for the compose module ([#​2485](https://togithub.com/testcontainers/testcontainers-go/issues/2485)) [@​mdelapenya](https://togithub.com/mdelapenya) - feat: Bump default postgres version ([#​2481](https://togithub.com/testcontainers/testcontainers-go/issues/2481)) [@​bearrito](https://togithub.com/bearrito) - support Dolt ([#​2177](https://togithub.com/testcontainers/testcontainers-go/issues/2177)) [@​coffeegoddd](https://togithub.com/coffeegoddd) - Elasticsearch disable CA retrieval when ssl is disabled ([#​2475](https://togithub.com/testcontainers/testcontainers-go/issues/2475)) [@​Anaethelion](https://togithub.com/Anaethelion) ##### ๐Ÿ› Bug Fixes - fix(modules.kafka): Use broker container IP instead of host IP for advertised broker listener ([#​1989](https://togithub.com/testcontainers/testcontainers-go/issues/1989)) [@​khartld](https://togithub.com/khartld) - fix(compose): avoid race conditions when caching services ([#​2528](https://togithub.com/testcontainers/testcontainers-go/issues/2528)) [@​mdelapenya](https://togithub.com/mdelapenya) - fix: enhance host configuration port binding ([#​2512](https://togithub.com/testcontainers/testcontainers-go/issues/2512)) [@​wilsouza](https://togithub.com/wilsouza) - fix: don't retry on permanent APIClient errors ([#​2506](https://togithub.com/testcontainers/testcontainers-go/issues/2506)) [@​p-jahn](https://togithub.com/p-jahn) - fix: fallback to URL-path when parsing auth config URL without scheme ([#​2488](https://togithub.com/testcontainers/testcontainers-go/issues/2488)) [@​p-jahn](https://togithub.com/p-jahn) - fix(postgres): Fix the non-default dbname error ([#​2489](https://togithub.com/testcontainers/testcontainers-go/issues/2489)) [@​Minivera](https://togithub.com/Minivera) ##### ๐Ÿ“– Documentation - docs: add documentation for Exec method ([#​2451](https://togithub.com/testcontainers/testcontainers-go/issues/2451)) [@​gustavosbarreto](https://togithub.com/gustavosbarreto) - docs: document the SSHd tunnel ([#​2514](https://togithub.com/testcontainers/testcontainers-go/issues/2514)) [@​mdelapenya](https://togithub.com/mdelapenya) - \[doc] Fix follow_logs.md by adding missing package ([#​2513](https://togithub.com/testcontainers/testcontainers-go/issues/2513)) [@​JulienBreux](https://togithub.com/JulienBreux) ##### ๐Ÿงน Housekeeping - chore(influxdb): include more characters in wait for log regex ([#​2532](https://togithub.com/testcontainers/testcontainers-go/issues/2532)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(compose): return error in options ([#​2520](https://togithub.com/testcontainers/testcontainers-go/issues/2520)) [@​mdelapenya](https://togithub.com/mdelapenya) - fix: use new UUID for sshd server password ([#​2515](https://togithub.com/testcontainers/testcontainers-go/issues/2515)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore: add funding button for testcontainers ([#​2510](https://togithub.com/testcontainers/testcontainers-go/issues/2510)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore: create TLS certs in a consistent manner ([#​2478](https://togithub.com/testcontainers/testcontainers-go/issues/2478)) [@​mdelapenya](https://togithub.com/mdelapenya) - fix: handle dockerignore exclusions properly ([#​2476](https://togithub.com/testcontainers/testcontainers-go/issues/2476)) [@​mdelapenya](https://togithub.com/mdelapenya) ##### ๐Ÿ“ฆ Dependency updates - chore(deps): bump test-summary action to v2.3 ([#​2535](https://togithub.com/testcontainers/testcontainers-go/issues/2535)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump jinja2 from 3.1.3 to 3.1.4 ([#​2533](https://togithub.com/testcontainers/testcontainers-go/issues/2533)) [@​dependabot](https://togithub.com/dependabot) - Update devcontainer image ([#​2531](https://togithub.com/testcontainers/testcontainers-go/issues/2531)) [@​bells17](https://togithub.com/bells17) - chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 ([#​2525](https://togithub.com/testcontainers/testcontainers-go/issues/2525)) [@​dependabot](https://togithub.com/dependabot) - chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18 ([#​2524](https://togithub.com/testcontainers/testcontainers-go/issues/2524)) [@​dependabot](https://togithub.com/dependabot) - chore(deps): bump github.com/compose-spec/compose-go/v2 from v2.0.0-rc8 to v2.1.0 ([#​2519](https://togithub.com/testcontainers/testcontainers-go/issues/2519)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 ([#​2517](https://togithub.com/testcontainers/testcontainers-go/issues/2517)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump golang.org/x/net in modules (minio, gcloud, weaviate, compose, qdrant, couchbase, k3s, milvus, mockserver, pulsar, kafka) ([#​2505](https://togithub.com/testcontainers/testcontainers-go/issues/2505)) [@​mdelapenya](https://togithub.com/mdelapenya) - chore(deps): bump idna from 3.6 to 3.7 ([#​2480](https://togithub.com/testcontainers/testcontainers-go/issues/2480)) [@​dependabot](https://togithub.com/dependabot)
golang/go (go) ### [`v1.22.3`](https://togithub.com/golang/go/compare/go1.22.2...go1.22.3)
ossf/scorecard-action (ossf/scorecard-action) ### [`v2.3.3`](https://togithub.com/ossf/scorecard-action/compare/v2.3.2...v2.3.3) [Compare Source](https://togithub.com/ossf/scorecard-action/compare/v2.3.2...v2.3.3) ### [`v2.3.2`](https://togithub.com/ossf/scorecard-action/compare/v2.3.1...v2.3.2) [Compare Source](https://togithub.com/ossf/scorecard-action/compare/v2.3.1...v2.3.2)
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime) ### [`v0.18.2`](https://togithub.com/kubernetes-sigs/controller-runtime/releases/tag/v0.18.2) [Compare Source](https://togithub.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2) #### What's Changed - ๐Ÿ› Reintroduce AddMetricsServerExtraHandler on manager by [@​k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2817](https://togithub.com/kubernetes-sigs/controller-runtime/pull/2817) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2

Configuration

๐Ÿ“… Schedule: Branch creation - "before 4am on Monday" (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.



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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.78%. Comparing base (f562dbe) to head (c864eee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #737 +/- ## ========================================== + Coverage 72.68% 73.78% +1.10% ========================================== Files 28 28 Lines 1812 1812 ========================================== + Hits 1317 1337 +20 + Misses 379 362 -17 + Partials 116 113 -3 ``` | [Flag](https://app.codecov.io/gh/kubewarden/kubewarden-controller/pull/737/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewarden) | Coverage ฮ” | | |---|---|---| | [integration-tests](https://app.codecov.io/gh/kubewarden/kubewarden-controller/pull/737/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewarden) | `61.64% <รธ> (+1.26%)` | :arrow_up: | | [unit-tests](https://app.codecov.io/gh/kubewarden/kubewarden-controller/pull/737/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewarden) | `50.19% <รธ> (รธ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kubewarden#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.