Skip to content

Commit 64d8d48

Browse files
CLOUD-727: Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (#2010)
* CLOUD-727: Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * use hetzner worker * fix init-deploy test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent bd071b9 commit 64d8d48

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ pipeline {
358358
ENABLE_LOGGING = "true"
359359
}
360360
agent {
361-
label 'docker'
361+
label 'docker-x64-min'
362362
}
363363
options {
364364
disableConcurrentBuilds(abortPrevious: true)

e2e-tests/init-deploy/compare/backup-70.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@
128128
"update"
129129
]
130130
},
131+
{
132+
"resource": {
133+
"db": "",
134+
"collection": "system.views"
135+
},
136+
"actions": [
137+
"dropCollection"
138+
]
139+
},
131140
{
132141
"resource": {
133142
"db": "admin",
@@ -236,15 +245,6 @@
236245
"updateSearchIndex"
237246
]
238247
},
239-
{
240-
"resource": {
241-
"db": "admin",
242-
"collection": "system.views"
243-
},
244-
"actions": [
245-
"dropCollection"
246-
]
247-
},
248248
{
249249
"resource": {
250250
"db": "admin",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
k8s.io/client-go v0.33.3
3131
sigs.k8s.io/controller-runtime v0.21.0
3232
sigs.k8s.io/mcs-api v0.2.0
33-
sigs.k8s.io/yaml v1.5.0
33+
sigs.k8s.io/yaml v1.6.0
3434
)
3535

3636
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,5 +625,5 @@ sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxO
625625
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 h1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=
626626
sigs.k8s.io/structured-merge-diff/v4 v4.6.0/go.mod h1:dDy58f92j70zLsuZVuUX5Wp9vtxXpaZnkPGWeqDfCps=
627627
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
628-
sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ=
629-
sigs.k8s.io/yaml v1.5.0/go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4=
628+
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
629+
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=

0 commit comments

Comments
 (0)