Skip to content

[pull] master from kubernetes-sigs:master#313

Open
pull[bot] wants to merge 3408 commits intokubestone:masterfrom
kubernetes-sigs:master
Open

[pull] master from kubernetes-sigs:master#313
pull[bot] wants to merge 3408 commits intokubestone:masterfrom
kubernetes-sigs:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 27, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Apr 27, 2021
k8s-ci-robot and others added 29 commits February 4, 2026 16:15
✨ (helm/v2-alpha): polish Chart.yaml metadata
✨ (helm/v2-alpha): Add Notes.txt
…ECT file

When scaffolding helm/v2-alpha plugin, the deprecated helm.kubebuilder.io/v1-alpha
entry now gets automatically removed from the PROJECT file during PostScaffold.
This prevents confusion and clutter since v2-alpha is a complete replacement for
v1-alpha and both entries should not coexist.

The removal is safe and only happens if the v1-alpha entry exists, with graceful
handling for projects that don't have it or use older config versions.
Generated-by: Cursor/Claude
🐛 (helm/v2-alpha): remove deprecated v1-alpha plugin entry from PROJECT file
🐛 fix(go/v4): Add retry to flaky metrics E2E test
…ractices

Improve shell script robustness and user experience:
- Add proper error handling and stderr redirection
- Enhance output with visual section separators
- Provide clear installation status feedback

Generate-by: Cursor/Claude
✨(go/v4): enhance devcontainer post-install script with best practices
The system and architecture are not hardcoded, and the translation
(this sentence was unfinished, maybe lost before committing?) was
already provided above and still is.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
…mment

📖 : remove misleading comment from install script
feat(go/v4): Add --namespaced flag for namespace-scoped managers

Assisted-by: Cursor/Claude
…#5441)

chore(e2e/docs) Update certmanager to v1.19.3 and prometheus to v0.85.0
Users can now enable multigroup layout during project initialization
instead of running a separate edit command afterward.

Before:
  kubebuilder init --domain example.org
  kubebuilder edit --multigroup

After:
  kubebuilder init --domain example.org --multigroup

The edit command still works for existing projects that need migration.
- Add PersistentPreRunE hook to detect help flags in plugin values
- Filter help flags before plugin validation
- Show plugin descriptions instead of project versions
- Use short plugin keys (go/v4 vs go.kubebuilder.io/v4)
- Filter plugins by subcommand (init/edit/create)
- Hide deprecated plugins from help output
- Add documentation links for each plugin
- Improve root help wording for better getting-started experience

Generate-by: Cursour/Claude
🐛 fix(CLI/API) prevent --help from being validated as plugin name
🐛 fix(go/v4): Add more checks for webhooks in e2e tests to avoid flakes
🌱 fix(e2e): consolidate test suites to reduce execution time
Co-Authored-By: Camila Macedo <cmacedo@redhat.com>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
There is no (or no more) 32-bit x86 builds in the mdBook releases.
See https://github.com/rust-lang/mdBook/releases/tag/v0.5.2
The aarch64 builds are now included, so use them.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
📖 docs: add note on limitations to CRD validation markers reference
🌱 docs/book: fix the install script
✨ (helm/v2-alpha): Add Makefile targets for Helm Development
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
… bugs

This PR adds support for custom container names via
kubectl.kubernetes.io/default-container annotation and fixes two
critical bugs found during testing:

1. Container names were being incorrectly templated by
   substituteResourceNamesWithPrefix. Container names are internal
   pod identifiers and should remain literal, not templated like
   cluster-wide resource names.

2. Image templating failed due to order-of-operations issue where
   substituteResourceNamesWithPrefix runs before templateImageReference.
   Modified all image-related functions to check for both literal and
   templated container names.

Testing: Verified with custom container names (controller-test) and
ensures backward compatibility with default 'manager' container name.
Signed-off-by: Daniel Maslowski <info@orangecms.org>
camilamacedo86 and others added 30 commits April 16, 2026 23:25
🌱 Add Agent Skills and standardize CLI descriptions
🐛 fix(helm/v2-alpha): Use conditionals for optional K8s field `manager.image.pullPolicy`
🌱 refactor(helm/v2-alpha): Remove redundant code comments
🌱 Add maintenance skill for helm/v2
📖 doc(helm/v2-alpha): Shape documentation after introduction of new features
Bumps [devcontainers/ci](https://github.com/devcontainers/ci) from 0.3.1900000417 to 0.3.1900000448.
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](devcontainers/ci@8bf61b2...19ddf8c)

---
updated-dependencies:
- dependency-name: devcontainers/ci
  dependency-version: 0.3.1900000448
  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.3 to 0.35.4.
- [Commits](kubernetes/apimachinery@v0.35.3...v0.35.4)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/devcontainers/ci-0.3.1900000448

🌱 Bump devcontainers/ci from 0.3.1900000417 to 0.3.1900000448
…8s.io/apimachinery-0.35.4

🌱 Bump k8s.io/apimachinery from 0.35.3 to 0.35.4
📖 Enhance documentation to follow Kubernetes style guide
Dependency pins create unnecessary maintenance burden. Removed pins, update the certamanger import version used in the testdata to latest and updated all dependencies with `go get -u  ./...`.
Bumps [devcontainers/ci](https://github.com/devcontainers/ci) from 0.3.1900000448 to 0.3.1900000449.
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](devcontainers/ci@19ddf8c...b63b30d)

---
updated-dependencies:
- dependency-name: devcontainers/ci
  dependency-version: 0.3.1900000449
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/devcontainers/ci-0.3.1900000449

🌱 Bump devcontainers/ci from 0.3.1900000448 to 0.3.1900000449
📖 chore: remove dependency pins and update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.