Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pluto for openSUSE:Factory checked in at 2022-03-10 22:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pluto (Old) and /work/SRC/openSUSE:Factory/.pluto.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pluto" Thu Mar 10 22:45:12 2022 rev:6 rq:960661 version:5.5.3 Tue Mar 8 20:32:25 2022 rev:5 rq:960225 version:5.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pluto/pluto.changes 2022-03-02 20:01:32.947688375 +0100 +++ /work/SRC/openSUSE:Factory/.pluto.new.2349/pluto.changes 2022-03-11 11:51:16.230979058 +0100 @@ -1,0 +2,19 @@ +Thu Mar 10 07:42:31 UTC 2022 - ka...@b1-systems.de + +- Update to version 5.5.3: + * Feature/support env vars (#288) + +------------------------------------------------------------------- +Tue Mar 8 12:45:17 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- BuildRequire go1.17 + +------------------------------------------------------------------- +Tue Mar 08 11:58:07 UTC 2022 - ka...@b1-systems.de + +- Update to version 5.5.2: + * Add PodSecurityPolicy removal in kube v1.25 (#287) + * Managed by Terraform + * Update goreleaser to 1.5.0 (#284) + +------------------------------------------------------------------- Old: ---- pluto-5.5.1.tar.gz New: ---- pluto-5.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pluto.spec ++++++ --- /var/tmp/diff_new_pack.Az7I5B/_old 2022-03-11 11:51:17.078980055 +0100 +++ /var/tmp/diff_new_pack.Az7I5B/_new 2022-03-11 11:51:17.082980060 +0100 @@ -19,14 +19,14 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: pluto -Version: 5.5.1 +Version: 5.5.3 Release: 0 Summary: A cli tool to help discover deprecated apiVersions in Kubernetes License: Apache-2.0 URL: https://github.com/FairwindsOps/pluto Source: pluto-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go >= 1.16 +BuildRequires: go >= 1.17 %description Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Az7I5B/_old 2022-03-11 11:51:17.114980098 +0100 +++ /var/tmp/diff_new_pack.Az7I5B/_new 2022-03-11 11:51:17.118980103 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/FairwindsOps/pluto</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v5.5.1</param> + <param name="revision">v5.5.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">pluto-5.5.1.tar.gz</param> + <param name="archive">pluto-5.5.3.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Az7I5B/_old 2022-03-11 11:51:17.138980126 +0100 +++ /var/tmp/diff_new_pack.Az7I5B/_new 2022-03-11 11:51:17.142980131 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/FairwindsOps/pluto</param> - <param name="changesrevision">b38f1f6a11f54746dc452ff79c52d8a6c8260620</param></service></servicedata> + <param name="changesrevision">80098a3500be0fe29877095cb902bf82d4d23c14</param></service></servicedata> (No newline at EOF) ++++++ pluto-5.5.1.tar.gz -> pluto-5.5.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/.circleci/config.yml new/pluto-5.5.3/.circleci/config.yml --- old/pluto-5.5.1/.circleci/config.yml 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/.circleci/config.yml 2022-03-09 16:51:53.000000000 +0100 @@ -83,7 +83,7 @@ resource_class: large shell: /bin/bash docker: - - image: goreleaser/goreleaser:v1.3.0 + - image: goreleaser/goreleaser:v1.5.0 environment: GO111MODULE: "on" steps: @@ -106,7 +106,7 @@ working_directory: /go/src/github.com/fairwindsops/pluto resource_class: large docker: - - image: goreleaser/goreleaser:v1.3.0 + - image: goreleaser/goreleaser:v1.5.0 steps: - checkout - setup_remote_docker: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/.github/ISSUE_TEMPLATE/bug.yaml new/pluto-5.5.3/.github/ISSUE_TEMPLATE/bug.yaml --- old/pluto-5.5.1/.github/ISSUE_TEMPLATE/bug.yaml 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/.github/ISSUE_TEMPLATE/bug.yaml 2022-03-09 16:51:53.000000000 +0100 @@ -30,8 +30,8 @@ - type: input id: version attributes: - label: version - description: The version of the tool that you are using. + label: Version + description: The version of the tool that you are using. If a helm chart, please share the name of the chart. validations: required: true - type: checkboxes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/cmd/root.go new/pluto-5.5.3/cmd/root.go --- old/pluto-5.5.1/cmd/root.go 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/cmd/root.go 2022-03-09 16:51:53.000000000 +0100 @@ -28,6 +28,7 @@ "github.com/spf13/cobra" "github.com/spf13/pflag" + "github.com/spf13/viper" "k8s.io/klog/v2" ) @@ -48,6 +49,10 @@ onlyShowRemoved bool ) +const ( + envPrefix = "PLUTO" +) + var outputOptions = []string{ "json", "yaml", @@ -81,6 +86,30 @@ pflag.CommandLine.AddGoFlag(flag.CommandLine.Lookup("v")) } +func initializeConfig(cmd *cobra.Command) error { + v := viper.New() + v.SetEnvPrefix(envPrefix) + v.AutomaticEnv() + + bindFlags(cmd, v) + + return nil +} + +func bindFlags(cmd *cobra.Command, v *viper.Viper) { + cmd.Flags().VisitAll(func(f *pflag.Flag) { + if strings.Contains(f.Name, "-") { + envVarSuffix := strings.ToUpper(strings.ReplaceAll(f.Name, "-", "_")) + v.BindEnv(f.Name, fmt.Sprintf("%s_%s", envPrefix, envVarSuffix)) + } + + if !f.Changed && v.IsSet(f.Name) { + val := v.Get(f.Name) + cmd.Flags().Set(f.Name, fmt.Sprintf("%v", val)) + } + }) +} + var rootCmd = &cobra.Command{ Use: "pluto", Short: "pluto", @@ -94,6 +123,8 @@ os.Exit(1) }, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { + initializeConfig(cmd) + //verify output option if !api.StringInSlice(outputFormat, outputOptions) { return fmt.Errorf("--output must be one of %v", outputOptions) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/docs/advanced.md new/pluto-5.5.3/docs/advanced.md --- old/pluto-5.5.1/docs/advanced.md 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/docs/advanced.md 2022-03-09 16:51:53.000000000 +0100 @@ -77,8 +77,8 @@ ``` $ pluto detect-helm -ocustom --columns NAMESPACE,NAME ????????? pluto detect-helm -ocustom --columns NAMESPACE,NAME -NAME NAMESPACE -cert-manager/cert-manager-webhook cert-manager +NAME NAMESPACE +cert-manager/cert-manager-webhook cert-manager ``` ### Markdown @@ -184,3 +184,26 @@ The `target-versions` field in this custom file will set the default target version for that component. You can still override this with `--target-versions custom=vX.X.X` when you run Pluto. Please note that we do not allow overriding anything contained in the default `versions.yaml` that Pluto uses. + +## Environment Variables + +For easier use, you can specify flags by using environment variables. + +### Precedence + +When you run a command with a flag, the command line option takes precedence over the environment variable. + +### Supported Environment Variables + +All environment variables are prefixed with `PLUTO` and use `_` instead of `-`. + +| Flag | ENV variable | +|-----------------------|---------------------------| +| --ignore-deprecations | PLUTO_IGNORE_DEPRECATIONS | +| --ignore-removals | PLUTO_IGNORE_REMOVALS | +| --target-versions | PLUTO_TARGET_VERSIONS | +| --only-show-removed | PLUTO_ONLY_SHOW_REMOVED | +| --additional-versions | PLUTO_ADDITIONAL_VERSIONS | +| --output | PLUTO_OUTPUT | +| --columns | PLUTO_COLUMNS | +| --components | PLUTO_COMPONENTS | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/go.mod new/pluto-5.5.3/go.mod --- old/pluto-5.5.1/go.mod 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/go.mod 2022-03-09 16:51:53.000000000 +0100 @@ -9,6 +9,7 @@ github.com/rogpeppe/go-internal v1.8.1 github.com/spf13/cobra v1.3.0 github.com/spf13/pflag v1.0.5 + github.com/spf13/viper v1.10.0 github.com/stretchr/testify v1.7.0 golang.org/x/mod v0.5.1 golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect @@ -35,6 +36,7 @@ github.com/cyphar/filepath-securejoin v0.2.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/evanphx/json-patch v4.12.0+incompatible // indirect + github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/go-gorp/gorp/v3 v3.0.2 // indirect github.com/go-logr/logr v1.2.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect @@ -43,6 +45,7 @@ github.com/google/go-cmp v0.5.7 // indirect github.com/google/gofuzz v1.2.0 // indirect github.com/googleapis/gnostic v0.5.5 // indirect + github.com/hashicorp/hcl v1.0.0 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jmoiron/sqlx v1.3.4 // indirect @@ -50,13 +53,20 @@ github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/lib/pq v1.10.4 // indirect + github.com/magiconair/properties v1.8.5 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect + github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/pelletier/go-toml v1.9.4 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rubenv/sql-migrate v1.1.1 // indirect + github.com/spf13/afero v1.6.0 // indirect + github.com/spf13/cast v1.4.1 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/subosito/gotenv v1.2.0 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect github.com/xeipuuv/gojsonschema v1.2.0 // indirect @@ -68,6 +78,7 @@ google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect + gopkg.in/ini.v1 v1.66.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect k8s.io/apiextensions-apiserver v0.23.4 // indirect k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/go.sum new/pluto-5.5.3/go.sum --- old/pluto-5.5.1/go.sum 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/go.sum 2022-03-09 16:51:53.000000000 +0100 @@ -601,6 +601,7 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= @@ -689,6 +690,7 @@ github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= @@ -749,6 +751,7 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A= github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= @@ -840,6 +843,7 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= +github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM= github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2/go.mod h1:iIss55rKnNBTvrwdmkUpLnDpZoAHvWaiq5+iMmen4AE= @@ -934,9 +938,11 @@ github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= +github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= @@ -947,6 +953,7 @@ github.com/spf13/cobra v1.3.0 h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0= github.com/spf13/cobra v1.3.0/go.mod h1:BrRVncBjOJa/eUcVVm9CE+oC6as8k+VYr4NY7WCi9V4= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= @@ -957,6 +964,7 @@ github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns= +github.com/spf13/viper v1.10.0 h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk= github.com/spf13/viper v1.10.0/go.mod h1:SoyBPwAtKDzypXNDFKN5kzH7ppppbGZtls1UpIy5AsM= github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8= github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= @@ -972,6 +980,7 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= @@ -1624,6 +1633,7 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.66.2 h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI= gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.5.1/versions.yaml new/pluto-5.5.3/versions.yaml --- old/pluto-5.5.1/versions.yaml 2022-03-01 19:53:10.000000000 +0100 +++ new/pluto-5.5.3/versions.yaml 2022-03-09 16:51:53.000000000 +0100 @@ -71,6 +71,12 @@ removed-in: v1.16.0 replacement-api: policy/v1beta1 component: k8s + - version: policy/v1beta1 + kind: PodSecurityPolicy + deprecated-in: v1.21.0 + removed-in: v1.25.0 + replacement-api: "" + component: k8s - version: extensions/v1beta1 kind: ReplicaSet deprecated-in: "" ++++++ vendor.tar.gz ++++++ ++++ 33415 lines of diff (skipped)