[pull] master from kubernetes-sigs:master#313
Open
pull[bot] wants to merge 3673 commits into
Open
Conversation
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.1 to 2.28.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.1...v2.28.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ithub.com/onsi/ginkgo/v2-2.28.2 🌱 Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.2
…ns/goreleaser/goreleaser-action-7.2.1 🌱 Bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/github.com/onsi/ginkgo/v2-2.28.2 📖 Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.2 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.2 to 2.28.3. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.2...v2.28.3) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ithub.com/onsi/gomega-1.40.0 🌱 Bump github.com/onsi/gomega from 1.39.1 to 1.40.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.2 to 2.28.3. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.2...v2.28.3) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.35.4 to 0.36.0. - [Commits](kubernetes/apimachinery@v0.35.4...v0.36.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/github.com/onsi/ginkgo/v2-2.28.3 📖 Bump github.com/onsi/ginkgo/v2 from 2.28.2 to 2.28.3 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
…ithub.com/onsi/ginkgo/v2-2.28.3 🌱 Bump github.com/onsi/ginkgo/v2 from 2.28.2 to 2.28.3
As of v0.24.0, controller-runtime creates a dedicated tag to tool/setup-envtest, which makes it possible to use the commit hash to install the binary via go install.
…o-hash 🌱 chore: Pin setup-envtest to commit hash
…8s.io/apimachinery-0.36.0 🌱 Bump k8s.io/apimachinery from 0.35.4 to 0.36.0
chore(go/v4): Upgrade golang version from 1.25.7 to 1.26.0
… dependencies to support k8s 1.26 (#5671) * Upgrade controller-runtime from v0.23.3 to v0.24.0 * Change requires to be compatible with latest changes in controller-runtime
… v0.36.0 (#5673) Update k8s.io/apimachinery from v0.35.4 to v0.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@95e58e9...e46ed2c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/github/codeql-action-4.35.3 🌱 Bump github/codeql-action from 4.35.2 to 4.35.3
The conditional wrappers for webhook-certs and metrics-certs volumes/volumeMounts were placed at the same indent level as the parent key. This caused a YAML parse error when extraVolumeMounts or extraVolumes were populated, since those template directives were at child indent (key + 2 spaces), resulting in mixed indent levels within the same YAML list. Shift the conditional blocks by 2 additional spaces so that items align with the child indent used by appendToListFromValues.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...68bde55) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/github/codeql-action-4.35.4 🌱 Bump github/codeql-action from 4.35.3 to 4.35.4
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…olang.org/x/text-0.37.0 🌱 Bump golang.org/x/text from 0.36.0 to 0.37.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Upgrade controller-tools from v0.20.1 to v0.21.0
…olang.org/x/tools-0.45.0 🌱 Bump golang.org/x/tools from 0.44.0 to 0.45.0
…cationWarnings Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
…ns/github/codeql-action/upload-sarif-4.37.0 🌱 Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0
…olang.org/x/text-0.40.0 🌱 Bump golang.org/x/text from 0.39.0 to 0.40.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.37.0 to 0.38.0. - [Commits](golang/mod@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…olang.org/x/mod-0.38.0 🌱 Bump golang.org/x/mod from 0.37.0 to 0.38.0
🌱 Avoid file dependency in license check
✨ (go/v4): Upgrade cert-manager to 1.21.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.47.0 to 0.48.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.47.0...v0.48.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…olang.org/x/tools-0.48.0 🌱 Bump golang.org/x/tools from 0.47.0 to 0.48.0
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.21.2 to 3.21.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.21.2...v3.21.3) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…elm.sh/helm/v3-3.21.3 🌱 Bump helm.sh/helm/v3 from 3.21.2 to 3.21.3
The helm/v2-alpha plugin already extracts the metrics and webhook ports to values.yaml, but the health probe port stayed hardcoded as 8081 in the four places it appears in the generated manager Deployment: the --health-probe-bind-address arg, the "health" containerPort, and the liveness and readiness httpGet ports. Changing it meant editing all four by hand, and missing one points the probes at a port the manager is not listening on. Extract the port to a top-level healthProbe.port value (detected from the --health-probe-bind-address arg, defaulting to 8081) and template the four references, matching how metrics.port and webhook.port already work. The generated chart testdata is regenerated to match. Add an e2e test that installs the Helm chart with a customized metrics.port and healthProbe.port and verifies the manager binds to them: the pod only becomes Ready if the health probe answers on the custom port, and the metrics are scraped from the custom port. GetMetricsOutput takes the metrics port so the scrape targets the configured value.
…-port ✨ (helm/v2-alpha): make the manager health probe port configurable
🐛 fix(go/v4) Webhook suite tests now register the scheme for all kinds in the suite, not only the first. Fixes "no kind is registered for the type" when testing webhooks for External APIs.
…project 🐛 (CLI) Ignore invalid PROJECT paths for version and help
📖 Correct “Edge-Base” to “Edge-Based”
…o callers looking up external resources
…ernal-api 🐛 (go/v4) Fix webhook scaffold for external types by matching resources by Group+Version+Kind only — Domain is unknown to callers looking up external resources
✨ (go/v4,helm/v2-alpha): Add support for custom webhook ports
🌱 (helm/v2-alpha) pin manager label applier tests in
… admission.Defaulter/Validator
…interfaces 🐛(go/v4): drop Custom prefix from scaffolded webhook struct names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )