-
Notifications
You must be signed in to change notification settings - Fork 1.6k
📖 Update book-v4 regards release v4.7.0 #4924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…isolate test state
…adability 🌱 (chore): improve readability of test case for alternative delimiters
…solate test state
🌱 (chore): enable shadow checks via import-shadowing linter
🌱 (chore): refactor unit tests to isolate mutable test data in CLI spec to improve maintainability
🌱 (chore): enable 'asciicheck' and 'bidichk' for improved code safety and clarity
✨ (go/v4): enable 'import-shadowing' linter
🌱 (chore): refactor unit tests to isolate mutable state with BeforeEach for pkg/cli
🌱 (chore): refactor unit tests to isolate mutable state with BeforeEach for pkg/config/store
…ation 🌱 (chore): refactor unit tests to isolate mutable state with BeforeEach in pkg/config
…lization 🌱 (chore): refactor unit tests to isolate mutable state with BeforeEach in pkg/machinery tests
🌱 (chore): refactor stage unit tests with Ginkgo conventions and simplify logic in stage_test.go
…each 🌱 (chore): refactor unit tests to isolate mutable state with BeforeEach in resource-related tests
…solation 🌱 (chore): refactor shared setup logic in plugins into BeforeEach to isolate test state
🌱 (chore): enable 'whitespace' linter in golangci-lint config
…oreeach 🌱 (chore): refactor shared setup logic in plugin into BeforeEach to isolate test state
removed prerequisite and verfication steps changed the header removed toc
updated error page updated book.toml Delete docs/book/src/404.md
…declaration (#4725) fix (ci): fix lint issue: shadow: declaration of pluginCfg shadows declaration Fix plugin config test by resetting struct to avoid value reuse Avoids test contamination caused by shared PluginConfig variable by explicitly resetting it before decoding in each test case. Also resolves shadowing linter errors reported by golangci-lint.
🌱 enable ginkgolinter forbid-focus-container This PR adds the following configuration to `.golangci.yml`: ```yaml linters-settings: ginkgolinter: forbid-focus-container: true ``` Enabling forbid-focus-container protects the code in the repository against accident commiting of debug code. A contributeor may use ginkgo's focus container (e.g. `FIt`, `FContext` etc. or by adding the `Focus` decorator), in order to locally debug a specific test. Merging a ginkgo's focus container will prevent running of all the other tests in CI. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
📖 Updated 404 page details in TODO.md and updated the book
…generated_main.go 🐛 (go/v4) Update main.go scaffold to follow Go best practices by reducing the scope of err using short variable declarations (:=)
Replace hardcoded controller-runtime version in hack/docs/internal/cronjob-tutorial/generate_cronjob.go with a reference to the ControllerRuntimeVersion constant from the scaffolding package. This prevents the docs generation from breaking when the controller-runtime version is updated in the scaffolding logic, ensuring that `make generate-docs` remains stable across version bumps. Update hack/docs/internal/cronjob-tutorial/generate_cronjob.go Co-authored-by: Saan <[email protected]> Update hack/docs/internal/cronjob-tutorial/generate_cronjob.go Co-authored-by: Kersten Burkhardt <[email protected]>
📖 Updated migration pages
…y meaningful with `edit` (#4903) feat(helm): remove helm from init command Signed-off-by: Mario Constanti <[email protected]>
…ixes 📖 Update Cronjob Tutorials API spec descriptions to better adopt k8s API convetions
…ample-comply-k8s-api-convetions 📖 Update Getting Started sample to comply with K8s API conventions
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.26.0. - [Commits](golang/mod@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…olang.org/x/mod-0.26.0 🌱 bump golang.org/x/mod from 0.25.0 to 0.26.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…olang.org/x/text-0.27.0 🌱 bump golang.org/x/text from 0.26.0 to 0.27.0
… management by OLM and/or publication on OperatorHub.io
📖 guide for building a bundle with kubebuilder-based projects for management by OLM and/or publication on OperatorHub.io
🌱 (chore): optimize CI time and usage of resources
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…olang.org/x/tools-0.35.0 🌱 Bump golang.org/x/tools from 0.34.0 to 0.35.0
Adds a new e2e test for the alpha update command that validates custom code preservation during version updates.
🌱 (alpha update command): add e2e test
📖 (doc): Upgrade Migration and Documentation over Alpha Commands
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
No description provided.