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

chore(ci): bump microk8s to 1.29-1.31 #578

Merged
merged 4 commits into from
Jan 17, 2025
Merged
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
12 changes: 4 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
# We test with highest and lowest supported versions of k8s
microk8s-versions:
- 1.27-strict/stable
- 1.30-strict/stable
- 1.29-strict/stable
- 1.31-strict/stable
integration-types:
- integration
- integration-tls-provider
Expand Down Expand Up @@ -133,11 +134,6 @@ jobs:
integration-observability:
name: Observability Integration Test
runs-on: ubuntu-20.04
strategy:
matrix:
microk8s-versions:
- 1.25-strict/stable
- 1.26-strict/stable
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -146,7 +142,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: ${{ matrix.microk8s-versions }}
channel: 1.31-strict/stable
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"
juju-channel: 3.6/stable
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
Expand Down
Loading