Skip to content

Commit 62693a2

Browse files
Bump golang.org/x/sync from 0.7.0 to 0.8.0 in the all-go-mod-patch-and-minor group (#643)
* Bump golang.org/x/sync in the all-go-mod-patch-and-minor group Bumps the all-go-mod-patch-and-minor group with 1 update: [golang.org/x/sync](https://github.com/golang/sync). Updates `golang.org/x/sync` from 0.7.0 to 0.8.0 - [Commits](golang/sync@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]> * tidy up Signed-off-by: Katyanna Moura <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Katyanna Moura <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katyanna Moura <[email protected]>
1 parent 7aafc30 commit 62693a2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/stack_crd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,9 +2626,6 @@ spec:
26262626
type: object
26272627
x-kubernetes-map-type: atomic
26282628
resourceFieldRef:
2629-
description: |-
2630-
Selects a resource of the container: only resources limits and requests
2631-
(limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
26322629
properties:
26332630
containerName:
26342631
type: string
@@ -4009,6 +4006,9 @@ spec:
40094006
type: object
40104007
x-kubernetes-map-type: atomic
40114008
resourceFieldRef:
4009+
description: |-
4010+
Selects a resource of the container: only resources limits and requests
4011+
(limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
40124012
properties:
40134013
containerName:
40144014
type: string

docs/stackset_crd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,10 +3520,6 @@ spec:
35203520
one entry in PodSpec.ResourceClaims.
35213521
properties:
35223522
name:
3523-
description: |-
3524-
Name must match the name of one entry in pod.spec.resourceClaims of
3525-
the Pod where this field is used. It makes that resource available
3526-
inside a container.
35273523
type: string
35283524
required:
35293525
- name
@@ -4945,6 +4941,10 @@ spec:
49454941
one entry in PodSpec.ResourceClaims.
49464942
properties:
49474943
name:
4944+
description: |-
4945+
Name must match the name of one entry in pod.spec.resourceClaims of
4946+
the Pod where this field is used. It makes that resource available
4947+
inside a container.
49484948
type: string
49494949
required:
49504950
- name

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/stretchr/testify v1.9.0
1515
github.com/szuecs/routegroup-client v0.28.2
16-
golang.org/x/sync v0.7.0
16+
golang.org/x/sync v0.8.0
1717
k8s.io/api v0.30.3
1818
k8s.io/apimachinery v0.30.3
1919
k8s.io/client-go v0.30.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
289289
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
290290
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
291291
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
292-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
293-
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
292+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
293+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
294294
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
295295
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
296296
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)