File tree 9 files changed +25
-15
lines changed
.readme/partials/borrowed
9 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,14 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
66
66
- [ ] _ PR for airflow-operator_
67
67
- [ ] _ PR for commons-operator_
68
68
- [ ] _ PR for druid-operator_
69
- - [ ] _ PR for edc-operator_
70
69
- [ ] _ PR for hbase-operator_
71
70
- [ ] _ PR for hdfs-operator_
72
- - [ ] _ PR for hello-world-operator_
73
71
- [ ] _ PR for hive-operator_
74
72
- [ ] _ PR for kafka-operator_
75
73
- [ ] _ PR for listener-operator_
76
74
- [ ] _ PR for nifi-operator_
77
75
- [ ] _ PR for opa-operator_
76
+ - [ ] _ PR for opensearch-operator_
78
77
- [ ] _ PR for secret-operator_
79
78
- [ ] _ PR for spark-k8s-operator_
80
79
- [ ] _ PR for superset-operator_
Original file line number Diff line number Diff line change 52
52
pretty_string : Apache HDFS
53
53
product_string : hdfs
54
54
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
59
55
- name : hive-operator
60
56
pretty_string : Apache Hive
61
57
product_string : hive
81
77
pretty_string : OpenPolicyAgent
82
78
product_string : opa
83
79
url : stackabletech/opa-operator.git
80
+ - name : opensearch-operator
81
+ pretty_string : OpenSearch
82
+ product_string : opensearch
83
+ url : stackabletech/opensearch-operator.git
84
84
- name : secret-operator
85
85
include_productconfig : false
86
86
has_product : false
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ repositories:
26
26
pretty_string : Apache HDFS
27
27
product_string : hdfs
28
28
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
33
29
- name : hive-operator
34
30
pretty_string : Apache Hive
35
31
product_string : hive
@@ -55,6 +51,10 @@ repositories:
55
51
pretty_string : OpenPolicyAgent
56
52
product_string : opa
57
53
url : stackabletech/opa-operator.git
54
+ - name : opensearch-operator
55
+ pretty_string : OpenSearch
56
+ product_string : opensearch
57
+ url : stackabletech/opensearch-operator.git
58
58
- name : secret-operator
59
59
include_productconfig : false
60
60
has_product : false
Original file line number Diff line number Diff line change 4
4
# May be something to investigate.
5
5
retired_files :
6
6
- .readme/static/sdp_overview.png
7
+ - bors.toml
Original file line number Diff line number Diff line change 1
- Jinja2 == 3.1.4
1
+ Jinja2 == 3.1.6
2
2
jinja2-cli == 0.8.2
3
3
MarkupSafe == 2.1.5
Original file line number Diff line number Diff line change 15
15
- [ ] Helm chart can be installed and deployed operator works
16
16
- [ ] Integration tests passed (for non trivial changes)
17
17
- [ ] Changes need to be "offline" compatible
18
+ - [ ] Links to generated (nightly) docs added
19
+ - [ ] Release note snippet added
18
20
19
21
### Reviewer
20
22
29
31
30
32
- [ ] Feature Tracker has been updated
31
33
- [ ] 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 )
Original file line number Diff line number Diff line change @@ -62,3 +62,7 @@ This is enforced automatically when you submit a Pull Request where a bot will g
62
62
## Support
63
63
64
64
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.
Original file line number Diff line number Diff line change 1
1
<!-- markdownlint-disable MD041 -->
2
2
{# NOTE: the empty line above is important! -#}
3
- {% if no_jenkins_job_badge %}{% else %} {% endif %}
4
3
[](https://GitHub.com/stackabletech/{{operator_name}}-operator/graphs/commit-activity)
5
4
[](https://docs.stackable.tech/home/stable/contributor/index.html)
6
5
[](./LICENSE)
Original file line number Diff line number Diff line change 1
- # syntax=docker/dockerfile:1.10.0 @sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1
+ # syntax=docker/dockerfile:1.15.1 @sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
2
2
# 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
3
5
4
6
# =============
5
7
# This file is automatically generated from the templates in stackabletech/operator-templating
@@ -49,7 +51,7 @@ LABEL com.redhat.license_terms=""
49
51
LABEL io.buildah.version=""
50
52
LABEL io.openshift.expose-services=""
51
53
52
- # https://github.com/opencontainers/image-spec/blob/036563a4a268d7c08b51a08f05a02a0fe74c7268 /annotations.md#annotations
54
+ # https://github.com/opencontainers/image-spec/blob/64294bd7a2bf2537e1a6a34d687caae70300b0c4 /annotations.md#annotations
53
55
LABEL org.opencontainers.image.authors="
[email protected] "
54
56
LABEL org.opencontainers.image.url="https://stackable.tech"
55
57
LABEL org.opencontainers.image.vendor="Stackable GmbH"
You can’t perform that action at this time.
0 commit comments