commit kustomize for openSUSE:Factory

2023-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2023-10-06 21:14:29

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.28202 (New)


Package is "kustomize"

Fri Oct  6 21:14:29 2023 rev:16 rq:1116062 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2022-12-14 
14:11:19.819595728 +0100
+++ /work/SRC/openSUSE:Factory/.kustomize.new.28202/kustomize.changes   
2023-10-06 21:17:23.006228473 +0200
@@ -1,0 +2,277 @@
+Thu Oct 05 14:15:58 UTC 2023 - Guilherme Macedo 
+
+- Update to version 5.1.1:
+  * pin to cmd/config and api
+  * pin to kyaml
+  * Fix typo in help for the create subcommand
+  * Add accumulateResources error tests for local files (#5225)
+  * update latest release version
+  * unpin everything
+  * pintoapi
+  * pin to cmd/config
+  * pin to kyaml
+  * Add test for issue #5131
+  * Add accumulateResources remote file error tests
+  * add Anna to maintainers
+  * fix e2econtainer test
+  * update go 1.20
+  * change: components apply after all generators and transformers applied 
(#5170)
+  * make test-go-mod
+  * Replace gnostic with gnostic-models
+  * update test add KustomizationFile
+  * fix test case handling and update a function comment
+  * fix breaking examples (#5024)
+  * release cleanup
+  * pin to api v0.13.4
+  * pin to kyaml and cmd/config released versions
+  * Revert "Fix using same helm chart with different versions (#4999)"
+  * unpin everything
+  * pin to api 0.13.3
+  * pin to cmd/config v0.11.2
+  * pin to kyaml v0.14.2
+  * Move inactive contributors to emeritus
+  * perf: eliminate unnecessary RNode creation
+  * Fix using same helm chart with different versions (#4999)
+  * Add DeepCopy for ResourceMeta and ObjectMeta
+  * Only override name of core api version
+  * Regression test
+  * Add licence and make script use current year
+  * Add a rich example of fn framework for abstraction
+  * fix using reflect.DeepEqual for check kustomization is empty
+  * add check that kustomization is empty
+  * docker build locally because gcr.io/kustomize-functions/e2econtainerconfig 
doesn't exist in the public
+  * use test helpers
+  * add another resource for making sure an existing resource isn't affeced by 
a generator
+  * prevent all uses of YAML aliases from being overwritten by a transformer 
(#5096)
+  * Only strip surrounding quotes if there are at least two characters.
+  * re-enabled TestFnContainerGenerator with enable-gcp-services
+  * re-enabled TestFnContainerTransformer with e2econtainerconfig container
+  * emove the kyaml/openapi/kubernetesapi/v1_21_2/swagger.pb (#5077)
+  * use enable-all on golangci-lint
+  * Don't swallow helm execution errors
+  * Fix unused error value
+  * Fix lint task in CI
+  * Back to development mode; unpin the modules
+  * Update api to v0.13.2
+  * Update cmd/config to v0.11.1
+  * Update kyaml to v0.14.1
+  * Changes from local test run
+  * Revert strict decoding of Kustomization due to regression in anchor 
handling (#5073)
+  * perf: Intersection: Avoid callid AllIds inside inner loop
+  * skip unrelevant lint
+  * Revert "use enable-all on golangci-lint"
+  * use enable-all on golangci-lint
+  * update golangci-lint to 1.51.2
+  * Add the test cases for check the file when edit add command
+  * Bump golang.org/x/net in /functions/examples/application-cr/image
+  * Bump golang.org/x/net from 0.4.0 to 0.7.0 in /cmd/depprobcheck
+  * Bump golang.org/x/crypto in /cmd/depprobcheck
+  * Bump golang.org/x/crypto in /functions/examples/application-cr/image
+  * perf: optimize Gvk.ApiVersion()
+  * Remove Log Assignment to Stdout
+  * fix tests
+  * fix error handling and test
+  * Back to development mode; unpin the modules
+  * Update all modules to latest releases
+  * Fix constant reference in instructions
+  * Revert plugin exclusion to name sanity check
+  * Update releasing/README.md
+  * be error when no path match
+  * Fix lint errors
+  * Bespoke mod edits no longer needed if gorepomod pins all modules
+  * Restore previous test-go-mod and commit changes
+  * Improve error message and fix typo in iampolicygenerator module name
+  * add GitHub token to install_kustomize.sh
+  * Update example targets
+  * Allow gorepomod to update plugin mod files
+  * Remove leftover replace statements
+  * Update releasing instructions
+  * Update api to v0.13.1
+  * Fix regression with scp-style urls with only one path element
+  * Bump kustomize module to v5
+  * Allow cloud build to authenticate to gh when generating changelog
+  * Update cmd/config to v0.11.0
+  * Update kyaml in the secondary modules
+  * Update kyaml to v0.14.0
+  * Don't have empty string when no auth info
+  * Allow authenticated Gi

commit kustomize for openSUSE:Factory

2022-12-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2022-12-14 14:11:05

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.1835 (New)


Package is "kustomize"

Wed Dec 14 14:11:05 2022 rev:15 rq:1042839 version:4.5.7

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2022-05-06 
18:58:57.237331316 +0200
+++ /work/SRC/openSUSE:Factory/.kustomize.new.1835/kustomize.changes
2022-12-14 14:11:19.819595728 +0100
@@ -1,0 +2,739 @@
+Tue Dec 13 20:30:28 UTC 2022 - Robert Munteanu 
+
+- Add completions 
+
+---
+Tue Dec 13 20:24:31 UTC 2022 - romb...@apache.org
+
+- Update to version 4.5.7:
+  * pin api to v0.12.1
+  * pin to cmd/config 0.10.9
+  * pin to kyaml v0.13.9
+  * prevent testing lib from being compiled in (#4742)
+  * update latest release number to 4.5.6
+  * pin to api v0.12.0
+  * pin cmd/config 0.10.8
+  * pin to kyaml v0.13.8
+  * Update netlify config (#4732)
+  * update statik
+  * merge go.sum files
+  * Emit a warning when env loading bug is being relied on
+  * allow colon in filenames
+  * Option to customize NamespaceTransfomer role binding subject handling
+  * Update hack/install_kustomize.sh
+  * Update error message for m1 mac users trying to fetch older versions
+  * replacements: fix issue with `create: true` option when there is an 
existing field (#4667)
+  * delete ./functionsfor .dockerignore
+  * Option to customize NamespaceTransformer overwrite behaviour (#4708)
+  * Fix flakey test
+  * appendCsVAnnotation must mutate the annotations RNode in place
+  * update release tools for go workspace mode
+  * NameReferenceTransformer misses self references in annotations
+  * restore require sigs.k8s.io/kustomize/* in go.mod
+  * Correctly detect ambiguity between potential referrers when targeting a 
name+namespace reference
+  * go work sync
+  * fix from lint error
+  * restore cloudbuild.yaml
+  * update go 1.18
+  * update e2econtainerconfig
+  * update kyaml in functions/examples
+  * rerun ci
+  * remove 'replace sigs.k8s.io/kustomize/*' and cleanup
+  * fix error handling and delete comment to e2econtainerconfig/main.go
+  * refactor cmd/config/internal/commands/e2e
+  * Address nits on `localize` proposal and correct mistakes (#4668)
+  * update to go 1.18 in github-action
+  * add missing test case
+  * fix ci error
+  * try to fix e2econtainer test
+  * restore ./cmd/config/internal/commands/e2e/e2econtainerconfig
+  * go work sync
+  * Move demandDirectoryRoot into kyaml/filesys (#4677)
+  * Add kustomization with remote reference
+  * try to update cmd/config/internal/commands/e2e/e2econtainerconfig code
+  * update functions/examples/template-go-nginx code and update go1.18
+  * update functions/examples/injection-tshirt-sizes code
+  * update all go.mod to go1.18
+  * add many pkgs for go.work
+  * add support for go workspace mode
+  * doc(first_kustomization): change the wrong command (I think)
+  * Adds commentary on expected/unexpected test output
+  * Implements TestNamedspacedServiceAccounts with and without overlap
+  * Switch github.com/xlab/treeprint to release tag : v1.1.0 (#4675)
+  * Update broken links to glossary terms
+  * Allow tests to only run locally (#4664)
+  * Replace lengthy t.Fatalf with require
+  * unpin modules and update latest release to 4.5.5
+  * increase vm size for cloud build
+  * Update api to v0.11.5
+  * Update cmd/config to v0.10.7
+  * Update kyaml to v0.13.7
+  * Proposal for new command "kustomize localize" (#4590)
+  * Migrate site content: overview and installation
+  * Document urls cannot specify ports
+  * Skip more flaky tests
+  * Update testing_test.go
+  * Rename testing.go to testing_test.go
+  * Fix comments
+  * Update copyright to match k8s docs site
+  * Document remote files in remoteBuild.md (#4624)
+  * Add test directory for command localize
+  * Configure wrapcheck linter to recognize wrapping done by kyaml's errors 
package
+  * Fix TODO comment syntax
+  * Skip flaky tests
+  * [Address #3937] Add labels to template/metadata if includeTemplates is 
true (#4209)
+  * Skip ssh tests
+  * Address feedback
+  * Add url tests
+  * Added code for fields with dots(.) in their names work as needed (#4591)
+  * Configuring hugo settings to match cli-experimental
+  * fix kustomize 4.5.3+ breaking remote resources (4559)
+  * Regression test and fix for APIs that satisfy ValidationSchemaProvider but 
not Validator
+  * Configurable extensions for template parser
+  * Add tests for remote OpenAPI schema
+  * Add support for remote OpenAPI schema
+  * fix containerized function mounts issue (#4489)
+  * openapi parsing performance improvemen

commit kustomize for openSUSE:Factory

2021-11-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2021-11-03 17:25:21

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.1890 (New)


Package is "kustomize"

Wed Nov  3 17:25:21 2021 rev:13 rq:928283 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2021-02-18 
20:39:39.958631705 +0100
+++ /work/SRC/openSUSE:Factory/.kustomize.new.1890/kustomize.changes
2021-11-03 17:25:59.505328226 +0100
@@ -1,0 +2,10 @@
+Thu Oct 21 11:57:03 UTC 2021 - Robert Munteanu 
+
+- Use SOURCE_DATE_EPOCH for the build date
+
+---
+Tue Oct 19 19:17:13 UTC 2021 - Robert Munteanu 
+
+- include the version and build date in the version output 
+
+---



Other differences:
--
++ kustomize.spec ++
--- /var/tmp/diff_new_pack.7KyiJq/_old  2021-11-03 17:25:59.897328441 +0100
+++ /var/tmp/diff_new_pack.7KyiJq/_new  2021-11-03 17:25:59.901328443 +0100
@@ -41,8 +41,9 @@
 %setup -qa1 -n %{name}-%{name}-v%{version}
 
 %build
+BUILD_DATE=$(date --utc --date="@${SOURCE_DATE_EPOCH}" "+%Y-%m-%dT%H:%M:%SZ")
 cd kustomize
-go build -mod vendor -buildmode=pie .
+go build -mod vendor -buildmode=pie -ldflags="-s -X 
sigs.k8s.io/kustomize/api/provenance.version=%{version} -X 
sigs.k8s.io/kustomize/api/provenance.buildDate=${BUILD_DATE}" .
 
 %install
 # Install the binary.


commit kustomize for openSUSE:Factory

2021-02-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2021-02-18 20:38:03

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.28504 (New)


Package is "kustomize"

Thu Feb 18 20:38:03 2021 rev:12 rq:871375 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2021-01-19 
16:01:33.063321622 +0100
+++ /work/SRC/openSUSE:Factory/.kustomize.new.28504/kustomize.changes   
2021-02-18 20:39:39.958631705 +0100
@@ -1,0 +2,9 @@
+Wed Feb 10 04:02:15 UTC 2021 - jenting hsiao 
+
+- Update to version 3.10.0
+  - Pin to api v0.8.0
+  - Delete dependence on k8s.io/...
+  - Unpin from api.
+- Refresh vendor.tar.xz
+
+---

Old:

  kustomize-kustomize-v3.9.2.tar.gz

New:

  kustomize-kustomize-v3.10.0.tar.gz



Other differences:
--
++ kustomize.spec ++
--- /var/tmp/diff_new_pack.khFRY0/_old  2021-02-18 20:39:53.554643976 +0100
+++ /var/tmp/diff_new_pack.khFRY0/_new  2021-02-18 20:39:53.558643980 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kustomize
-Version:3.9.2
+Version:3.10.0
 Release:0
 Summary:Customization of kubernetes YAML configurations
 License:Apache-2.0

++ kustomize-kustomize-v3.9.2.tar.gz -> kustomize-kustomize-v3.10.0.tar.gz 
++
/work/SRC/openSUSE:Factory/kustomize/kustomize-kustomize-v3.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.kustomize.new.28504/kustomize-kustomize-v3.10.0.tar.gz
 differ: char 15, line 1

++ vendor.tar.xz ++
 663413 lines of diff (skipped)


commit kustomize for openSUSE:Factory

2021-01-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2021-01-19 16:01:14

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.28504 (New)


Package is "kustomize"

Tue Jan 19 16:01:14 2021 rev:11 rq:864114 version:3.9.2

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2020-12-31 
10:00:24.430969419 +0100
+++ /work/SRC/openSUSE:Factory/.kustomize.new.28504/kustomize.changes   
2021-01-19 16:01:33.063321622 +0100
@@ -1,0 +2,11 @@
+Mon Jan 18 02:38:07 UTC 2021 - jenting hsiao 
+
+- Update to version 3.9.2
+  - Pin to api v0.7.2
+  - Pin to cmd/config v0.8.8
+  - Pin to kyaml v0.10.6 and cli-utils v0.22.4
+  - Move plugin lister to avoid import cycle.
+  - Unpin kyaml, cmd/config, api
+- Refresh vendor.tar.xz
+
+---

Old:

  kustomize-kustomize-v3.9.1.tar.gz

New:

  kustomize-kustomize-v3.9.2.tar.gz



Other differences:
--
++ kustomize.spec ++
--- /var/tmp/diff_new_pack.0XZdkB/_old  2021-01-19 16:01:34.295323485 +0100
+++ /var/tmp/diff_new_pack.0XZdkB/_new  2021-01-19 16:01:34.299323491 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kustomize
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   kustomize
-Version:3.9.1
+Version:3.9.2
 Release:0
 Summary:Customization of kubernetes YAML configurations
 License:Apache-2.0

++ kustomize-kustomize-v3.9.1.tar.gz -> kustomize-kustomize-v3.9.2.tar.gz 
++
/work/SRC/openSUSE:Factory/kustomize/kustomize-kustomize-v3.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.kustomize.new.28504/kustomize-kustomize-v3.9.2.tar.gz
 differ: char 14, line 1

++ vendor.tar.xz ++
 2292 lines of diff (skipped)


commit kustomize for openSUSE:Factory

2020-12-13 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2020-12-13 17:29:26

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.2328 (New)


Package is "kustomize"

Sun Dec 13 17:29:26 2020 rev:9 rq:854842 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2020-11-15 
15:23:09.243243545 +0100
+++ /work/SRC/openSUSE:Factory/.kustomize.new.2328/kustomize.changes
2020-12-13 17:29:30.416335381 +0100
@@ -1,0 +2,27 @@
+Fri Dec 11 05:43:08 UTC 2020 - jenting hsiao 
+
+- Update to version 3.9.0
+  - Auto update go.sum
+  - Pin kustomize to api/v0.7.0, enabling kyaml by default
+  - Flip default value of --enable_kyaml from false to true.
+- Update to version 3.8.8
+  - Pin kustomize to api/v0.6.7
+  - Pin to api v0.6.7
+  - Unpin kustomize from api.
+  - Pin to api v0.6.6
+  - Pin to cmd/config v0.8.6
+  - Pin to kyaml v0.10.3 cliutils v0.22.1
+  - Automated Go mod cache updates.
+  - Revert "helm values on inflator config"
+  - helm values on inflator config spec.
+  - connected allowresourcesidchanges bool to allow_id_changes flag
+  - Automated go.sum updates.
+  - update Go version to 1.15
+  - Use DepProvider in tests to access kyaml impls.
+  - mark the list-builtin command alpha
+  - Add command to list builtin plugins
+  - added kustomize edit set label
+  - Unpin everything post v3.8.7 release
+- Refresh vendor.tar.xz
+
+---

Old:

  kustomize-kustomize-v3.8.7.tar.gz

New:

  kustomize-kustomize-v3.9.0.tar.gz



Other differences:
--
++ kustomize.spec ++
--- /var/tmp/diff_new_pack.wxt1i4/_old  2020-12-13 17:29:31.524336504 +0100
+++ /var/tmp/diff_new_pack.wxt1i4/_new  2020-12-13 17:29:31.524336504 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kustomize
-Version:3.8.7
+Version:3.9.0
 Release:0
 Summary:Customization of kubernetes YAML configurations
 License:Apache-2.0

++ kustomize-kustomize-v3.8.7.tar.gz -> kustomize-kustomize-v3.9.0.tar.gz 
++
/work/SRC/openSUSE:Factory/kustomize/kustomize-kustomize-v3.8.7.tar.gz 
/work/SRC/openSUSE:Factory/.kustomize.new.2328/kustomize-kustomize-v3.9.0.tar.gz
 differ: char 18, line 1

++ vendor.tar.xz ++
 537929 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit kustomize for openSUSE:Factory

2020-11-15 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package kustomize for openSUSE:Factory 
checked in at 2020-11-15 15:22:02

Comparing /work/SRC/openSUSE:Factory/kustomize (Old)
 and  /work/SRC/openSUSE:Factory/.kustomize.new.24930 (New)


Package is "kustomize"

Sun Nov 15 15:22:02 2020 rev:8 rq:848296 version:3.8.7

Changes:

--- /work/SRC/openSUSE:Factory/kustomize/kustomize.changes  2020-10-14 
15:38:31.214348325 +0200
+++ /work/SRC/openSUSE:Factory/.kustomize.new.24930/kustomize.changes   
2020-11-15 15:23:09.243243545 +0100
@@ -1,0 +2,14 @@
+Thu Nov 12 00:01:31 UTC 2020 - jenting hsiao 
+
+- Update to version 3.8.7
+  - Pin to api_v0.6.5
+- Refresh vendor.tar.xz
+
+---
+Tue Nov 10 01:55:55 UTC 2020 - jenting hsiao 
+
+- Update to version 3.8.6
+  - Pin to api 0.6.4
+- Refresh vendor.tar.xz
+
+---

Old:

  kustomize-kustomize-v3.8.5.tar.gz

New:

  kustomize-kustomize-v3.8.7.tar.gz



Other differences:
--
++ kustomize.spec ++
--- /var/tmp/diff_new_pack.2qdh5x/_old  2020-11-15 15:23:17.395252270 +0100
+++ /var/tmp/diff_new_pack.2qdh5x/_new  2020-11-15 15:23:17.399252274 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   kustomize
-Version:3.8.5
+Version:3.8.7
 Release:0
 Summary:Customization of kubernetes YAML configurations
 License:Apache-2.0
 Group:  System/Management
 URL:https://github.com/kubernetes-sigs/kustomize
-Source: %{name}-%{name}-v%{version}.tar.gz
+Source: 
https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v%{version}.tar.gz#/%{name}-%{name}-v%{version}.tar.gz
 Source1:vendor.tar.xz
 BuildRequires:  golang(API) = 1.13
 ExcludeArch:s390

++ kustomize-kustomize-v3.8.5.tar.gz -> kustomize-kustomize-v3.8.7.tar.gz 
++
/work/SRC/openSUSE:Factory/kustomize/kustomize-kustomize-v3.8.5.tar.gz 
/work/SRC/openSUSE:Factory/.kustomize.new.24930/kustomize-kustomize-v3.8.7.tar.gz
 differ: char 15, line 1

++ vendor.tar.xz ++
 30500 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org