Skip to content

Commit 924efd8

Browse files
Update templated files to rev 9c880c6 (#468)
* Generated commit to update templated files based on rev 9c880c6 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Bump rust-toolchain to 1.79.0, minor change in build workflow] * chore(krb-provision-keytab): remove dead code * chore(operator-binary): remove dead code * chore: update changelog * chore: correct changelog entry --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent f971a81 commit 924efd8

File tree

8 files changed

+166
-41
lines changed

8 files changed

+166
-41
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
CARGO_TERM_COLOR: always
2626
CARGO_INCREMENTAL: '0'
2727
CARGO_PROFILE_DEV_DEBUG: '0'
28-
RUST_TOOLCHAIN_VERSION: "1.77.2"
28+
RUST_TOOLCHAIN_VERSION: "1.79.0"
2929
RUSTFLAGS: "-D warnings"
3030
RUSTDOCFLAGS: "-D warnings"
3131
RUST_LOG: "info"
@@ -44,8 +44,8 @@ jobs:
4444
- name: Install host dependencies
4545
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
4646
with:
47-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
48-
version: 1.0
47+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
48+
version: ubuntu-latest
4949
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050
with:
5151
submodules: recursive
@@ -142,8 +142,8 @@ jobs:
142142
- name: Install host dependencies
143143
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
144144
with:
145-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
146-
version: 1.0
145+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
146+
version: ubuntu-latest
147147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148148
with:
149149
submodules: recursive
@@ -177,8 +177,8 @@ jobs:
177177
- name: Install host dependencies
178178
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
179179
with:
180-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
181-
version: 1.0
180+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
181+
version: ubuntu-latest
182182
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183183
with:
184184
submodules: recursive
@@ -199,8 +199,8 @@ jobs:
199199
- name: Install host dependencies
200200
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
201201
with:
202-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
203-
version: 1.0
202+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
203+
version: ubuntu-latest
204204
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205205
with:
206206
submodules: recursive
@@ -257,8 +257,8 @@ jobs:
257257
- name: Install host dependencies
258258
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
259259
with:
260-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
261-
version: 1.0
260+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
261+
version: ubuntu-latest
262262
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
263263
with:
264264
submodules: recursive
@@ -326,8 +326,8 @@ jobs:
326326
- name: Install host dependencies
327327
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
328328
with:
329-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config
330-
version: 1.0
329+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
330+
version: ${{ matrix.runner }}
331331
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
332332
with:
333333
submodules: recursive
@@ -359,7 +359,6 @@ jobs:
359359
# Installing helm and yq on ubicloud-standard-8-arm only
360360
if [ "$(arch)" = "aarch64" ]; then
361361
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
362-
sudo apt-get -y install apt-transport-https
363362
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
364363
sudo apt-get -y update
365364
sudo apt-get -y install helm
@@ -368,10 +367,12 @@ jobs:
368367
369368
make -e build
370369
- name: Publish Docker image and Helm chart
370+
if: ${{ !github.event.pull_request.head.repo.fork }}
371371
run: make -e publish
372372
# Output the name of the published image to the Job output for later use
373373
- id: printtag
374374
name: Output image name and tag
375+
if: ${{ !github.event.pull_request.head.repo.fork }}
375376
run: echo "IMAGE_TAG=$(make -e print-docker-tag)" >> $GITHUB_OUTPUT
376377

377378
create_manifest_list:
@@ -413,6 +414,7 @@ jobs:
413414
414415
openshift_preflight:
415416
name: Run the OpenShift Preflight check on the published images
417+
if: ${{ !github.event.pull_request.head.repo.fork }}
416418
needs:
417419
- create_manifest_list
418420
- package_and_publish

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ All notable changes to this project will be documented in this file.
2121
- Update the image docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
2222
in the Helm values to v2.10.1 ([#440]).
2323

24+
### Removed
25+
26+
- Dead code ([#468]).
27+
2428
[#397]: https://github.com/stackabletech/secret-operator/pull/397
2529
[#403]: https://github.com/stackabletech/secret-operator/pull/403
2630
[#413]: https://github.com/stackabletech/secret-operator/pull/413
2731
[#440]: https://github.com/stackabletech/secret-operator/pull/440
32+
[#468]: https://github.com/stackabletech/secret-operator/pull/468
2833

2934
## [24.3.0] - 2024-03-20
3035

0 commit comments

Comments
 (0)