-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump knative.dev/serving from 0.38.0 to 0.39.0 (#542)
* Bump knative.dev/serving from 0.38.0 to 0.39.0 Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/knative/serving/releases) - [Commits](knative/serving@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: knative.dev/serving dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * ran update codegen * updaeted servingversion to avoid domaing mapping errors on generated code * updated knative client lib * updating kind and go version when testing + updating ko action in release and test pipelines --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriel Freites <[email protected]>
- Loading branch information
1 parent
1c7b474
commit 536930e
Showing
1,452 changed files
with
58,928 additions
and
35,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,13 @@ jobs: | |
timeout-minutes: 30 | ||
|
||
steps: | ||
- name: Set up Go 1.19.x | ||
- name: Set up Go 1.21.x | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19.x | ||
go-version: 1.21.x | ||
|
||
- name: Setup ko | ||
uses: imjasonh/[email protected] | ||
uses: ko-build/[email protected] | ||
|
||
- name: Check out code onto GOPATH | ||
uses: actions/checkout@v3 | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Setup KinD Cluster with VMware sources. | ||
working-directory: ./src/github.com/${{ github.repository }} | ||
env: | ||
KIND_VERSION: v0.16.0 | ||
KIND_VERSION: v0.19.0 | ||
run: | | ||
set -x | ||
|
@@ -110,20 +110,20 @@ jobs: | |
timeout-minutes: 10 | ||
|
||
steps: | ||
- name: Set up Go 1.19.x | ||
- name: Set up Go 1.21.x | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19.x | ||
go-version: 1.21.x | ||
|
||
- name: Setup ko | ||
uses: imjasonh/[email protected] | ||
uses: ko-build/[email protected] | ||
|
||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup KinD Cluster | ||
env: | ||
KIND_VERSION: v0.16.0 | ||
KIND_VERSION: v0.19.0 | ||
run: | | ||
set -x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
# will install latest ko version and default login/configure | ||
# KO_DOCKER_REPO to ghcr.io | ||
- name: Setup ko for ghcr.io | ||
uses: imjasonh/[email protected] | ||
uses: ko-build/[email protected] | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.