You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/pre-release.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ about: |
4
4
This template can be used to track the update of various dependencies and
5
5
tooling in this repository as well as all downstream product operators leading
6
6
up to the next Stackable release
7
-
title: "chore: Pre-release updates"
7
+
title: "chore: Pre-release updates for Stackable Release YY.M.X"
8
8
labels: ['epic']
9
9
assignees: ''
10
10
---
@@ -14,43 +14,38 @@ assignees: ''
14
14
This was created by an issue template: https://github.com/stackabletech/operator-templating/issues/new/choose.
15
15
-->
16
16
17
-
## Pre-Release Updates for Stackable Release XX.(X)X
18
-
19
17
<!--
20
18
Replace 'TRACKING_ISSUE' with the applicable release tracking issue number.
21
19
-->
22
20
23
21
Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
24
22
25
-
###Update pre-commit Workflow
23
+
## Update pre-commit Workflow
26
24
27
25
> [!NOTE]
28
26
> The pre-commit config and workflows need to be kept up-to-date to ensure
29
27
> usage of recent tooling versions. This requires some manual work in this
30
28
> repository.
31
29
32
-
```[tasklist]
33
-
### Tasks
34
30
-[ ] Update `python-version` in local and templated `pr_pre-commit.yml` workflow
35
31
-[ ] Update hook refs in local and templated `.pre-commit-config.yaml` file
36
32
-[ ] Update Hadolint version in the `config/versions.yaml` file
37
-
```
38
33
39
-
###Update Rust Toolchain
34
+
## Update Rust Toolchain
40
35
41
36
> [!NOTE]
42
37
> During a Stackable release we need to ensure that every product operator uses
43
38
> the latest Rust toolchain (used by us). To keep the toolchain in sync across
44
39
> all our operators, we update the version centrally in this repository.
45
40
46
-
```[tasklist]
47
41
### Tasks in this Repository
42
+
43
+
-[ ] Run `niv update` and test via `make run-dev`
48
44
-[ ] Update Rust toolchain in the `config/versions.yaml` file.
49
45
-[ ] Update Rust toolchain in UBI8, UBI9, and stackable-base images
50
46
-[ ] Generate downstream PRs using the ["Generate Downstream PRs"](https://github.com/stackabletech/operator-templating/actions/workflows/generate_prs.yml) action.
51
47
-[ ][Search for PRs](https://github.com/search?q=org%3Astackabletech%20sort%3Aupdated-desc%20is%3Apr%20is%3Aopen%20Update%20templated%20files&type=pullrequests) and add them to the task list below.
52
48
-[ ] Merge downstream PRs, see below for more details.
53
-
```
54
49
55
50
Replace the items in the task lists below with the applicable Pull Requests
56
51
@@ -62,8 +57,8 @@ Replace the items in the task lists below with the applicable Pull Requests
62
57
| xargs -I {} echo "- [ ] _PR for {}_"
63
58
-->
64
59
65
-
```[tasklist]
66
60
### Tasks in Downstream Operator Repositories
61
+
67
62
-[ ]_PR for airflow-operator_
68
63
-[ ]_PR for commons-operator_
69
64
-[ ]_PR for druid-operator_
@@ -81,4 +76,3 @@ Replace the items in the task lists below with the applicable Pull Requests
0 commit comments