koba1t
8eacab0fc6
Update kyaml to v0.17.2
2024-07-20 00:28:06 +09:00
Kubernetes Prow Robot
1a41303fbb
Merge pull request #5628 from antoooks/release-helper-script
...
Release helper script
kyaml/v0.17.2
2024-07-16 10:53:06 -07:00
Dennis Zhou
7cbaf78b1a
fix:kustomize cfg grep with no arguments causes panic ( #5707 )
...
* fix:kustomize cfg grep with no arguments causes panic
* add test for kustomize cfg grep with no arguments
2024-07-10 00:46:40 -07:00
Kubernetes Prow Robot
735ad0beef
Merge pull request #5682 from kozjan/add-label-include-templates
...
fix: include label in templates when adding by cli
2024-07-10 00:46:33 -07:00
Kubernetes Prow Robot
c1de0301f5
Merge pull request #5413 from crenshaw-dev/patch-1
...
chore(docs): fix grammar error in comment
2024-06-30 11:45:02 -07:00
Kubernetes Prow Robot
5cfd3ab3e7
Merge pull request #5725 from kubernetes-sigs/dependabot/go_modules/hack/golang.org/x/image-0.18.0
...
build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 in /hack
2024-06-27 07:47:18 -07:00
dependabot[bot]
dfb30644f4
build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 in /hack
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.13.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-26 19:38:08 +00:00
Kubernetes Prow Robot
e3a7615ccb
Merge pull request #5506 from cloud-native-team/master
...
fix some comments
2024-06-18 12:37:52 -07:00
Kubernetes Prow Robot
b02d02a6cd
Merge pull request #5715 from kubernetes-sigs/dependabot/go_modules/hack/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0
...
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.6.0 in /hack
2024-06-18 12:20:28 -07:00
Kubernetes Prow Robot
804f69bacf
Merge pull request #5719 from kubernetes-sigs/dependabot/npm_and_yarn/site/braces-3.0.3
...
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /site
2024-06-18 10:11:10 -07:00
dependabot[bot]
9ab7762a40
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.0...sdk/azcore/v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 22:01:15 +00:00
dependabot[bot]
44a99b7284
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /site
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 21:47:44 +00:00
Kubernetes Prow Robot
692b40e515
Merge pull request #5718 from koba1t/chore/fix_lint_error_in_kustomizationfile_test.go
...
fix lint error in kustomizationfile_test.go
2024-06-17 14:46:47 -07:00
koba1t
bef46a1a04
fix lint error in kustomizationfile_test.go
2024-06-18 06:33:57 +09:00
Kubernetes Prow Robot
48d79c745a
Merge pull request #5691 from karlkfi/karl-cockroachdb-pin-version
...
Pin kustomize image in cockroachdb example
2024-06-12 09:39:45 -07:00
Kubernetes Prow Robot
856662835f
Merge pull request #5698 from stormqueen1990/fix/validation-name-reference
...
fix(namereference): add configuration for new admission API
2024-06-08 01:42:58 -07:00
jan.kozlowski
cba3688960
add validation and test case
2024-06-06 14:01:49 +02:00
Oliver F
16a7ce2b8b
Fix sortOptions removal when running edit command ( #5689 )
...
* Fix sortOptions and Validators removal when running edit command
* fixed linting
2024-06-04 20:26:41 -07:00
Kubernetes Prow Robot
92e862c233
Merge pull request #5544 from sanaasy/sanaasy/add-no-verify-flag
...
Run kustomize build with kustomize localize and add a no-verify flag.
2024-06-04 20:10:20 -07:00
Sanaa Syed
8db4c4b062
Fix lint error message adn reduce build error message to a string concatination.
2024-06-03 22:22:03 -04:00
Kubernetes Prow Robot
cb432b0350
Merge pull request #5699 from stormqueen1990/chore/deprecation-common-labels
...
chore: add deprecation comment to commonLabels
2024-05-27 15:15:20 -07:00
Colin O'Dell
88c89f422a
fix: always show accumulation errors ( #5693 )
...
* fix: always show accumulation errors if the resource was successfully loaded as a base
* chore: regression test
* chore: fix lint violations
2024-05-24 20:13:10 -07:00
Kubernetes Prow Robot
ce80dc9e2b
Merge pull request #5705 from koba1t/unpinEverything
...
Back to development mode; unpin the modules
2024-05-22 08:48:38 -07:00
koba1t
226d56b5cf
Back to development mode; unpin the modules
2024-05-23 00:35:50 +09:00
Kubernetes Prow Robot
f309dfc54a
Merge pull request #5704 from koba1t/pinToApi
...
Update api to v0.17.2
kustomize/v5.4.2
2024-05-22 08:16:59 -07:00
koba1t
a34ac31a80
Update api to v0.17.2
2024-05-23 00:04:13 +09:00
Kubernetes Prow Robot
9cc25a511c
Merge pull request #5703 from koba1t/pinToCmdConfig
...
Update cmd/config to v0.14.1
api/v0.17.2
2024-05-22 07:53:44 -07:00
koba1t
f6ad718ee6
Update cmd/config to v0.14.1
2024-05-22 23:41:07 +09:00
Kubernetes Prow Robot
da14e76359
Merge pull request #5702 from koba1t/pinToKyaml
...
Update kyaml to v0.17.1
cmd/config/v0.14.1
2024-05-22 07:37:54 -07:00
koba1t
7424956ccf
Update kyaml to v0.17.1
2024-05-22 23:24:23 +09:00
Mauren Berti
77354d73b9
chore: add deprecation comment to commonLabels
...
`commonLabels` is deprecated, but the field did not have a deprecation comment,
like other fields do. Add the deprecation comment, as some IDEs use that as a
guideline to show a strikethrough in the field names (and to follow the pattern
of other deprecated fields).
2024-05-19 21:07:00 -04:00
Mauren Berti
3065eb36dd
fix(namereference): add configuration for new admission API
...
Include configuration for the new `ValidatingAdmissionPolicy` and
`ValidationAdmissionPolicyBinding` APIs so that Kustomize can natively configure
the `policyName` field in `ValidatingAdmissionPolicyBinding` with the transformed
name of `ValidatingAdmissionPolicy`.
2024-05-19 20:58:03 -04:00
Sanaa Syed
b67959894e
Add --no-verify flag configs along with kustomize build when kustomize localize command is run.
2024-05-15 23:45:29 -04:00
Karl Isenberg
6a829feef8
Pin kustomize image in cockroachdb example
...
- Pin to v5.4.1 with sha256 as example of how to ensure supply-chain
security. Pulling the latest kustomize image or source is insecure
without checksum validation.
- Bump example image tag to v0.1.1
2024-05-06 11:02:20 -07:00
Kubernetes Prow Robot
e244b83844
Merge pull request #5688 from emirot/refactor/indexOf
...
refactor: function in stdlib now
kyaml/v0.17.1
2024-05-05 19:38:34 -07:00
emirot
f9838461af
refactor: function in stdlib now
...
Signed-off-by: emirot <emirot.nolan@gmail.com >
2024-05-03 22:45:56 +02:00
Kubernetes Prow Robot
49a645f05d
Merge pull request #5294 from typeid/localize_absolute_paths
...
feat: localize absolute paths
2024-04-29 22:11:47 -07:00
Tiago Silva
e7a15496dd
fix: use fmt.Errorf instead of non-existing errors.New ( #5651 )
...
* fix: use fmt.Errorf ubstead if non-exising `errors.New`
When https://github.com/kubernetes-sigs/kustomize/pull/5525 merged, it
referenced `errors.New` function but that function doesn't exist.
This PR replaces the call with simple `fmt.Errorf`.
* Add lint check with kustomize_disable_go_plugin_support
* move lint-api-static to /api/Makefile
* clean golangci cache
2024-04-29 18:22:26 -07:00
Kubernetes Prow Robot
0d7d830236
Merge pull request #5681 from emirot/remove-string-in-slice
...
chore: remove unused function
2024-04-28 23:59:56 -07:00
Kubernetes Prow Robot
e676d056b2
Merge pull request #5500 from charles-chenzz/kust-target-tc
...
add testcase that check yield malformed yaml errors
2024-04-28 23:45:18 -07:00
Kurnianto Trilaksono
b1a9bffd8b
Update CONTRIBUTING.md
...
- change breaking change notes
Co-authored-by: Mauren <698465+stormqueen1990@users.noreply.github.com >
2024-04-28 23:28:48 +07:00
jan.kozlowski
a83f102cc9
fix: include label in templates when adding by cli
2024-04-26 23:21:51 +02:00
emirot
0e649599d0
chore: remove unused function
...
Signed-off-by: emirot <emirot.nolan@gmail.com >
2024-04-26 16:32:00 +01:00
Kubernetes Prow Robot
a68f40738a
Merge pull request #5680 from koba1t/chore/restore_version_for_govalidator
...
chore: restore version for github.com/asaskevich/govalidator
2024-04-25 08:20:51 -07:00
koba1t
72d95b5f41
chore: restore version for github.com/asaskevich/govalidator
2024-04-25 17:21:05 +09:00
Mauren
671de1662d
feat: support labels key in transformer configuration ( #5556 )
...
* feat: support labels key in transformer configuration
Allow the usage of a separate transformer configuration for the labels key,
similar to what is currently available for commonLabels and commonAnnotations.
This aims to provide the same functionality that commonLabels currently provide
for labels, since commonLabels is deprecated and slated for removal in a future
release.
* chore(transformerconfig): add nolint hint
Add a nolint hint to the new method so the returns can stay consistent with
one another.
* fix: changes from code review
* Rename methods `AddCommonLabelFieldSpec` and `AddLabelFieldSpec` to
`AddCommonLabelsFieldSpec` and `AddLabelsFieldSpec`.
* Add extra test to verify scenarios applying labels to Custom Resource Definitions.
2024-04-25 00:40:44 -07:00
Kurnianto Trilaksono
25c7e17fb8
add pr rules, fix script
2024-04-24 20:30:34 +08:00
Kubernetes Prow Robot
2e6171a9ea
Merge pull request #5671 from emirot/refactor/string_inSlice
...
refactor: string in slice is now part of stdlib
2024-04-23 04:36:33 -07:00
Kubernetes Prow Robot
7f99cebdc6
Merge pull request #5672 from stormqueen1990/chore/bump-deps
...
chore(deps): bump dependencies of kustomize + sync go workspace
2024-04-22 20:01:27 -07:00
Mauren Berti
5d127e4138
chore(deps): bump dependencies of kustomize + sync go workspace
...
* Bump the golang.org/x dependencies.
* Run `go work sync` to synchronize dependencies across Go workspaces.
2024-04-21 20:03:38 -04:00