Kurnianto Trilaksono
ab519fdc13
Feature/dependency pinning and update automation ( #5451 )
...
* * handle local flag
* add managerfactory handling for local flag
* add shortName handling for local flag
* add dot git file handling for local flag
* add tests
* fix normal listing
* add ParseGitRepository function, add viper, add testing for utils
* add latest tag logic, add auto pinning and auto fetching
* makke gorepomod list works with --local
* make pinning works with local flag, enable auto update on fork and non-fork repo
* fix: refactor to pass linter
* refactor code and fix comments
* edit README
* refactor code to pass linting
* refactor code
* refactor code and enable patch branch label
* ru add license
* fbackward compatibility for unpin
2024-01-16 22:34:56 +01:00
Nick
f3fedac429
Add generator kustomization references ( #5447 )
...
* Initial configMapGenerator ref
* Draft configMapGenerator options
* ConfigMapArgs
* Add sources
* Begin to restructure generator spec
* Add ObjectMeta
* Draft kustomization.md
* Draft kustomization file links
* Move bases weight
* Update generatorArgs link to commmon generatorOptions
* Remove api/generators for now
* Update generatorOptions
* Add generatorArgs header
* Add secretGenerator
* Remove ObjectMeta for now
* Draft generators
* Fix secretGenerator
* Cleanup
* Add include shortcode, cleanup generators
* Use common includes
* Update object metadata description
* spelling
* Improve args description
2024-01-10 20:27:05 +01:00
Kubernetes Prow Robot
f72db33d5e
Merge pull request #4558 from koba1t/proposals/replacements_and_patch_to_value_in_the_structured_data
...
Proposal: Replacements and Patch value in the structured data
2024-01-04 00:05:48 +01:00
Kubernetes Prow Robot
cfa2c41b44
Merge pull request #5361 from kubernetes-sigs/dependabot/npm_and_yarn/site/postcss-8.4.31
...
build(deps-dev): bump postcss from 8.4.8 to 8.4.31 in /site
2023-12-28 12:41:51 +01:00
Kubernetes Prow Robot
0c461d61df
Merge pull request #5495 from stormqueen1990/chore/removetest-internal-package
...
chore: move removetest.go to the internal package
2023-12-22 11:06:54 +01:00
Mauren Berti
27ae0693b4
fix: rename helper structs to use more specific names
2023-12-21 22:51:18 -05:00
Mauren Berti
42d5870546
chore: move removetest_testutils.go to internal/testutils
2023-12-21 22:51:17 -05:00
Mauren Berti
f814039f99
chore: move removetest.go to the internal package
...
* Move the edit/remove_test/removetest.go file to the internal package, as it is
intended to aid testing.
* Rename the method ExecuteTestCases to ExecuteRemoveTestCases.
2023-12-21 22:51:16 -05:00
Kubernetes Prow Robot
b28e0445a2
Merge pull request #5489 from ltearno/fixtypo-in-merge2
...
Fix typo in merge2
2023-12-21 12:11:55 +01:00
Kubernetes Prow Robot
7db7de65c1
Merge pull request #5479 from skitt/revert-5197
...
Revert "Switch to json-patch v5"
2023-12-20 20:56:28 +01:00
koba1t
a34dd1fc3f
fix replacements syntax
2023-12-17 05:48:56 +09:00
koba1t
2831689a1b
update configMapGenerator section
2023-12-14 21:55:58 +09:00
koba1t
069c5fd5d7
add story4 details
2023-12-14 21:55:58 +09:00
koba1t
504e805da0
add non-goal
2023-12-14 21:55:58 +09:00
koba1t
3cf12635d4
scope change to support only JSON/YAML and add support secretGenerator
2023-12-14 21:55:58 +09:00
koba1t
9adb7535fa
move behavior: merge in base
2023-12-14 21:55:58 +09:00
koba1t
c87c7a139c
fix with suggestion from natasha41575
2023-12-14 21:55:58 +09:00
koba1t
50583c4b0e
add Story of yaml in configmap and json in Annotations
2023-12-14 21:55:58 +09:00
koba1t
9a7014cc14
add proposal 'Disciplined merge the value in structured data with configMapGenerator'
2023-12-14 21:55:58 +09:00
koba1t
32a78f3915
fix motivation, this function is scoped edit
2023-12-14 21:55:58 +09:00
koba1t
f866701088
improve 'Replacement the value in structured data'
2023-12-14 21:55:58 +09:00
koba1t
49e911fcef
add mini-Kep 'Replacements and Patch value in the structured data'
2023-12-14 21:55:58 +09:00
Arnaud Tournier
665bfbc32d
fix typo
2023-12-13 17:50:41 +01:00
Kubernetes Prow Robot
a0a9bdfe05
Merge pull request #5483 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-5
...
build(deps): bump actions/setup-go from 3 to 5
2023-12-12 06:00:11 +01:00
dependabot[bot]
16f7e42392
build(deps): bump actions/setup-go from 3 to 5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 00:46:34 +00:00
Stephen Kitt
bf485f66d3
Revert "Switch to json-patch v5"
...
This reverts commit b692e49b1e .
The json-patch bump in k/k was reverted, so the corresponding bump in
kustomize should be reverted too.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2023-12-07 18:40:29 +01:00
yugo kobayashi
557d6cba2d
Merge pull request #5478 from koba1t/unpinEverything
...
Back to development mode; unpin the modules
2023-12-07 20:11:28 +09:00
koba1t
8eee90d2c6
Back to development mode; unpin the modules
2023-12-07 19:56:35 +09:00
yugo kobayashi
9da0cf8b4c
Merge pull request #5477 from koba1t/pinToApi
...
Update api to v0.16.0
kustomize/v5.3.0
2023-12-07 19:40:41 +09:00
koba1t
c259c478e5
Update api to v0.16.0
2023-12-07 19:30:36 +09:00
yugo kobayashi
c2ec4bb482
Merge pull request #5476 from koba1t/pinToCmdConfig
...
Update cmd/config to v0.13.0
api/v0.16.0
2023-12-07 19:25:28 +09:00
koba1t
29d0214cbd
Update cmd/config to v0.13.0
2023-12-07 19:16:32 +09:00
yugo kobayashi
faf93bb71d
Merge pull request #5475 from koba1t/pinToKyaml
...
Update kyaml to v0.16.0
cmd/config/v0.13.0
2023-12-07 19:11:21 +09:00
koba1t
71f6f4c7d7
Update kyaml to v0.16.0
2023-12-07 19:00:00 +09:00
Kubernetes Prow Robot
b22dbc7db9
Merge pull request #5326 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
kyaml/v0.16.0
2023-12-07 05:13:11 +01:00
Kubernetes Prow Robot
bfe18b8198
Merge pull request #5309 from kubernetes-sigs/dependabot/github_actions/joelanford/go-apidiff-0.7.0
...
Bump joelanford/go-apidiff from 0.6.0 to 0.7.0
2023-12-07 05:13:04 +01:00
Kubernetes Prow Robot
6f47203e3f
Merge pull request #5469 from ncapps/add/reviewer
...
Add ncapps to reviewers
2023-12-01 17:19:11 +01:00
Nick Capps
afc2357d5f
Add ncapps to reviewers
2023-11-30 19:55:39 -08:00
Kubernetes Prow Robot
c1ae80d25d
Merge pull request #5454 from stormqueen1990/fix/support-namespace-remove
...
fix: support namespace flag on edit remove secret/configmap
2023-11-30 21:05:05 +01:00
Nick
f23d45fcb4
Add deprecation warning message to commonLabels ( #5464 )
...
* Add commonLabels deprecation warning message
* Add test
* Add warningToRunEditFix message
2023-11-30 17:41:43 +01:00
Kubernetes Prow Robot
0b4974eb1c
Merge pull request #5461 from kundan2707/type_kustomization
...
fix typo in kustomization.yaml
2023-11-29 19:33:55 +01:00
Mauren Berti
228d22cff0
fix: support namespace flag on edit remove secret/configmap
...
Fix the 'edit remove secret'/'edit remove configmap' commands that were previously
missing support to specifying a namespace.
2023-11-28 21:22:31 -05:00
Nick
bfb00ecb27
Add common Tasks to documentation ( #5383 )
...
* Add labels, annotations, namespaces, and names tasks
* Remove redundant information from ref/labels ref/annotations
* Update labels and annotations example names for consistency
* Remove name, prefix and suffix api examples
* Add link to tasks in reference
* Add link to tasks section for ref/configMapGenerator and ref/secretGenerator
* Add Labels/Annotatations headers
* Add Labels
* Add Template Labels
* Cleanup Add Template Labels
* Consolidate commonLabels and labels.includeSelectors
* Improve commonAnnotations example
* Add labels and annotations ref links
* Add generated ConfigMap to namespace example
* Add name headers
* Change header weights so they appear in sidebar
* Add namespace/name links
* Add generated ConfigMap to namePrefix example
* Add name propagation example
* Add more description of name propagation
* template labels
* Address feedback for labels
* Address names feedback
* Update for consistency
* Address feedback
* Remove API
2023-11-25 21:34:10 +01:00
Kundan Kumar
bb7003e557
fix type in kustomization.yaml
2023-11-23 19:18:15 +05:30
Kubernetes Prow Robot
0122aa82ef
Merge pull request #5456 from stormqueen1990/chore/rename-add-set-files
...
chore: rename files to match package pattern
2023-11-20 23:40:36 +01:00
Natasha Sarkar
7db6c203d5
Merge pull request #5453 from varshaprasad96/add-self-to-reviewers
...
Add varshaprasad96 to Reviewers
2023-11-20 15:08:25 -06:00
Kubernetes Prow Robot
42394090df
Merge pull request #5455 from stormqueen1990/fix/cmsecretargs-flaky-test
...
fix: flaky ConfigMap/Secret args tests
2023-11-20 17:25:23 +01:00
Mauren Berti
447d433457
chore: rename files to match package pattern
...
Rename files that deal with configmaps and secrets to include the name of the
package as a prefix, as those were not following the pattern from the remaining
files in the package before.
2023-11-18 18:44:48 -05:00
Mauren Berti
9b54286933
fix: flaky ConfigMap/Secret args tests
...
* Fix a mistake in the comparison between elements in the ConfigMap and Secret args
test that causes it to become flaky.
* Rename the package in configmapSecretFlagsAndArgs_test.go back to util since the
testpackage linter has been disabled.
2023-11-18 18:26:52 -05:00
Varsha Prasad Narsing
d2549312d6
Add varshaprasad96 to Reviewers
...
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com >
2023-11-17 17:07:10 -05:00