[pull] master from kubernetes-sigs:master#313
Open
pull[bot] wants to merge 3464 commits into
Open
Conversation
Generated-by: Cursor/Claude
🐛 (go/v4): CI lint by using make lint instead of golangci-lint-action so the custom binary (with logcheck plugin) is built and used.
✨ (helm/v2-alpha): Add manager.envOverrides for CLI env overrides
🐛(helm/v2-alpha): use manager.replicas from values in chart template
… in generated value files
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v6...v7) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/goreleaser/goreleaser-action-7 🌱 Bump goreleaser/goreleaser-action from 6 to 7
🐛 (helm/v2-alpha): use sigs.k8s.io/yaml for 2-space YAML indentation in generated value files
… edit with go/v4 + helm) (#5506) fix: resolve panic when multiple plugins define the same flag (e.g. edit with go/v4 + helm) - Merge duplicate flags instead of binding twice; sync parsed value to all plugins in PreRunE. - Aggregate flag help as "For plugin (key): desc AND for plugin (key): desc". - Return a clear error when the same flag name is used with different types (e.g. bool vs string). Generated-by: Cursor/Claude
🌱 (infra/demos): Remove asciicinema demos
chore(go/v4): Upgrade cert-manager from 1.19.3 to 1.19.4
…books (#5511) cleanup(docs): remove script no longer used to build samples under books
…AML best practices (#5507) chore: add yamllint config for 2-space indentation and Kubernetes YAML best practices
infra: remove validation package Package validation was copied from k8s.io/apimachinery/utils/validation to avoid adding a dependency. Considering that kubebuilder already depends on apimachinery, using the original package requires less maintainance.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/actions/upload-artifact-7.0.0 🌱 Bump actions/upload-artifact from 6.0.0 to 7.0.0
fix(go/v4,helm/v2-alpha): use 0644/0755 for generated files
fix(API): move test/e2e/helpers to test/e2e/internal The test/e2e/helpers package is not meant for external usage, and does not belong in the public API. It is not documented and is not stable, hence, it should placed inside an internal.
fix(API): move logging and alpha packages to ./internal The logging and alpha packages are not meant to be used by external users but have been exported to the public API. These packages are underdocumented and are not stable, hence they belong in internal.
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.35.1 to 0.35.2. - [Commits](kubernetes/apimachinery@v0.35.1...v0.35.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
The ToC now highlights and centers on the current page.
📖 docs: make ToC highlight current page
…8s.io/apimachinery-0.35.2 🌱: Bump k8s.io/apimachinery from 0.35.1 to 0.35.2
🐛 (helm/v2-alpha): fix double-escaping of YAML-encoded quotes in template expressions
…5530) fix(CLI) update stale import paths in alpha update integration tests
✨ (go/v4): Upgrade certmanager from `1.19.4` to `1.20.0`
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>
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
🐛 fix(helm/v2-alpha): correct indentation of conditional volume mounts
🐛 (API): Fix file descriptor leak from defer inside loop in external plugin handler
…panic 🐛 (CLI): Fix panic from unchecked type assertion in printDeprecationWarnings
🐛 (CLI): Fix CloseFileError wrapping nil instead of actual close error
✨ (go/v4): Pin the ENVTEST version in the scaffold, now supported starting with controller-runtime release v0.24.0
* fix(grafana/v1alpha): close file handle on config read error Replace the manual close pattern with idiomatic defer f.Close() immediately after the successful open. The original code only closed the file on the success path; if configReader returned an error, the file descriptor leaked. Since this is a read-only file (os.Open), close errors are not actionable. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * Address review: check close error on both paths instead of nolint Remove defer f.Close() with nolint:errcheck directive. Instead, check the close error explicitly on both the error and success paths, which satisfies errcheck without suppressing the lint rule. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.20.2 to 3.21.0. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.20.2...v3.21.0) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…elm.sh/helm/v3-3.21.0 🌱 Bump helm.sh/helm/v3 from 3.20.2 to 3.21.0
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.36.0 to 0.36.1. - [Commits](kubernetes/apimachinery@v0.36.0...v0.36.1) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…8s.io/apimachinery-0.36.1 🌱 Bump k8s.io/apimachinery from 0.36.0 to 0.36.1
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 : )