Skip to content

Commit 387988f

Browse files
authored
🚀 1.19.1 (#992)
* 1.19.1 Signed-off-by: Ivan Milchev <ivan@mondoo.com> * rollback upload-artifact action Signed-off-by: Ivan Milchev <ivan@mondoo.com> --------- Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent 9bd4b8d commit 387988f

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/cloud-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: success() || failure()
109109

110110
- name: Upload cloud test results
111-
uses: actions/upload-artifact@v4 # upload test results
111+
uses: actions/upload-artifact@v3 # upload test results
112112
if: success() || failure() # run this step even if previous step failed
113113
with: # upload a combined archive with unit and integration test results
114114
name: cloud-test-results
@@ -117,7 +117,7 @@ jobs:
117117
.github/terraform/aks/aks-${{ matrix.k8s-version }}.json
118118
119119
- name: Upload test logs artifact
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v3
121121
if: failure()
122122
with:
123123
name: test-logs-aks-${{ matrix.k8s-version }}
@@ -192,14 +192,14 @@ jobs:
192192
if: success() || failure()
193193

194194
- name: Upload test results
195-
uses: actions/upload-artifact@v4 # upload test results
195+
uses: actions/upload-artifact@v3 # upload test results
196196
if: success() || failure() # run this step even if previous step failed
197197
with: # upload a combined archive with unit and integration test results
198198
name: cloud-test-results
199199
path: integration-tests-eks-${{ matrix.k8s-version }}.xml
200200

201201
- name: Upload test logs artifact
202-
uses: actions/upload-artifact@v4
202+
uses: actions/upload-artifact@v3
203203
if: failure()
204204
with:
205205
name: test-logs-eks-${{ matrix.k8s-version }}
@@ -278,14 +278,14 @@ jobs:
278278
if: success() || failure()
279279

280280
- name: Upload test results
281-
uses: actions/upload-artifact@v4 # upload test results
281+
uses: actions/upload-artifact@v3 # upload test results
282282
if: success() || failure() # run this step even if previous step failed
283283
with: # upload a combined archive with unit and integration test results
284284
name: cloud-test-results
285285
path: integration-tests-gke-${{ matrix.k8s-version }}.xml
286286

287287
- name: Upload test logs artifact
288-
uses: actions/upload-artifact@v4
288+
uses: actions/upload-artifact@v3
289289
if: failure()
290290
with:
291291
name: test-logs-gke-${{ matrix.k8s-version }}

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
- run: mv integration-tests.xml integration-tests-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}.xml
7979
if: success() || failure()
8080

81-
- uses: actions/upload-artifact@v4 # upload test results
81+
- uses: actions/upload-artifact@v3 # upload test results
8282
if: success() || failure() # run this step even if previous step failed
8383
with: # upload a combined archive with unit and integration test results
8484
name: test-results
8585
path: integration-tests-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}.xml
8686

8787
- name: Upload test logs artifact
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v3
8989
if: failure()
9090
with:
9191
name: test-logs-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
operator-sdk olm uninstall
348348
349349
- name: Upload test logs artifact
350-
uses: actions/upload-artifact@v4
350+
uses: actions/upload-artifact@v3
351351
if: failure()
352352
with:
353353
name: olm-test-logs-${{ matrix.k8s-version }}
@@ -436,7 +436,7 @@ jobs:
436436
run: EXTERNAL_INSTALLATION=1 VERSION=${{ steps.meta.outputs.version }} make test/integration/ci
437437

438438
- name: Upload test logs artifact
439-
uses: actions/upload-artifact@v4
439+
uses: actions/upload-artifact@v3
440440
if: failure()
441441
with:
442442
name: helm-test-logs-${{ matrix.k8s-version }}

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: true
2525

2626
- run: make test/ci
27-
- uses: actions/upload-artifact@v4 # upload test results
27+
- uses: actions/upload-artifact@v3 # upload test results
2828
if: success() || failure() # run this step even if previous step failed
2929
with:
3030
name: test-results

charts/mondoo-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.19.0
19+
version: 1.19.1
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.19.0"
24+
appVersion: "1.19.1"

charts/mondoo-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ controllerManager:
1616
featureEnableV9: "true"
1717
image:
1818
repository: ghcr.io/mondoohq/mondoo-operator
19-
tag: v1.19.0
19+
tag: v1.19.1
2020
imagePullPolicy: IfNotPresent
2121
resources:
2222
limits:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ kind: Kustomization
1717
images:
1818
- name: controller
1919
newName: ghcr.io/mondoohq/mondoo-operator
20-
newTag: v1.19.0
20+
newTag: v1.19.1

config/webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources:
1010
images:
1111
- name: controller
1212
newName: ghcr.io/mondoohq/mondoo-operator
13-
newTag: v1.19.0
13+
newTag: v1.19.1

0 commit comments

Comments
 (0)