[pull] master from kubernetes-sigs:master - #313
Open
pull[bot] wants to merge 3841 commits into
Open
Conversation
…ithub.com/containerd/containerd-1.7.33 🌱 Bump github.com/containerd/containerd from 1.7.32 to 1.7.33
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@5daf1e9...f06c13b) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@82606bf...ba0d7d2) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/golangci/golangci-lint-action-9.3.0 🌱 Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0
…ns/goreleaser/goreleaser-action-7.2.3 🌱 Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3
Signed-off-by: Sathvik <Sathvik.S@ibm.com>
🐛 (go/v4,CLI): Restrict YEAR placeholder substitution
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.36.2 to 4.36.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@8aad20d...54f647b) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.36.2 to 4.36.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@8aad20d...54f647b) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.36.2 to 4.36.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@8aad20d...54f647b) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/github/codeql-action/upload-sarif-4.36.3 🌱 Bump github/codeql-action/upload-sarif from 4.36.2 to 4.36.3
…ns/github/codeql-action/init-4.36.3 🌱 Bump github/codeql-action/init from 4.36.2 to 4.36.3
🌱 fix: cleanup fix docs marker
…ns/github/codeql-action/analyze-4.36.3 🌱 Bump github/codeql-action/analyze from 4.36.2 to 4.36.3
📖 Document the ssa PROJECT field and add a --ssa example to create api help
🌱 Rewrite boilerplate YEAR test in Ginkgo and extend SubstituteYear coverage
Cluster-scoped SSA kinds with a regular plural were generating +kubebuilder:resource:scope=Cluster without an explicit path. Emit path=<plural>,scope=Cluster whenever SSA is enabled.
cleanupTempBranches ran only on the success path, leaving tmp-ancestor, tmp-original, and tmp-upgrade branches after mid-flight errors. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
…-branches 🐛 (CLI): always clean up alpha update temporary branches
🌱 (go/v4): Add missing test coverage for the --ssa workflow
…p users migrate to the new layout where webhooks are under internal path (#5837) breaking(go/v4): Remove deprecated --legacy webhook flag The --legacy flag on `create webhook` scaffolded webhooks under the API directory, the layout used before Kubebuilder v4.3.0. It was added in 2024 as a temporary migration aid after controller-runtime moved webhooks out of the API package. The flag is create time only: it is not recorded in the PROJECT file and the `alpha generate` flow never replays it, since getWebhookResourceFlags only emits the --programmatic-validation, --defaulting, --conversion and external API flags. A project scaffolded with --legacy is therefore regenerated into the current layout regardless. With the reorganize layout migration guide now available, the flag only adds maintenance burden. Remove the flag and its isLegacyPath plumbing from the go/v4 plugin (the scaffolder, plus the IsLegacyPath branches and *Legacy template variants in the webhook, webhook test, suite test and main.go templates), delete the legacy-webhook-path CI workflow, its testdata script and the `make test-legacy` target that ran it (with its .gitignore entry), and update the deprecated flag example in the cli-descriptions skill. Ref: #5834
…ually, which masked teardown failures by retrying after a SIGKILL. Teardown is now asserted once.
…es when markers cannot be injected, with more robust file updates and better test coverage.
…rce-path ✨ (go/v4) Follow-up on #5458 (unreleased): Always emit resource:path for cluster-scoped SSA resources
🐛 (go/v4) Scaffolded test suites no longer wrap testEnv.Stop() in Eventually, which masked teardown failures by retrying after a SIGKILL. Teardown is now asserted once.
🌱 (external): remove outdated TODO comment for metadata tests
…olang.org/x/mod-0.40.0 🌱 Bump golang.org/x/mod from 0.39.0 to 0.40.0
✨ (go/v4): Upgrade cert-manager from v1.20.2 to v1.21.1
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.42.1 to 1.43.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.42.1...v1.43.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.42.1 to 1.43.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.42.1...v1.43.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@db488dd...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@8781f5d...77a1912) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@db488dd...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@db488dd...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [anchore/sbom-action/download-syft](https://github.com/anchore/sbom-action) from 0.24.0 to 0.24.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@e22c389...3ad7283) --- updated-dependencies: - dependency-name: anchore/sbom-action/download-syft dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/anchore/sbom-action/download-syft-0.24.2 🌱 bump anchore/sbom-action/download-syft from 0.24.0 to 0.24.2
…ns/github/codeql-action/init-4.37.9 🌱 bump github/codeql-action/init from 4.37.8 to 4.37.9
…ns/shogo82148/actions-goveralls-1.11.2 🌱 bump shogo82148/actions-goveralls from 1.11.1 to 1.11.2
…ns/github/codeql-action/upload-sarif-4.37.9 🌱 bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9
…ns/github/codeql-action/analyze-4.37.9 🌱 bump github/codeql-action/analyze from 4.37.8 to 4.37.9
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/github.com/onsi/gomega-1.43.0 📖 bump github.com/onsi/gomega from 1.42.1 to 1.43.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
…ithub.com/onsi/gomega-1.43.0 🌱 bump github.com/onsi/gomega from 1.42.1 to 1.43.0
…istent (#5905) (go/v4, helm/v2-alpha): ensure NetworkPolicies are correct and consistent
📖 fix grammatical errors and typos in documentation
… root (#6013) * test(pkg/cli): Add missing unit tests for api, alpha, create, edit, root Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@3dc1ecc...70fb788) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Add test coverage for CLI.getInfoFromConfigFile using mock afero filesystems to verify configuration loading, error handling for missing/corrupt project files, and in-memory patching for alpha generate commands. Also add unit tests for argument and path helpers: positionalArgs, hasOnlyRootFlags, isAlphaGenerateCommand, isRegularPathNoFollow, and patchProjectFileInMemoryIfNeeded. Signed-off-by: devaniketh <techrunstheworld@gmail.com>
Add comprehensive assertions for the plugins configuration field in UnmarshalYAML tests to verify that plugin keys and values are correctly unmarshalled, rather than only checking the map length. Also include a test case for Resource.Path to ensure the path field is properly serialized and deserialized in PROJECT version 3 files. Signed-off-by: devaniketh <techrunstheworld@gmail.com>
…ns/zizmorcore/zizmor-action-0.6.3 🌱 Bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3
✨ (go/v4): upgrade golangci-lint to v2.13.1 and replace deprecated Requeue - Bump GOLANGCI_LINT_VERSION from v2.12.2 to v2.13.1 across the Makefile, GitHub Actions workflows, scaffold template (pkg/plugins/golang/v4/scaffolds/init.go), all testdata projects and tutorial .custom-gcl.yml files. - Replace the deprecated controller-runtime Requeue: true with RequeueAfter: time.Minute in the deploy-image scaffold template, all affected testdata controllers, the getting-started and secondary-owned-resources tutorials, and the design doc. Remove the associated //nolint:staticcheck directives since the deprecated field is no longer used. - Use time.Minute instead of 60 * time.Second for better readability and consistency across all documentation and code examples. Per controller-runtime, Requeue is deprecated because it causes confusion; when waiting for an external event, either the duration until it is supposed to happen or an appropriate poll interval should be used, rather than an interval emitted by a ratelimiter whose purpose is to control retry on error. Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
🌱 test(pkg/cli): Add unit tests for getInfoFromConfigFile and CLI helpers
🌱 test(config/v3): add test coverage for plugins map and resource path
✨ (helm/v2-alpha): Support custom labels/annotations on the ServiceMonitor
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 : )