Skip to content

Commit 4a41ff4

Browse files
committed
feat: Remove hello-world, add opensearch plus various other updates
1 parent 57b596c commit 4a41ff4

File tree

9 files changed

+25
-15
lines changed

9 files changed

+25
-15
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

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

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/.readme/partials/borrowed/footer.md.j2.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ This is enforced automatically when you submit a Pull Request where a bot will g
6262
## Support
6363

6464
Get started with the community edition! If you want professional support, [we offer subscription plans and custom licensing](https://stackable.tech/en/plans/).
65+
66+
## Sponsor
67+
68+
If you want to support our work but don't need professional support please consider [sponsoring](https://github.com/sponsors/stackabletech) our work.

template/.readme/partials/borrowed/links.md.j2.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- markdownlint-disable MD041 -->
22
{# NOTE: the empty line above is important! -#}
3-
{% if no_jenkins_job_badge %}{% else %}![Build Actions Status](https://ci.stackable.tech/buildStatus/icon?job={{operator_name}}%2doperator%2dit%2dnightly&subject=Integration%20Tests){% endif %}
43
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/{{operator_name}}-operator/graphs/commit-activity)
54
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
65
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)

template/docker/Dockerfile.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1+
# syntax=docker/dockerfile:1.15.1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
22
# NOTE: The syntax directive needs to be the first line in a Dockerfile
3+
# Find the latest versions here: https://hub.docker.com/r/docker/dockerfile/tags
4+
# And the changelogs: https://docs.docker.com/build/buildkit/dockerfile-release-notes/ or https://github.com/moby/buildkit/releases
35

46
# =============
57
# This file is automatically generated from the templates in stackabletech/operator-templating
@@ -49,7 +51,7 @@ LABEL com.redhat.license_terms=""
4951
LABEL io.buildah.version=""
5052
LABEL io.openshift.expose-services=""
5153

52-
# https://github.com/opencontainers/image-spec/blob/036563a4a268d7c08b51a08f05a02a0fe74c7268/annotations.md#annotations
54+
# https://github.com/opencontainers/image-spec/blob/64294bd7a2bf2537e1a6a34d687caae70300b0c4/annotations.md#annotations
5355
LABEL org.opencontainers.image.authors="[email protected]"
5456
LABEL org.opencontainers.image.url="https://stackable.tech"
5557
LABEL org.opencontainers.image.vendor="Stackable GmbH"

0 commit comments

Comments
 (0)