Natasha Sarkar
e8640724a9
Merge pull request #4497 from m-Bilal/fix-3812
...
Fix 3812; Error message changed and check for MalformedYamlError
kyaml/v0.13.4
2022-03-24 09:55:44 -07:00
Shoshana Malfatto
7b0ec99d90
retain quotes in namespace transformer filter ( #4421 )
...
* check tag values for double quoting
* reuse setentry
* don't override single quotes in merge and fix cm generator immutable val
* get rid of comment
* starlark annotation tests
* don't commit test image changes
* set network to bool
* isSet bool
* updating e2e config tool
* leave createtag
* fn command failing unmarshal test
* fn command test
* don't set style in run-fs
* use setentry to set tag
* remove e2e test changes and make IsStringValue an RNode method
2022-03-23 14:25:19 -07:00
Kubernetes Prow Robot
fbfcb0479a
Merge pull request #4527 from yuwenma/cobra
...
Bump cobra dependency to pick up latest vulnerability solution
2022-03-23 14:05:20 -07:00
Yuwen Ma
3421fcf81e
bump dependency cobra to pick up latest vulnerability solution
2022-03-23 13:47:03 -07:00
Rafael Leal
97de780feb
Fix error during expansion of !!merge <<: anchor tags ( #4383 )
...
* WIP
* Fix merge corner cases
* Add test for explicit !!merge tag
* Fix tests
* Cleanup
* Cleanup
* Fix deanchoring lists
* Add test case for keeping comments
* Add MapEntrySetter and fix json marshalling after deanchoring
* Keep duplicated keys
* Move MergeTag definition to yaml alias
* Remove go-spew from api
* Add support for sequence nodes on merge tags
* Add docstring to MapEntrySetter.Key
* Add docstring to MapEntrySetter struct
* Add tests to MapEntrySetter
* Fix duplicate merge key
* Revert whitespace changes on forked go-yaml
* Remove AssocMapEntry function
* Refactoring merge order
* Return errors on VisitFields and PipeE
* Add tests for each non-conforming map merges
2022-03-23 09:36:17 -07:00
Robert Facciol
3490fb8716
Initial commit for a tutorial on getting started with kustomize ( #4516 )
...
* Initial commit for a tutorial on getting started with kustomize
* add build commands and update comment with name of the file
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
* fix typo
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* updates following review
* updates to getting started guide
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* updates to consolidate example into one folder
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2022-03-22 13:21:58 -07:00
Kubernetes Prow Robot
2fe04496c2
Merge pull request #4485 from roopeshvs/master
...
Support for multiple replacements in a single file when replacing using path
2022-03-18 11:42:13 -07:00
Kubernetes Prow Robot
b0d7721049
Merge pull request #4513 from joebowbeer/patch-2
...
Update valueAdd.md
2022-03-17 11:54:42 -07:00
Kubernetes Prow Robot
18f22f10a3
Merge pull request #4511 from NoicFank/master
...
fix broken link
2022-03-17 11:12:54 -07:00
Kubernetes Prow Robot
3ae5aa9e13
Merge pull request #4494 from lack/replacement/string-int-autoconvert
...
Preserve scalar types when using the replacement filter
2022-03-16 10:06:19 -07:00
Kubernetes Prow Robot
48f21e920a
Merge pull request #4508 from DavidJacob/kustomize-io-website
...
New kustomize.io website
2022-03-10 15:33:08 -08:00
Joe Bowbeer
dcdefca70e
Update valueAdd.md
...
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com >
2022-03-10 23:29:45 +00:00
David Jacob
c64351aa01
Exclude site directory from go.mod search
2022-03-09 18:03:04 +01:00
David Jacob
c60979ee3e
Remove license and background image and moinitor wording changes
2022-03-09 17:47:29 +01:00
Jim Ramsay
cb80659c22
Preserve scalar types when using the replacement filter
...
Erasing the scalar type tag leads to unfortunate circumstances, in that
the resulting yaml code is valid yaml, but will not meet the object
spec.
For example, using the replacement transformer to take a port number as
a string from a ConfigMap and set a Pod port would previously end up
with:
- containerPort: "8080"
when the spec requires that this is not a string:
- containerPort: 8080
Added unit tests for conversion to and from integers and booleans, plus
creation from string and creation from integer.
The creation behavior needs some refinement in a future PR.
Signed-off-by: Jim Ramsay <i.am@jimramsay.com >
2022-03-09 06:39:12 -05:00
Dingzhu Lurong
b1086ac49b
fix broken link
2022-03-09 16:00:59 +08:00
David Jacob
1fcd66258f
Add the kustomize.io docsy template
2022-03-06 12:29:12 +01:00
roopeshvs
d1d578c392
support for multiple replacements in a single file
2022-03-04 12:46:45 +05:30
Kubernetes Prow Robot
f67dd5bbbd
Merge pull request #4504 from rob8714/remove-site-and-docs-folder-v2
...
Remove site and docs folder
2022-03-02 12:49:13 -08:00
Natasha Sarkar
ac5c51ba2c
Merge pull request #4503 from KnVerey/fix-more-links
...
Remove more links to defunct site
2022-03-02 11:57:26 -08:00
rob8714
53cc76fe43
added images folder to images that would break in README and additionally updated overlays.jpg to remove the reference to 'bases'
2022-03-02 20:37:39 +01:00
rob8714
07eb595eb2
Remove site folder
2022-03-02 20:34:00 +01:00
rob8714
8cb7acfdcb
Remove docs folder
2022-03-02 20:33:37 +01:00
Katrina Verey
975482390f
Remove more links to defunct site
2022-03-02 14:04:17 -05:00
Kubernetes Prow Robot
701695c343
Merge pull request #4499 from olegsu/fix-community-docs
...
fix: broken reference to roadmap objectives
2022-03-01 17:31:13 -08:00
Katrina Verey
8db1267983
Merge pull request #4502 from KnVerey/fix-links
...
Replace links to removed site
2022-03-01 20:02:22 -05:00
Katrina Verey
da7ec577b2
Replace links to removed site
2022-03-01 19:17:55 -05:00
Oleg Sucharevich
d17b171207
fix: broken reference to roadmap objectives
2022-03-01 20:11:32 +02:00
Kubernetes Prow Robot
70ce89d993
Merge pull request #4434 from jwmatthews/install_arch
...
Install arch appropriate build if the 'arch' command is present
2022-02-28 09:18:57 -08:00
Mohd Bilal
e25db3df2e
Test case updated
2022-02-27 09:11:00 +00:00
Mohd Bilal
3eae520532
test case added
2022-02-27 08:11:42 +00:00
Mohd Bilal
3ec7b10bc0
Error message corrected
2022-02-27 07:48:55 +00:00
Mohd Bilal
6dabba1d23
misspell corrected
2022-02-27 07:47:59 +00:00
Mohd Bilal
bd05631887
Error type MalformedYamlError created. api.internal.target.kusttarget.accumulateResources checks for this new error type
2022-02-27 07:21:16 +00:00
Kubernetes Prow Robot
6950a0d246
Merge pull request #4467 from KnVerey/fn-cfg-openapi-validation
...
fn framework: Enable validation using openAPI schema for functionConfig
2022-02-24 10:32:31 -08:00
Katrina Verey
c90504a19d
Enable validation using function config schema from KRMFunctionDefinition
2022-02-24 13:20:29 -05:00
Kyle Cronin
8dab94964f
Fix image name parsing with tag and digest ( #4406 )
...
* Fix image name parsing with name and digest
Image names may contain both tag name and digest. For example
`nginx:1.21.5@sha256:7826426c9d8d310c62fc68bcd5e8dde70cb39d4fbbd30eda3b1bd03e35fbde29`. Kustomizations with image transforms will not match
these image because the image parser assumes either a tag or digest, but not
both.
For a real life example of kuberenetes deployments that might need to perform
these types of transforms is from the [tekton-pipelines](https://github.com/tektoncd/pipeline ) project (see the release.yaml).
* Return digest property from image name parser
image.Split now returns 3 fields: name, tag, and digest. The tag and digest
fields no longer include their respective delimiters (`:` and `@`).
* Fix merge file indentation
* Refactor imagetag updater string builder
2022-02-16 09:02:37 -08:00
Kubernetes Prow Robot
ff40460d3b
Merge pull request #4424 from koba1t/feature/allow_setting_every_array_element_in_replacements
...
Allow setting every array element in replacements
2022-02-09 17:03:46 -08:00
Kubernetes Prow Robot
a7f4db7fb4
Merge pull request #4030 from thatsmydoing/url-format
...
Update supported URLs in remoteBuild.md
2022-02-09 16:37:47 -08:00
Natasha Sarkar
5d0762411c
Merge pull request #4468 from natasha41575/updateProwExamplesTarget
...
Test examples against latest release
2022-02-09 16:26:34 -08:00
natasha41575
b4e116346e
Test examples against latest release
2022-02-09 16:16:10 -08:00
Natasha Sarkar
9091919699
Merge pull request #4466 from natasha41575/pinToApi
...
Pin to api v0.11.2
kustomize/v4.5.2
2022-02-09 15:19:28 -08:00
natasha41575
702a56e2f1
Pin to api v0.11.2
2022-02-09 15:09:41 -08:00
Natasha Sarkar
00a9c59dd7
Merge pull request #4465 from natasha41575/pinToCmdConfig
...
Pin to cmd/config v0.10.4
api/v0.11.2
2022-02-09 14:57:04 -08:00
natasha41575
4dfc2a9507
Pin to cmd/config v0.10.4
2022-02-09 14:44:37 -08:00
Sylvain Rabot
2f17803c0a
Fix pseudo git HTTP urls broken since 59c82659 ( #4453 )
...
* Fix pseudo git HTTP urls broken since 59c82659
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
* Add test for Git resources using HTTP URLs
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2022-02-09 14:23:49 -08:00
koba1t
5ed96a34d7
rename IsMatchEveryIndex to IsWildcard
2022-02-10 05:13:29 +09:00
Kubernetes Prow Robot
14cb815b5d
Merge pull request #4452 from KnVerey/2022-roadmap
...
Commit 2022 roadmap presented to SIG-CLI
2022-02-07 23:30:54 -08:00
Kubernetes Prow Robot
a5df6f7fd9
Merge pull request #4387 from Neo2308/remove-exclude-statements
...
Remove exclude statements
2022-02-07 08:49:44 -08:00
John Matthews
4f5dfb5d42
Updating with 'uname -m'
2022-02-05 09:02:28 -05:00