Commit 78eac7a
📖 Update book-v4 with changes from release 4.13.0 (#5519)
* (infra/demos): Remove asciicinema demos
The asciicinema demos add tooling debt, maintenance burden, poor UX,
and provides little value to users, making it not worth the effort.
* fix(go/v4): CI lint by using make lint instead of golangci-lint-action so the custom binary (with logcheck plugin) is built and used.
* fix(helm/v2-alpha): use manager.replicas from values in chart template
Generated-by: Cursor/Claude
* ✨ (helm/v2-alpha): Add manager.envOverrides for CLI env overrides
* fix(helm/v2-alpha): use sigs.k8s.io/yaml for 2-space YAML indentation in generated value files
* 🌱 Bump goreleaser/goreleaser-action from 6 to 7
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>
* 🐛 fix: resolve panic when multiple plugins define the same flag (e.g. 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
* ✨ chore(go/v4): Upgrade cert-manager from 1.19.3 to 1.19.4 (#5509)
chore(go/v4): Upgrade cert-manager from 1.19.3 to 1.19.4
* 🌱 cleanup(docs): remove script no longer used to build samples under books (#5511)
cleanup(docs): remove script no longer used to build samples under books
* 🌱 chore: add yamllint config for 2-space indentation and Kubernetes YAML best practices (#5507)
chore: add yamllint config for 2-space indentation and Kubernetes YAML best practices
* 🌱 infra: Remove pkg/internal/validation (#5512)
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.
* 🌱 Bump actions/upload-artifact from 6.0.0 to 7.0.0
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>
* 🐛 fix(go/v4,helm/v2-alpha): use 0644/0755 for generated files (#5508)
fix(go/v4,helm/v2-alpha): use 0644/0755 for generated files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vitor Floriano <107767584+vitorfloriano@users.noreply.github.com>
Co-authored-by: Kubernetes Prow Robot <20407524+k8s-ci-robot@users.noreply.github.com>
Co-authored-by: v47 <victor.verg@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ab0aed6 commit 78eac7a
File tree
149 files changed
+15182
-15163
lines changed- .github/workflows
- docs
- book/src
- cronjob-tutorial/testdata
- project
- .github/workflows
- dist/chart
- templates
- cert-manager
- crd
- manager
- metrics
- prometheus
- rbac
- webhook
- test/utils
- getting-started/testdata/project
- .github/workflows
- dist/chart
- templates
- crd
- manager
- metrics
- rbac
- test/utils
- multiversion-tutorial/testdata/project
- .github/workflows
- dist/chart
- templates
- cert-manager
- crd
- manager
- metrics
- prometheus
- rbac
- webhook
- test/utils
- gif
- pkg
- cli
- config/store/yaml
- internal/validation
- machinery
- model/resource
- plugins
- common/kustomize/v2
- external
- golang/v4/scaffolds/internal/templates
- github
- test/utils
- optional/helm/v2alpha/scaffolds
- internal
- kustomize
- templates
- plugin
- scripts/demo
- testdata
- project-v4-multigroup
- .github/workflows
- test/utils
- project-v4-with-plugins
- .github/workflows
- dist/chart
- templates
- cert-manager
- crd
- manager
- metrics
- rbac
- webhook
- test/utils
- project-v4
- .github/workflows
- test/utils
- test
- e2e
- all
- helpers
- utils
- testdata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+15182
-15163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
122 | 148 | | |
123 | 149 | | |
124 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
Lines changed: 0 additions & 62 deletions
This file was deleted.
0 commit comments