Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k8s to 1.29, knative to 1.13 #943

Merged
merged 4 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
go: ['1.18', '1.19']
go: ['1.21', '1.22']
# Build all variants regardless of failures
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
name: Build setup scripts
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Check out the code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cri_minio_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Setup TMPDIR
run: mkdir -p $TMPDIR

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri_stock_containerd_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up golang
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Build setup scripts
run: pushd scripts && go build -o setup_tool && popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up golang
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Add rsync
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
test-name: [test, test-man-bench]
steps:

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Set up Python 3.x
uses: actions/setup-python@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Setup TMPDIR
run: mkdir -p $TMPDIR

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Upgrade git
run: |
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
- name: Setup TMPDIR
run: mkdir -p $TMPDIR

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openyurt-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Check out the code
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stargz_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
stargz-container-test:
name: Test running stargz-based image using kn
env:
KIND_VERSION: v0.14.0
K8S_VERSION: v1.23
KIND_VERSION: v0.22.0
K8S_VERSION: v1.29
YAML_DIR: workloads/container
runs-on: ubuntu-20.04
strategy:
Expand All @@ -42,10 +42,10 @@ jobs:
- name: Checkout LFS objects
run: git lfs checkout

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Build setup scripts
run: pushd scripts && go build -o setup_tool && popd
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
module: [misc, networking, snapshotting]
steps:

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Set up Python 3.x
uses: actions/setup-python@v5
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
module: [profile]
steps:

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Set up Python 3.x
uses: actions/setup-python@v5
Expand Down Expand Up @@ -122,10 +122,10 @@ jobs:
module: [ ctriface, ctriface/image, devmapper ]
steps:

- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22'

- name: Upgrade git
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
### Changed

- Removed the utils and examples from the vHive repo, moved to [vSwarm](https://github.com/vhive-serverless/vSwarm).
- Bumped Go to 1.21, Kubernetes to v1.29, Knative to v1.13, Istio to 1.20.2, MetalLB to 0.14.3, Calico to 3.27.2.
- Made the automatic patching of the knative-serving and calico manifests instead of storing the patched manifests in the repo.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions configs/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ md
MECS
metadata
metallb
MetalLB
Micheli
Microarchitecting
microarchitectural
Expand Down
Loading
Loading