From acac67cc06eb6f6318b66804227236c5028839e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 10:59:12 +0000 Subject: [PATCH 01/59] :arrow_up: Bump github.com/spf13/viper from 1.15.0 to 1.16.0 in /utils Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- utils/go.mod | 10 +++++----- utils/go.sum | 30 ++++++++++++++---------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/utils/go.mod b/utils/go.mod index 5909b09845..80756b2741 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -30,9 +30,9 @@ require ( github.com/shirou/gopsutil/v3 v3.23.4 github.com/sirupsen/logrus v1.9.2 github.com/spaolacci/murmur3 v1.1.0 - github.com/spf13/afero v1.9.3 + github.com/spf13/afero v1.9.5 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.15.0 + github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.3 go.uber.org/atomic v1.11.0 go.uber.org/goleak v1.2.1 @@ -61,7 +61,7 @@ require ( github.com/magiconair/properties v1.8.7 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.14 // indirect - github.com/pelletier/go-toml/v2 v2.0.6 // indirect + github.com/pelletier/go-toml/v2 v2.0.8 // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect @@ -69,7 +69,7 @@ require ( github.com/sergi/go-diff v1.1.0 // indirect github.com/shoenig/go-m1cpu v0.1.5 // indirect github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cast v1.5.0 // indirect + github.com/spf13/cast v1.5.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/subosito/gotenv v1.4.2 // indirect github.com/tklauser/go-sysconf v0.3.11 // indirect @@ -77,7 +77,7 @@ require ( github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect go.uber.org/multierr v1.8.0 // indirect - golang.org/x/crypto v0.6.0 // indirect + golang.org/x/crypto v0.9.0 // indirect golang.org/x/sys v0.8.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect diff --git a/utils/go.sum b/utils/go.sum index d30d2c4723..faef094ae4 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -94,7 +94,7 @@ github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5y github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= -github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= +github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY= @@ -215,7 +215,7 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= @@ -234,8 +234,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mmcloughlin/avo v0.5.0/go.mod h1:ChHFdoV7ql95Wi7vuq2YT1bwCJqiWdZrQ1im3VujLYM= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU= -github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= +github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ= +github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= @@ -252,7 +252,7 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1: github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 h1:mZHayPoR0lNmnHyvtYjDeq0zlVHn9K/ZXoy17ylucdo= github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5/go.mod h1:GEXHk5HgEKCvEIIrSpFI3ozzG5xOKA2DVlEX/gGnewM= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k= +github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= github.com/rs/zerolog v1.29.1 h1:cO+d60CHkknCbvzEWxP0S9K6KqyTjrCNUy1LdQLCGPc= github.com/rs/zerolog v1.29.1/go.mod h1:Le6ESbR7hc+DP6Lt1THiV8CQSdkkNrd3R0XbEgp3ZBU= @@ -269,22 +269,20 @@ github.com/shoenig/test v0.6.3/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnj github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y= github.com/sirupsen/logrus v1.9.2/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/sirupsen/logrus v1.9.1 h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ= -github.com/sirupsen/logrus v1.9.1/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0= github.com/skeema/knownhosts v1.1.0/go.mod h1:sKFq3RD6/TKZkSWn8boUbDC7Qkgcv+8XXijpFO6roag= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk= -github.com/spf13/afero v1.9.3/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= -github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= -github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= +github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM= +github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= +github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA= +github.com/spf13/cast v1.5.1/go.mod h1:b9PdjNptOpzXr7Rq1q9gJML/2cdGQAo69NKzQ10KN48= 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 v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= -github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= +github.com/spf13/viper v1.16.0 h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc= +github.com/spf13/viper v1.16.0/go.mod h1:yg78JgCJcbrQOvV9YLXgkLaZqUidkY9K+Dd1FofRzQg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= @@ -295,7 +293,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= @@ -340,13 +337,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= -golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= +golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= From 5b729c0ea0e2e97d0415c814efb5a6ef803d5e5e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 10:59:50 +0000 Subject: [PATCH 02/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530105950.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530105950.bugfix diff --git a/changes/20230530105950.bugfix b/changes/20230530105950.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530105950.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 973775ae6a2a0e816e255cc5edfd851ad45bb138 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 10:59:59 +0000 Subject: [PATCH 03/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530105959.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530105959.bugfix diff --git a/changes/20230530105959.bugfix b/changes/20230530105959.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530105959.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From a6bfc0a2c8e36e22eb4c9e63e43db416ccbb4107 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:00:25 +0000 Subject: [PATCH 04/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110025.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110025.bugfix diff --git a/changes/20230530110025.bugfix b/changes/20230530110025.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110025.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 30de1b614d50df7628e17ba855ecbc750e97293a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:00:43 +0000 Subject: [PATCH 05/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110043.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110043.bugfix diff --git a/changes/20230530110043.bugfix b/changes/20230530110043.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110043.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 303ad3b6dff4242a08ac4228575fb6aaa28c4063 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:01:11 +0000 Subject: [PATCH 06/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110111.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110111.bugfix diff --git a/changes/20230530110111.bugfix b/changes/20230530110111.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110111.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 827f37e599d9d17f394d475abdc23532c0dff948 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:02:12 +0000 Subject: [PATCH 07/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110212.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110212.bugfix diff --git a/changes/20230530110212.bugfix b/changes/20230530110212.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110212.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From d14b71ff2f4344bd9342dba0d70fa3a5c5915714 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:03:11 +0000 Subject: [PATCH 08/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110311.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110311.bugfix diff --git a/changes/20230530110311.bugfix b/changes/20230530110311.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110311.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From a9d5ceb2dd53550be1f229764c63ed9a4bf785f8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:04:18 +0000 Subject: [PATCH 09/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110418.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110418.bugfix diff --git a/changes/20230530110418.bugfix b/changes/20230530110418.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110418.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 42905b781e479bdd9f38b0fbb15206305b832013 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:04:27 +0000 Subject: [PATCH 10/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110427.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110427.bugfix diff --git a/changes/20230530110427.bugfix b/changes/20230530110427.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110427.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From c25b4b171e14eac099032e7c05804c6e6f3756e2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:05:43 +0000 Subject: [PATCH 11/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110543.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110543.bugfix diff --git a/changes/20230530110543.bugfix b/changes/20230530110543.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110543.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From bd9003c29a6a46de46639a8e78422bed9a98d54c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:05:52 +0000 Subject: [PATCH 12/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110552.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110552.bugfix diff --git a/changes/20230530110552.bugfix b/changes/20230530110552.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110552.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 26499c5e9293978cea6f1cf2f12771a8e634af2d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:06:55 +0000 Subject: [PATCH 13/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110655.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110655.bugfix diff --git a/changes/20230530110655.bugfix b/changes/20230530110655.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110655.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 170e7031bb19c830fc5aec7256966ff994a7a3a0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:07:14 +0000 Subject: [PATCH 14/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110714.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110714.bugfix diff --git a/changes/20230530110714.bugfix b/changes/20230530110714.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110714.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 56c5a14151b18d4087af5d498e97501eae199ec0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:08:36 +0000 Subject: [PATCH 15/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110836.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110836.bugfix diff --git a/changes/20230530110836.bugfix b/changes/20230530110836.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110836.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 9c611ee21c394f04a249176efd88cc3783296bd7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:08:51 +0000 Subject: [PATCH 16/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110851.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110851.bugfix diff --git a/changes/20230530110851.bugfix b/changes/20230530110851.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110851.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From b0b32e52bd71ea03e9547eb7d8fa9cf0fd3fc8cc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:09:56 +0000 Subject: [PATCH 17/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530110956.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530110956.bugfix diff --git a/changes/20230530110956.bugfix b/changes/20230530110956.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530110956.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 01c38db5f7f7c807f18a5318a9bf5ae2f384da48 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:10:15 +0000 Subject: [PATCH 18/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111015.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111015.bugfix diff --git a/changes/20230530111015.bugfix b/changes/20230530111015.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111015.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 751341d21d9edc417575e0ca0fc5e535bd02c96b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:11:04 +0000 Subject: [PATCH 19/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111104.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111104.bugfix diff --git a/changes/20230530111104.bugfix b/changes/20230530111104.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111104.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 294852f649c8d5bd9288a938abc4e8a288bcf815 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:11:23 +0000 Subject: [PATCH 20/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111123.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111123.bugfix diff --git a/changes/20230530111123.bugfix b/changes/20230530111123.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111123.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From eb6d3d946b2ecf65a020b0deaaf17c928b1b8207 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:12:39 +0000 Subject: [PATCH 21/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111239.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111239.bugfix diff --git a/changes/20230530111239.bugfix b/changes/20230530111239.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111239.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From b11dc125b43ed46e53675c3a801a7c78389cd0c1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:12:48 +0000 Subject: [PATCH 22/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111247.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111247.bugfix diff --git a/changes/20230530111247.bugfix b/changes/20230530111247.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111247.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 6e092d53b5dc43b1536105c1959cae180d657dcc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:14:18 +0000 Subject: [PATCH 23/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111417.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111417.bugfix diff --git a/changes/20230530111417.bugfix b/changes/20230530111417.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111417.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 984f0c9b9bdf297f13062472f96e2a08c7a46732 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:14:28 +0000 Subject: [PATCH 24/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111428.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111428.bugfix diff --git a/changes/20230530111428.bugfix b/changes/20230530111428.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111428.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 245ab729d548a9dec99c5ad262c00aab0e300a0e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:15:38 +0000 Subject: [PATCH 25/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111538.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111538.bugfix diff --git a/changes/20230530111538.bugfix b/changes/20230530111538.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111538.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 4aca2f6a4e7437bdb47d0086d4f1c163828d53ab Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:15:58 +0000 Subject: [PATCH 26/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111558.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111558.bugfix diff --git a/changes/20230530111558.bugfix b/changes/20230530111558.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111558.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 9ce8d605efba5f84c24c37cb6ba98e4f95bacb31 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:17:01 +0000 Subject: [PATCH 27/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111701.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111701.bugfix diff --git a/changes/20230530111701.bugfix b/changes/20230530111701.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111701.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From c873dbd0768cdb730b670eeccaa3a523ba5c9e03 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:17:31 +0000 Subject: [PATCH 28/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111731.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111731.bugfix diff --git a/changes/20230530111731.bugfix b/changes/20230530111731.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111731.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 6c089b130b33411fbd7719d6a33173f37d30c0f1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:18:16 +0000 Subject: [PATCH 29/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111815.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111815.bugfix diff --git a/changes/20230530111815.bugfix b/changes/20230530111815.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111815.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 0ea50e6e6d59b2406b988b7fe4a0f6cf158364cc Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:18:30 +0000 Subject: [PATCH 30/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111829.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111829.bugfix diff --git a/changes/20230530111829.bugfix b/changes/20230530111829.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111829.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From b3b7f2e1b8095e5b4c53953365a4e34b0a1e6f71 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:19:57 +0000 Subject: [PATCH 31/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530111957.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530111957.bugfix diff --git a/changes/20230530111957.bugfix b/changes/20230530111957.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530111957.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 2c0690a47de5abe19d5cc6bddea9ab3b4fad2a0f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:20:29 +0000 Subject: [PATCH 32/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112029.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112029.bugfix diff --git a/changes/20230530112029.bugfix b/changes/20230530112029.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112029.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 86c4c3e9fad0c298e4b46455a45eb4dc529fe457 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:21:49 +0000 Subject: [PATCH 33/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112149.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112149.bugfix diff --git a/changes/20230530112149.bugfix b/changes/20230530112149.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112149.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From de6fb9c1c89d531fd39231eea6d7aa41804ce62e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:22:15 +0000 Subject: [PATCH 34/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112215.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112215.bugfix diff --git a/changes/20230530112215.bugfix b/changes/20230530112215.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112215.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 664e739a62079e2cb49113b114792bf376f1a914 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:23:59 +0000 Subject: [PATCH 35/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112359.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112359.bugfix diff --git a/changes/20230530112359.bugfix b/changes/20230530112359.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112359.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 13d49602f818e7f1ba3f4ae9ce2590edf4dc4c26 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:24:32 +0000 Subject: [PATCH 36/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112432.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112432.bugfix diff --git a/changes/20230530112432.bugfix b/changes/20230530112432.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112432.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 91ee1d488559b0d28bf9eb180bd286acc905f4f1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:26:01 +0000 Subject: [PATCH 37/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112601.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112601.bugfix diff --git a/changes/20230530112601.bugfix b/changes/20230530112601.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112601.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 7ef8feb26441b60673b3e86aab6cfdae217ef68a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:26:32 +0000 Subject: [PATCH 38/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112632.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112632.bugfix diff --git a/changes/20230530112632.bugfix b/changes/20230530112632.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112632.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 88aec15ec4f5e681e6d3cad21e7bf25a38bb1453 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:28:32 +0000 Subject: [PATCH 39/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112832.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112832.bugfix diff --git a/changes/20230530112832.bugfix b/changes/20230530112832.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112832.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 7685cde042b6a25c58a8d508f0e3d99c9a74a19a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:28:49 +0000 Subject: [PATCH 40/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530112849.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530112849.bugfix diff --git a/changes/20230530112849.bugfix b/changes/20230530112849.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530112849.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 47d4635b26dce3d5fd3f13d0ca611ff9d97378a0 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:30:15 +0000 Subject: [PATCH 41/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113014.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113014.bugfix diff --git a/changes/20230530113014.bugfix b/changes/20230530113014.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113014.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From d23d2c445b77ee9039547785e23d7f768c14aee1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:30:49 +0000 Subject: [PATCH 42/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113048.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113048.bugfix diff --git a/changes/20230530113048.bugfix b/changes/20230530113048.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113048.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From da23d0995126f9f157637748969f1bcdcf30b4b1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:32:09 +0000 Subject: [PATCH 43/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113209.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113209.bugfix diff --git a/changes/20230530113209.bugfix b/changes/20230530113209.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113209.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 51ec2a9ed24bdfc373bfea4c7855d222f3b70a83 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:32:30 +0000 Subject: [PATCH 44/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113230.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113230.bugfix diff --git a/changes/20230530113230.bugfix b/changes/20230530113230.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113230.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From ca00568faee8db13628e4f38787699fde5521507 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:33:23 +0000 Subject: [PATCH 45/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113323.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113323.bugfix diff --git a/changes/20230530113323.bugfix b/changes/20230530113323.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113323.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From a741353c54f86eb19a02d8155f7fbe9d0e4d4ac7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:33:56 +0000 Subject: [PATCH 46/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113356.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113356.bugfix diff --git a/changes/20230530113356.bugfix b/changes/20230530113356.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113356.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From e280e6762b0e2675f4666262f82edfcea79db974 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:35:22 +0000 Subject: [PATCH 47/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113522.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113522.bugfix diff --git a/changes/20230530113522.bugfix b/changes/20230530113522.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113522.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From a87d066c06b47ae82c05a9b517c9c66b725fce3c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:35:45 +0000 Subject: [PATCH 48/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113545.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113545.bugfix diff --git a/changes/20230530113545.bugfix b/changes/20230530113545.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113545.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From d4939d5804edded1a002d7576fcc9ab19927ee7a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:36:30 +0000 Subject: [PATCH 49/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113630.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113630.bugfix diff --git a/changes/20230530113630.bugfix b/changes/20230530113630.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113630.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 70dfb00cfd4a8ff38ab852a811114aa794d98bb5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:36:54 +0000 Subject: [PATCH 50/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113654.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113654.bugfix diff --git a/changes/20230530113654.bugfix b/changes/20230530113654.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113654.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From b82a9d6d7f777a087b9905452e55acedfcce2160 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:38:09 +0000 Subject: [PATCH 51/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113809.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113809.bugfix diff --git a/changes/20230530113809.bugfix b/changes/20230530113809.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113809.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 069a4b5ba3a8be95f4072f655bc6c06c9704db77 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:38:35 +0000 Subject: [PATCH 52/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113835.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113835.bugfix diff --git a/changes/20230530113835.bugfix b/changes/20230530113835.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113835.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 4b979cec383750f9c1df0a955f8773d4f2c2cc21 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:39:12 +0000 Subject: [PATCH 53/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113912.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113912.bugfix diff --git a/changes/20230530113912.bugfix b/changes/20230530113912.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113912.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 955bd7114fd9b231425ce68731afd075a13f015a Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:39:35 +0000 Subject: [PATCH 54/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113935.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113935.bugfix diff --git a/changes/20230530113935.bugfix b/changes/20230530113935.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113935.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From c4e85038f38d70388a0be499bb368089718ff90b Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:39:51 +0000 Subject: [PATCH 55/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530113951.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530113951.bugfix diff --git a/changes/20230530113951.bugfix b/changes/20230530113951.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530113951.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 7b2aa8ebe6a8323505714c62123de583a7d5d0fa Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:40:26 +0000 Subject: [PATCH 56/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530114026.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530114026.bugfix diff --git a/changes/20230530114026.bugfix b/changes/20230530114026.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530114026.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 619e90ef0c2118c9a76dad1e8085824e51f13bd1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:40:38 +0000 Subject: [PATCH 57/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530114038.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530114038.bugfix diff --git a/changes/20230530114038.bugfix b/changes/20230530114038.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530114038.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 7addbfedf5c06564257f0e0c94a81e406b07c50f Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:41:09 +0000 Subject: [PATCH 58/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530114109.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530114109.bugfix diff --git a/changes/20230530114109.bugfix b/changes/20230530114109.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530114109.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0 From 6629c229312d7822daa98f86eba7b65e516164be Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Tue, 30 May 2023 11:41:12 +0000 Subject: [PATCH 59/59] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20230530114112.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20230530114112.bugfix diff --git a/changes/20230530114112.bugfix b/changes/20230530114112.bugfix new file mode 100644 index 0000000000..1eb068fe60 --- /dev/null +++ b/changes/20230530114112.bugfix @@ -0,0 +1 @@ +Dependency upgrade: viper-1.16.0