Skip to content

Commit 82e020f

Browse files
authored
chore(ubi-minimal): Update manifest SHA before SDP 25.7.0 (#1163)
* chore(issue_template/stackable-base): Remove unused block, and add hints to some of the tasks * chore(stackable-base): Improve hints for updates to ca-certificates package * chore(issue_templates): Remove hello-world * chore(issue_templates): Add jmx_exporter * chore(issue_templates/trino): Improve hint * chore(issue_templates/trino): Add task for checking versions used in the main documentation repo * chore(issue_templates): Remove checkboxes from PR link placeholders * chore(ubi9-minimal): Bump all manifest list hashes * chore: Update changelog
1 parent a7b248a commit 82e020f

21 files changed

+97
-91
lines changed

.github/ISSUE_TEMPLATE/early-pre-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Part of stackabletech/issues#xxx.
5353

5454
## Additional items which don't have a tracking issue
5555

56-
- [ ] hello-world
56+
- [ ] jmx_exporter (validate via hdfs-operator smoke tests)
5757
- [ ] krb5
5858
- [ ] tools
5959
- [ ] testing-tools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ we should also make new versions of Java available for use.
4646

4747
## Related Pull Requests
4848

49-
- [ ] _Link to the docker-images PR (product update)_
49+
- _Link to the docker-images PR (product update)_
5050

5151
## Acceptance
5252

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ assignees: ''
1313

1414
Part of #xxx.
1515

16-
<!--
17-
This gives hints to the person doing the work.
18-
Add/Change/Remove anything that isn't applicable anymore
19-
-->
20-
- Add: `x.x.x`
21-
- Remove: `y.y.y`
22-
2316
> [!TIP]
2417
> Please add the `scheduled-for/20XX-XX` label, and add to the [Stackable Engineering][1] project.
2518
>
2619
> [1]: https://github.com/orgs/stackabletech/projects/10
2720
2821
## Update tasks
2922

23+
> [!NOTE]
24+
> When updating the base image, you will likely get a build failure related to the CA certificates.
25+
> This means you will need to update the `ca-certificates-*` package and try again. The build will
26+
> fail if the blocked certificates are still found.
27+
> The package check exists so that we can remove it once (if ever) the _bad_ CA has been removed.
28+
3029
### `stackable-base`
3130

3231
- [ ] Update `FROM ...ubi-minimal` version hash in the Dockerfile
@@ -35,13 +34,13 @@ Add/Change/Remove anything that isn't applicable anymore
3534
### `stackable-devel`
3635

3736
- [ ] Update `FROM ...ubi-minimal` version hash in the Dockerfile
38-
- [ ] Update `RUST_DEFAULT_TOOLCHAIN_VERSION`
39-
- [ ] Update `CARGO_CYCLONEDX_CRATE_VERSION`
40-
- [ ] Update `CARGO_AUDITABLE_CRATE_VERSION`
37+
- [ ] Update `RUST_DEFAULT_TOOLCHAIN_VERSION` (if tools need it, eg: patchable, config-utils)
38+
- [ ] Update `CARGO_CYCLONEDX_CRATE_VERSION` (if necessary)
39+
- [ ] Update `CARGO_AUDITABLE_CRATE_VERSION` (if necessary)
4140

4241
## Related Pull Requests
4342

44-
- [ ] _Link to the docker-images PR (product update)_
43+
- _Link to the docker-images PR (product update)_
4544

4645
## Acceptance
4746

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Add/Change/Remove anything that isn't applicable anymore
4141

4242
## Related Pull Requests
4343

44-
- [ ] _Link to the docker-images PR (product update)_
45-
- [ ] _Bump rust toolchain in operator-rs_
46-
- [ ] _Bump rust toolchain in operator-templating_
44+
- _Link to the docker-images PR (product update)_
45+
- _Bump rust toolchain in operator-rs_
46+
- _Bump rust toolchain in operator-templating_
4747

4848
## Acceptance
4949

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Add/Change/Remove anything that isn't applicable anymore
4747
> Delete any items that do not apply so that all applicable items can be checked.
4848
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4949
50-
- [ ] _Link to the docker-images PR (product update)_
51-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
52-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
53-
- [ ] _Link to demo PR (raise against the `main` branch)_
54-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
50+
- _Link to the docker-images PR (product update)_
51+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
52+
- _Link to any other operator PRs (getting_started / kuttl)_
53+
- _Link to demo PR (raise against the `main` branch)_
54+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5555

5656
## Acceptance
5757

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to operator PR (getting_started / kuttl)_
45-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
46-
- [ ] _Link to demo PR (raise against the `main` branch)_
47-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to operator PR (getting_started / kuttl)_
45+
- _Link to any other operator PRs (getting_started / kuttl)_
46+
- _Link to demo PR (raise against the `main` branch)_
47+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848

4949
## Acceptance
5050

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Add/Change/Remove anything that isn't applicable anymore
4444
> Delete any items that do not apply so that all applicable items can be checked.
4545
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4646
47-
- [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
48-
- [ ] _Link to the docker-images PR (product update)_
49-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
50-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
51-
- [ ] _Link to demo PR (raise against the `main` branch)_
52-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
47+
- _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
48+
- _Link to the docker-images PR (product update)_
49+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
50+
- _Link to any other operator PRs (getting_started / kuttl)_
51+
- _Link to demo PR (raise against the `main` branch)_
52+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5353

5454
## Acceptance
5555

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Add/Change/Remove anything that isn't applicable anymore
4848
> Delete any items that do not apply so that all applicable items can be checked.
4949
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
5050
51-
- [ ] _Link to the docker-images PR (product update)_
52-
- [ ] _Link to operator PR (getting_started / kuttl)_
53-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
54-
- [ ] _Link to demo PR (raise against the `main` branch)_
55-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
51+
- _Link to the docker-images PR (product update)_
52+
- _Link to operator PR (getting_started / kuttl)_
53+
- _Link to any other operator PRs (getting_started / kuttl)_
54+
- _Link to demo PR (raise against the `main` branch)_
55+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5656

5757
## Acceptance
5858

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
45-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
46-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
47-
- [ ] _Link to demo PR (raise against the `main` branch)_
48-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
45+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
46+
- _Link to any other operator PRs (getting_started / kuttl)_
47+
- _Link to demo PR (raise against the `main` branch)_
48+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4949

5050
## Acceptance
5151

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Add/Change/Remove anything that isn't applicable anymore
4141
> Delete any items that do not apply so that all applicable items can be checked.
4242
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4343
44-
- [ ] _Link to the docker-images PR (product update)_
45-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
46-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
47-
- [ ] _Link to demo PR (raise against the `main` branch)_
48-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
44+
- _Link to the docker-images PR (product update)_
45+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
46+
- _Link to any other operator PRs (getting_started / kuttl)_
47+
- _Link to demo PR (raise against the `main` branch)_
48+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4949

5050
## Acceptance
5151

0 commit comments

Comments
 (0)