Skip to content

Commit f949529

Browse files
committed
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@c9aa93c
Reference-to: stackabletech/operator-templating@c9aa93c (This rolls out some integration test and notification improvements)
1 parent 102ab6e commit f949529

5 files changed

Lines changed: 38 additions & 16 deletions

File tree

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Check for changed files
5252
id: check
53-
uses: stackabletech/actions/detect-changes@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
53+
uses: stackabletech/actions/detect-changes@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
5454
with:
5555
patterns: |
5656
- '.github/workflows/build.yaml'
@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: Build Container Image
208208
id: build
209-
uses: stackabletech/actions/build-container-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
209+
uses: stackabletech/actions/build-container-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
210210
with:
211211
image-name: ${{ env.OPERATOR_NAME }}
212212
image-index-manifest-tag: ${{ steps.version.outputs.OPERATOR_VERSION }}
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Publish Container Image to oci.stackable.tech
217217
if: ${{ !github.event.pull_request.head.repo.fork }}
218-
uses: stackabletech/actions/publish-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
218+
uses: stackabletech/actions/publish-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
219219
with:
220220
image-registry-uri: oci.stackable.tech
221221
image-registry-username: robot$sdp+github-action-build
@@ -226,7 +226,7 @@ jobs:
226226

227227
- name: Publish Container Image to quay.io
228228
if: ${{ !github.event.pull_request.head.repo.fork }}
229-
uses: stackabletech/actions/publish-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
229+
uses: stackabletech/actions/publish-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
230230
with:
231231
image-registry-uri: quay.io
232232
image-registry-username: stackable+robot_sdp_github_action_build
@@ -256,7 +256,7 @@ jobs:
256256
persist-credentials: false
257257

258258
- name: Publish and Sign Image Index to oci.stackable.tech
259-
uses: stackabletech/actions/publish-image-index-manifest@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
259+
uses: stackabletech/actions/publish-image-index-manifest@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
260260
with:
261261
image-registry-uri: oci.stackable.tech
262262
image-registry-username: robot$sdp+github-action-build
@@ -265,7 +265,7 @@ jobs:
265265
canonical-image-index-manifest-tag: ${{ needs.build-container-image.outputs.operator-version }}
266266

267267
- name: Publish and Sign Image Index to quay.io
268-
uses: stackabletech/actions/publish-image-index-manifest@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
268+
uses: stackabletech/actions/publish-image-index-manifest@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
269269
with:
270270
image-registry-uri: quay.io
271271
image-registry-username: stackable+robot_sdp_github_action_build
@@ -295,7 +295,7 @@ jobs:
295295
submodules: recursive
296296

297297
- name: Package, Publish, and Sign Helm Chart to oci.stackable.tech
298-
uses: stackabletech/actions/publish-helm-chart@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
298+
uses: stackabletech/actions/publish-helm-chart@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
299299
with:
300300
chart-registry-uri: oci.stackable.tech
301301
chart-registry-username: robot$sdp-charts+github-action-build
@@ -307,7 +307,7 @@ jobs:
307307
publish-and-sign: ${{ !github.event.pull_request.head.repo.fork }}
308308

309309
- name: Package, Publish, and Sign Helm Chart to quay.io
310-
uses: stackabletech/actions/publish-helm-chart@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
310+
uses: stackabletech/actions/publish-helm-chart@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
311311
with:
312312
chart-registry-uri: quay.io
313313
chart-registry-username: stackable+robot_sdp_charts_github_action_build
@@ -339,13 +339,13 @@ jobs:
339339
runs-on: ubuntu-latest
340340
steps:
341341
- name: Run OpenShift Preflight Check for oci.stackable.tech
342-
uses: stackabletech/actions/run-openshift-preflight@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
342+
uses: stackabletech/actions/run-openshift-preflight@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
343343
with:
344344
image-index-uri: oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
345345
image-architecture: ${{ matrix.arch }}
346346

347347
- name: Run OpenShift Preflight Check for quay.io
348-
uses: stackabletech/actions/run-openshift-preflight@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
348+
uses: stackabletech/actions/run-openshift-preflight@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
349349
with:
350350
image-index-uri: quay.io/stackable/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
351351
image-architecture: ${{ matrix.arch }}
@@ -432,7 +432,7 @@ jobs:
432432
echo "COMBINED_CHECKS_RESULT=$COMBINED_CHECKS_RESULT" | tee -a "$GITHUB_OUTPUT"
433433
434434
- name: Send Notification
435-
uses: stackabletech/actions/send-slack-notification@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
435+
uses: stackabletech/actions/send-slack-notification@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
436436
with:
437437
combined-checks-result: ${{ steps.combine.outputs.COMBINED_CHECKS_RESULT }}
438438
publish-helm-chart-result: ${{ needs.publish-helm-chart.result }}

.github/workflows/integration-test-custom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Run Integration Test
3232
id: test
33-
uses: stackabletech/actions/run-integration-test@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
33+
uses: stackabletech/actions/run-integration-test@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
3434
with:
3535
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
3636
otlp-bearer-token: ${{ secrets.OTLP_BEARER_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Send Notification
4343
if: ${{ failure() || github.run_attempt > 1 }}
44-
uses: stackabletech/actions/send-slack-notification@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
44+
uses: stackabletech/actions/send-slack-notification@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
4545
with:
4646
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
4747
dashboard-url: ${{ steps.test.outputs.dashboard-url }}

.github/workflows/integration-test-profile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Run Integration Test
4444
id: test
45-
uses: stackabletech/actions/run-integration-test@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
45+
uses: stackabletech/actions/run-integration-test@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
4646
with:
4747
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
4848
otlp-bearer-token: ${{ secrets.OTLP_BEARER_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Send Notification
5353
if: ${{ failure() || github.run_attempt > 1 }}
54-
uses: stackabletech/actions/send-slack-notification@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
54+
uses: stackabletech/actions/send-slack-notification@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
5555
with:
5656
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5757
dashboard-url: ${{ steps.test.outputs.dashboard-url }}

.github/workflows/pr_prek.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333
submodules: recursive
3434
fetch-depth: 0
35-
- uses: stackabletech/actions/run-prek@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
35+
- uses: stackabletech/actions/run-prek@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
3636
with:
3737
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3838
hadolint: ${{ env.HADOLINT_VERSION }}

.pre-commit-config.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,33 @@ repos:
108108
- id: cargo-doc
109109
name: cargo-doc
110110
language: system
111+
env:
112+
RUSTDOCFLAGS: "-D warnings"
111113
entry: cargo doc --no-deps --document-private-items
112114
stages: [pre-commit, pre-merge-commit]
113115
pass_filenames: false
114116
files: \.rs$|Cargo\.(toml|lock)
115117

118+
- id: cargo-doc-all-features
119+
name: cargo-doc-all-features
120+
language: system
121+
env:
122+
RUSTDOCFLAGS: "-D warnings"
123+
entry: cargo doc --no-deps --document-private-items --all-features
124+
stages: [pre-commit, pre-merge-commit]
125+
pass_filenames: false
126+
files: \.rs$|Cargo\.(toml|lock)
127+
128+
- id: cargo-doc-no-default-features
129+
name: cargo-doc-no-default-features
130+
language: system
131+
env:
132+
RUSTDOCFLAGS: "-D warnings"
133+
entry: cargo doc --no-deps --document-private-items --no-default-features
134+
stages: [pre-commit, pre-merge-commit]
135+
pass_filenames: false
136+
files: \.rs$|Cargo\.(toml|lock)
137+
116138
- id: cargo-test
117139
name: cargo-test
118140
language: system

0 commit comments

Comments
 (0)