Skip to content

Commit

Permalink
upgrade to latest dependencies (#1252)
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg 1d1616a...360b72e:
  > 360b72e Update AuthStatus to have list of ServiceAccountNames (# 3032)
bumping knative.dev/networking a282917...8167799:
  > 8167799 upgrade to latest dependencies (# 977)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed May 8, 2024
1 parent 191d71a commit d348dcf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -22,8 +22,8 @@ require (
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
knative.dev/networking v0.0.0-20240507014904-a282917860db
knative.dev/pkg v0.0.0-20240507013158-1d1616aa15db
knative.dev/networking v0.0.0-20240507054121-81677991de8a
knative.dev/pkg v0.0.0-20240507092124-360b72e4948e
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -707,10 +707,10 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11 h1:CYoD72R8/R35REjeY2nnWfBak+Q3f+NxXwEfwcID1eU=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240507014904-a282917860db h1:8uaZUBzeLvoqnF1plueXnqr14Wg4XYxbFIOEeBN6qbI=
knative.dev/networking v0.0.0-20240507014904-a282917860db/go.mod h1:hJ6eOCl576IkG4vfgf3awuSL/jGKGzyAExfmg/18si4=
knative.dev/pkg v0.0.0-20240507013158-1d1616aa15db h1:wc8y5CoKhGWsIUxdkTqILXr2i1rJUxtVKQRc3P0tEKI=
knative.dev/pkg v0.0.0-20240507013158-1d1616aa15db/go.mod h1:PQiq+p9Gr++TnU+w5P+ZpFS5MOwcMF6Y2oWFU8Ou7bw=
knative.dev/networking v0.0.0-20240507054121-81677991de8a h1:7xY09A7bTaRAzs49/BPNwgDioTEEr4f2qd/LUw3IwKo=
knative.dev/networking v0.0.0-20240507054121-81677991de8a/go.mod h1:oGMqt/peE5fmi1JhzfHfM9SJiiHu72K+xgpjPZSKzFs=
knative.dev/pkg v0.0.0-20240507092124-360b72e4948e h1:By0c/FKLZlisAerWiMj9crtaEhcl/sp8gN8Rp0s8fKM=
knative.dev/pkg v0.0.0-20240507092124-360b72e4948e/go.mod h1:PQiq+p9Gr++TnU+w5P+ZpFS5MOwcMF6Y2oWFU8Ou7bw=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
5 changes: 5 additions & 0 deletions vendor/knative.dev/pkg/apis/duck/v1/auth_types.go
Expand Up @@ -22,4 +22,9 @@ type AuthStatus struct {
// ServiceAccountName is the name of the generated service account
// used for this components OIDC authentication.
ServiceAccountName *string `json:"serviceAccountName,omitempty"`

// ServiceAccountNames is the list of names of the generated service accounts
// used for this components OIDC authentication. This list can have len() > 1,
// when the component uses multiple identities (e.g. in case of a Parallel).
ServiceAccountNames []string `json:"serviceAccountNames,omitempty"`
}
5 changes: 5 additions & 0 deletions vendor/knative.dev/pkg/apis/duck/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -1005,7 +1005,7 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
## explicit; go 1.18
knative.dev/hack
# knative.dev/networking v0.0.0-20240507014904-a282917860db
# knative.dev/networking v0.0.0-20240507054121-81677991de8a
## explicit; go 1.21
knative.dev/networking/config
knative.dev/networking/pkg
Expand Down Expand Up @@ -1046,7 +1046,7 @@ knative.dev/networking/test/test_images/runtime/handlers
knative.dev/networking/test/test_images/timeout
knative.dev/networking/test/test_images/wsserver
knative.dev/networking/test/types
# knative.dev/pkg v0.0.0-20240507013158-1d1616aa15db
# knative.dev/pkg v0.0.0-20240507092124-360b72e4948e
## explicit; go 1.21
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit d348dcf

Please sign in to comment.