Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/operator 055f645...1228b72:
  > 1228b72 upgrade to latest dependencies (# 1617)
  > 0c12e86 Have link to adopters form in issue/PR templates (# 1618)
  > 4648959 Resume the development of 1.13 for operator (# 1616)
  > 08a04d6 upgrade to latest dependencies (# 1615)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Nov 1, 2023
1 parent 398397b commit 906b3cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
k8s.io/apimachinery v0.27.6
k8s.io/client-go v0.27.6
knative.dev/hack v0.0.0-20231025074238-d4af42e9b222
knative.dev/operator v0.39.0
knative.dev/operator v0.39.1-0.20231031190501-1228b7223af5
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,8 @@ k8s.io/utils v0.0.0-20230209194617-a36077c30491 h1:r0BAOLElQnnFhE/ApUsg3iHdVYYPB
k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20231025074238-d4af42e9b222 h1:xjfhm3OayDP+7n8cWnETiwG/TXsAeyKFQQsbxPlZ0WQ=
knative.dev/hack v0.0.0-20231025074238-d4af42e9b222/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/operator v0.39.0 h1:eKHa1P2yw8vtakknI/9YQjCOeQ4xQj6PdNFoG60gQrU=
knative.dev/operator v0.39.0/go.mod h1:PqttcpMxt2bq+Csagkp/dT61sD02tR0ga41lZ7r95uc=
knative.dev/operator v0.39.1-0.20231031190501-1228b7223af5 h1:hxO1Kh6ABKhaSz5rt5hdYGuvScPnjMCfLMrtjG1G/m8=
knative.dev/operator v0.39.1-0.20231031190501-1228b7223af5/go.mod h1:R/wJo4+UcBoVko05crDq6+2Hd50Ytg6Lb0cg0Xty5IA=
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003 h1:oeJLBwgNdO+UE4McWemwj41lfTfnEl8eC/vhaWqx/ME=
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003/go.mod h1:RE2nhTVkvAM+kK+q+US3Anv0+g4s8s87Fv+ZrQHCc60=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
8 changes: 4 additions & 4 deletions vendor/knative.dev/operator/test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
source "$(dirname "${BASH_SOURCE[0]}")/../vendor/knative.dev/hack/e2e-tests.sh"

# The previous serving release, installed by the operator. This value should be in the semantic format of major.minor.
readonly PREVIOUS_SERVING_RELEASE_VERSION="1.11"
readonly PREVIOUS_SERVING_RELEASE_VERSION="1.12"
# The previous eventing release, installed by the operator. This value should be in the semantic format of major.minor.
readonly PREVIOUS_EVENTING_RELEASE_VERSION="1.11"
readonly PREVIOUS_EVENTING_RELEASE_VERSION="1.12"
# The target serving/eventing release to upgrade, installed by the operator. It can be a release available under
# kodata or an incoming new release. This value should be in the semantic format of major.minor.
readonly TARGET_RELEASE_VERSION="1.12"
readonly TARGET_RELEASE_VERSION="latest"
# This is the branch name of knative repos, where we run the upgrade tests.
readonly KNATIVE_REPO_BRANCH="release-1.12"
readonly KNATIVE_REPO_BRANCH="${PULL_BASE_REF}"
# Namespaces used for tests
# This environment variable TEST_NAMESPACE defines the namespace to install Knative Serving.
export TEST_NAMESPACE="${TEST_NAMESPACE:-knative-operator-testing}"
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ k8s.io/utils/trace
# knative.dev/hack v0.0.0-20231025074238-d4af42e9b222
## explicit; go 1.18
knative.dev/hack
# knative.dev/operator v0.39.0
# knative.dev/operator v0.39.1-0.20231031190501-1228b7223af5
## explicit; go 1.19
knative.dev/operator/pkg/apis/operator
knative.dev/operator/pkg/apis/operator/base
Expand Down

0 comments on commit 906b3cc

Please sign in to comment.