Skip to content

Commit 7da3f59

Browse files
committed
Merge branch 'main' into feature/image-tools-revamp
# Conflicts: # .github/workflows/release.yml # airflow/Dockerfile # hello-world/Dockerfile # hive/Dockerfile
2 parents 682a945 + dd7d6ed commit 7da3f59

File tree

74 files changed

+1353
-1526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1353
-1526
lines changed

.github/ISSUE_TEMPLATE/update-base-java.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,13 @@ we should also make new versions of Java available for use.
4040
- [ ] _Link to the docker-images PR (product update)_
4141
```
4242

43-
<!--
44-
Make this a regular list so it isn't easily editable from the rendered
45-
description?
46-
-->
43+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
44+
4745
```[tasklist]
4846
### Acceptance
4947
- [ ] Can build a product image that uses the new version(s)
5048
- [ ] Both `java-base` and `java-devel` have the same Java versions in `versions.py`
5149
- [ ] Kuttl smoke test passes locally for a product using the new Java version
52-
- [ ] Release notes written in a comment below
53-
- [ ] Applicable `release-note` label added to this issue
5450
```
5551

5652
<details>

.github/ISSUE_TEMPLATE/update-base-stackable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Part of #xxx.
3030
- [ ] _Link to the docker-images PR (product update)_
3131
```
3232

33+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
34+
3335
```[tasklist]
3436
### Acceptance
3537
- [ ] Can build the image locally

.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Part of #xxx.
3737
- [ ] _Bump rust toolchain in operator-templating_
3838
```
3939

40+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
41+
4042
```[tasklist]
4143
### Acceptance
4244
- Done for [ubi8-rust-builder/Dockerfile](https://github.com/stackabletech/docker-images/blob/main/ubi8-rust-builder/Dockerfile)

.github/ISSUE_TEMPLATE/update-base-vector.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,20 @@ Part of #xxx.
3737
- [ ] _Link to the operator PR (getting_started / kuttl)_
3838
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
3939
- [ ] _Link to demo PR (raise against the `next` branch)_
40+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4041
```
4142

42-
<!--
43-
Make this a regular list so it isn't easily editable from the rendered
44-
description?
45-
-->
43+
> [!TIP]
44+
> Delete any items that do not apply so that all applicable items can be checked.
45+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
46+
47+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
48+
4649
```[tasklist]
4750
### Acceptance
48-
- [ ] Can build image locally
49-
- [ ] Kuttl smoke tests passes locally
51+
- [ ] Can build image (either locally, or in CI)
52+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
53+
- [ ] Release notes added to documentation and linked as a PR above
5054
- [ ] Release notes written in a comment below
5155
- [ ] Applicable `release-note` label added to this issue
5256
```

.github/ISSUE_TEMPLATE/update-product-airflow.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,20 @@ Part of #xxx.
3030
- [ ] _Link to operator PR (getting_started / kuttl)_
3131
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
3232
- [ ] _Link to demo PR (raise against the `next` branch)_
33+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
3334
```
3435

35-
<!--
36-
Make this a regular list so it isn't easily editable from the rendered
37-
description?
38-
-->
36+
> [!TIP]
37+
> Delete any items that do not apply so that all applicable items can be checked.
38+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
39+
40+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
41+
3942
```[tasklist]
4043
### Acceptance
41-
- [ ] Can build image locally
42-
- [ ] Kuttl smoke tests passes locally
44+
- [ ] Can build image (either locally, or in CI)
45+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
46+
- [ ] Release notes added to documentation and linked as a PR above
4347
- [ ] Release notes written in a comment below
4448
- [ ] Applicable `release-note` label added to this issue
4549
```

.github/ISSUE_TEMPLATE/update-product-druid.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,20 @@ Part of #xxx.
3232
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
3333
- [ ] _Link to demo PR (raise against the `next` branch)_
3434
- [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
35+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
3536
```
3637

