Skip to content

Commit 3a5ebbe

Browse files
authored
Merge branch 'main' into renovate/migrate-config
2 parents 8a79790 + ca09d96 commit 3a5ebbe

18 files changed

+58
-24
lines changed

.github/ISSUE_TEMPLATE/pre-release.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,14 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
6666
- [ ] _PR for airflow-operator_
6767
- [ ] _PR for commons-operator_
6868
- [ ] _PR for druid-operator_
69-
- [ ] _PR for edc-operator_
7069
- [ ] _PR for hbase-operator_
7170
- [ ] _PR for hdfs-operator_
72-
- [ ] _PR for hello-world-operator_
7371
- [ ] _PR for hive-operator_
7472
- [ ] _PR for kafka-operator_
7573
- [ ] _PR for listener-operator_
7674
- [ ] _PR for nifi-operator_
7775
- [ ] _PR for opa-operator_
76+
- [ ] _PR for opensearch-operator_
7877
- [ ] _PR for secret-operator_
7978
- [ ] _PR for spark-k8s-operator_
8079
- [ ] _PR for superset-operator_

.github/workflows/generate_prs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
pretty_string: Apache HDFS
5353
product_string: hdfs
5454
url: stackabletech/hdfs-operator.git
55-
- name: hello-world-operator
56-
pretty_string: Hello World
57-
product_string: hello
58-
url: stackabletech/hello-world-operator.git
5955
- name: hive-operator
6056
pretty_string: Apache Hive
6157
product_string: hive
@@ -81,6 +77,10 @@ jobs:
8177
pretty_string: OpenPolicyAgent
8278
product_string: opa
8379
url: stackabletech/opa-operator.git
80+
- name: opensearch-operator
81+
pretty_string: OpenSearch
82+
product_string: opensearch
83+
url: stackabletech/opensearch-operator.git
8484
- name: secret-operator
8585
include_productconfig: false
8686
has_product: false

.github/workflows/pr_pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@4bfd3b65f22af597fe784599c077dc34bf5894a7 # v0.8.0
21+
- uses: stackabletech/actions/run-pre-commit@9aae2d1c14239021bfa33c041010f6fb7adec815 # v0.8.2
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
hadolint: ${{ env.HADOLINT_VERSION }}

config/repositories.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ repositories:
2626
pretty_string: Apache HDFS
2727
product_string: hdfs
2828
url: stackabletech/hdfs-operator.git
29-
- name: hello-world-operator
30-
pretty_string: Hello World
31-
product_string: hello
32-
url: stackabletech/hello-world-operator.git
3329
- name: hive-operator
3430
pretty_string: Apache Hive
3531
product_string: hive
@@ -55,6 +51,10 @@ repositories:
5551
pretty_string: OpenPolicyAgent
5652
product_string: opa
5753
url: stackabletech/opa-operator.git
54+
- name: opensearch-operator
55+
pretty_string: OpenSearch
56+
product_string: opensearch
57+
url: stackabletech/opensearch-operator.git
5858
- name: secret-operator
5959
include_productconfig: false
6060
has_product: false

config/retired_files.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# May be something to investigate.
55
retired_files:
66
- .readme/static/sdp_overview.png
7+
- bors.toml

config/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust_version: 1.85.0
77
# This nightly version is only used for cargo fmt invocations, because we use nightly-only
88
# rustfmt config options in rustfmt.toml. The version should be kept in line with the version
99
# used in the operator-rs repository.
10-
rust_nightly_version: nightly-2025-01-15
10+
rust_nightly_version: nightly-2025-05-26
1111

1212
# This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should
1313
# be kept in line with the edition in the operator-rs repository.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Jinja2==3.1.4
1+
Jinja2==3.1.6
22
jinja2-cli==0.8.2
33
MarkupSafe==2.1.5

template/.github/pull_request_template.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- [ ] Helm chart can be installed and deployed operator works
1616
- [ ] Integration tests passed (for non trivial changes)
1717
- [ ] Changes need to be "offline" compatible
18+
- [ ] Links to generated (nightly) docs added
19+
- [ ] Release note snippet added
1820

1921
### Reviewer
2022

@@ -29,4 +31,7 @@
2931

3032
- [ ] Feature Tracker has been updated
3133
- [ ] Proper release label has been added
32-
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
34+
- [ ] Links to generated (nightly) docs added
35+
- [ ] Release note snippet added
36+
- [ ] Add `type/deprecation` label & add to the [deprecation schedule](https://github.com/orgs/stackabletech/projects/44/views/1)
37+
- [ ] Add `type/experimental` label & add to the [experimental features tracker](https://github.com/orgs/stackabletech/projects/47)

template/.github/workflows/build.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
with:
341341
persist-credentials: false
342342
submodules: recursive
343-
- uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31.2.0
343+
- uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31.4.0
344344
- uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
345345
with:
346346
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
@@ -378,7 +378,7 @@ jobs:
378378
- name: Install cosign
379379
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
380380
- name: Install syft
381-
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
381+
uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
382382
- name: Build Docker image and Helm chart
383383
run: |
384384
# Installing helm and yq on ubicloud-standard-8-arm only

template/.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ failure() }}
9898
env:
9999
SLACK_BOT_TOKEN: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
100-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
100+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
101101
with:
102102
channel-id: "C07UYJYSMSN" # notifications-integration-tests
103103
payload: |

0 commit comments

Comments
 (0)