Skip to content

📖 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

Closed
wants to merge 293 commits into from
Closed

Conversation

camilamacedo86
Copy link
Member

No description provided.

kersten and others added 30 commits March 28, 2025 10:39
…adability

🌱 (chore): improve readability of test case for alternative delimiters
🌱 (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
bavarianbidi and others added 19 commits July 9, 2025 10:56
…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
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

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.

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.