37-
<!--
38-
Make this a regular list so it isn't easily editable from the rendered
39-
description?
40-
-->
38+
> [!TIP]
39+
> Delete any items that do not apply so that all applicable items can be checked.
40+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
41+
42+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
43+
4144
```[tasklist]
4245
### Acceptance
43-
- [ ] Can build image locally
44-
- [ ] Kuttl smoke tests passes locally
46+
- [ ] Can build image (either locally, or in CI)
47+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
48+
- [ ] Release notes added to documentation and linked as a PR above
4549
- [ ] Release notes written in a comment below
4650
- [ ] Applicable `release-note` label added to this issue
4751
```

.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,20 @@ Part of #xxx.
3838
- [ ] _Link to operator PR (getting_started / kuttl)_
3939
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
4040
- [ ] _Link to demo PR (raise against the `next` branch)_
41+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4142
```
4243

43-
<!--
44-
Make this a regular list so it isn't easily editable from the rendered
45-
description?
46-
-->
44+
> [!TIP]
45+
> Delete any items that do not apply so that all applicable items can be checked.
46+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
47+
48+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
49+
4750
```[tasklist]
4851
### Acceptance
49-
- [ ] Can build image locally
50-
- [ ] Kuttl smoke tests passes locally
52+
- [ ] Can build image (either locally, or in CI)
53+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
54+
- [ ] Release notes added to documentation and linked as a PR above
5155
- [ ] Release notes written in a comment below
5256
- [ ] Applicable `release-note` label added to this issue
5357
```

.github/ISSUE_TEMPLATE/update-product-hdfs.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,20 @@ Part of #xxx.
3232
- [ ] _Link to the operator PR (getting_started / kuttl)_
3333
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
3434
- [ ] _Link to demo PR (raise against the `next` branch)_
35+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
3536
```
3637

37-
<!--
38-
Make this a regular list so it isn't easily editable from the rendered
39-
description?
40-
-->
38+
> [!TIP]
39+
> Delete any items that do not apply so that all applicable items can be checked.
40+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
41+
42+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
43+
4144
```[tasklist]
4245
### Acceptance
43-
- [ ] Can build image locally
44-
- [ ] Kuttl smoke tests passes locally
46+
- [ ] Can build image (either locally, or in CI)
47+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
48+
- [ ] Release notes added to documentation and linked as a PR above
4549
- [ ] Release notes written in a comment below
4650
- [ ] Applicable `release-note` label added to this issue
4751
```

.github/ISSUE_TEMPLATE/update-product-hive.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,20 @@ Part of #xxx.
3131
- [ ] _Link to the operator PR (getting_started / kuttl)_
3232
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
3333
- [ ] _Link to demo PR (raise against the `next` branch)_
34+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
3435
```
3536

36-
<!--
37-
Make this a regular list so it isn't easily editable from the rendered
38-
description?
39-
-->
37+
> [!TIP]
38+
> Delete any items that do not apply so that all applicable items can be checked.
39+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
40+
41+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
42+
4043
```[tasklist]
4144
### Acceptance
42-
- [ ] Can build image locally
43-
- [ ] Kuttl smoke tests passes locally
45+
- [ ] Can build image (either locally, or in CI)
46+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
47+
- [ ] Release notes added to documentation and linked as a PR above
4448
- [ ] Release notes written in a comment below
4549
- [ ] Applicable `release-note` label added to this issue
4650
```

.github/ISSUE_TEMPLATE/update-product-kafka.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,20 @@ Part of #xxx.
4242
- [ ] _Link to the operator PR (getting_started / kuttl)_
4343
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
4444
- [ ] _Link to demo PR (raise against the `next` branch)_
45+
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4546
```
4647

47-
<!--
48-
Make this a regular list so it isn't easily editable from the rendered
49-
description?
50-
-->
48+
> [!TIP]
49+
> Delete any items that do not apply so that all applicable items can be checked.
50+
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
51+
52+
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_.
53+
5154
```[tasklist]
5255
### Acceptance
53-
- [ ] Can build image locally
54-
- [ ] Kuttl smoke tests passes locally
56+
- [ ] Can build image (either locally, or in CI)
57+
- [ ] Kuttl smoke tests passes (either locally, or in CI)
58+
- [ ] Release notes added to documentation and linked as a PR above
5559
- [ ] Release notes written in a comment below
5660
- [ ] Applicable `release-note` label added to this issue
5761
```

0 commit comments

Comments
 (0)