Skip to content

Commit f246f59

Browse files
Merge pull request #119 from CleverCloud/devel/fdubois/feat/updates-and-materia-kv
feat: update dependencies and implements materia kv
2 parents 8e95981 + 52313bf commit f246f59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3638
-3363
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
rust:
18-
- 1.67.0
18+
- 1.84.1
1919
- stable
2020
- beta
2121
- nightly
@@ -39,7 +39,7 @@ jobs:
3939
# We do not need to build across all supported versions the minimum supported rust version is
4040
# enough. This check is here to detect conflict with the compiler feature flag.
4141
rust:
42-
- 1.67.0
42+
- 1.84.1
4343
steps:
4444
- uses: actions/checkout@v2
4545
- uses: actions-rs/toolchain@v1
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: true
5959
matrix:
6060
rust:
61-
- 1.67.0
61+
- 1.84.1
6262
- stable
6363
- beta
6464
- nightly
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/checkout@v2
162162
- uses: piraces/kube-score-ga@v0.1.2
163163
with:
164-
manifests-folders: 'deployments/kubernetes/v1.24.0/*.yml'
164+
manifests-folders: 'deployments/kubernetes/v1.30.0/*.yml'
165165
kubernetes-deployment:
166166
name: Create a minikube and install the operator
167167
runs-on: ubuntu-latest
@@ -171,7 +171,7 @@ jobs:
171171
steps:
172172
- uses: actions/checkout@v2
173173
- uses: medyagh/setup-minikube@master
174-
- run: kubectl apply -f deployments/kubernetes/v1.24.0
174+
- run: kubectl apply -f deployments/kubernetes/v1.30.0
175175
openshift-deployment:
176176
name: Create a minikube, install openshift and install the operator
177177
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)