Skip to content

Commit cf88ec4

Browse files
Update templated files to rev 9c880c6 (#726)
* 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] * Remove unused code * Update changelog --------- Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
1 parent 40eda15 commit cf88ec4

File tree

6 files changed

+136
-26
lines changed

6 files changed

+136
-26
lines changed

.github/workflows/build.yml

Lines changed: 13 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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ All notable changes to this project will be documented in this file.
1111
### Removed
1212

1313
- Support for version `3.5.2` ([#723]).
14+
- BREAKING: Remove field/arg `controller_config` from `kafka_controller::Ctx`
15+
struct and `create_controller` function ([#726]).
1416

1517
[#723]: https://github.com/stackabletech/kafka-operator/pull/723
18+
[#726]: https://github.com/stackabletech/kafka-operator/pull/726
1619

1720
## [24.3.0] - 2024-03-20
1821

@@ -265,13 +268,12 @@ All notable changes to this project will be documented in this file.
265268
- `kube-runtime` dependency ([#167]).
266269

267270
[#207]: https://github.com/stackabletech/kafka-operator/pull/207
268-
[#167]: https://github.com/stackabletech/kafka-operator/pull/167
269271
[#181]: https://github.com/stackabletech/kafka-operator/pull/181
270272
[#194]: https://github.com/stackabletech/kafka-operator/pull/194
271273

272274
## [0.2.1] - 2021-09-14
273275

274-
- Fixed Dockerfile to use the correct binary ([#167])
276+
- Fixed Dockerfile to use the correct binary ([#167]).
275277

276278
[#167]: https://github.com/stackabletech/kafka-operator/pull/167
277279

0 commit comments

Comments
 (0)