-
-
Notifications
You must be signed in to change notification settings - Fork 7
chore: Add a pre-release issue template #775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
2723198
chore: fix formatting of druid/versions.py
NickLarsenNZ d8a7e4b
chore: make a pre-release issue template
NickLarsenNZ c019f11
Apply suggestions from code review
NickLarsenNZ 1169377
ci: temporarily disable running across all file unitl druid/stackable…
NickLarsenNZ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
name: Pre-Release Product Updates | ||
about: This template can be used to track the product leading up to the next Stackable release | ||
NickLarsenNZ marked this conversation as resolved.
Show resolved
Hide resolved
|
||
title: Release XX.(X)X | ||
NickLarsenNZ marked this conversation as resolved.
Show resolved
Hide resolved
|
||
labels: ['epic'] | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue. | ||
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose. | ||
--> | ||
|
||
## Product Updates for Stackable Release XX.(X)X | ||
NickLarsenNZ marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
> [!NOTE] | ||
> Update the product versions based on what has been decided upon in the _Product Spreadsheet[^1]_. | ||
|
||
[^1]: Currently this is a private spreadsheet | ||
|
||
Replace the items in the task lists below with the applicable Pull Requests | ||
|
||
<!-- | ||
Find any other image directories not covered by the list above: | ||
|
||
find . -name "versions.py" \ | ||
| cut -d/ -f2 \ | ||
| sort \ | ||
| xargs -I {} echo "- [ ] https://github.com/stackabletech/docker-images/tree/main/{}/versions.py" | ||
--> | ||
|
||
```[tasklist] | ||
### Product Container Images | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/airflow/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/druid/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/hadoop/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/hbase/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/hello-world/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/hive/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/java-base/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/java-devel/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/kafka/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/kafka-testing-tools/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/kcat/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/krb5/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/nifi/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/omid/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/opa/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/spark-k8s/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/stackable-base/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/superset/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/testing-tools/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/tools/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/trino/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/trino-cli/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/vector/versions.py | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/zookeeper/versions.py | ||
``` | ||
|
||
> [!NOTE] | ||
> Generally you will only need to update the rust-toolchain version (`RUST_DEFAULT_TOOLCHAIN_VERSION`). | ||
|
||
<!-- | ||
Find any other image directories not covered by the list above | ||
|
||
comm -3 \ | ||
<(find . -name "Dockerfile" | cut -d/ -f2 | sort) \ | ||
<(find . -name "versions.py" | cut -d/ -f2 | sort) \ | ||
| xargs -I {} echo "- [ ] https://github.com/stackabletech/docker-images/tree/main/{}/Dockerfile" | ||
--> | ||
|
||
```[tasklist] | ||
### Other Container Images | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/ubi8-rust-builder/Dockerfile | ||
- [ ] https://github.com/stackabletech/docker-images/tree/main/ubi9-rust-builder/Dockerfile | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
versions = [ | ||
{ | ||
"product": "26.0.0", | ||
"java-base": "11", | ||
"java-devel": "11", | ||
"authorizer": "0.5.0" | ||
}, | ||
{ | ||
"product": "28.0.1", | ||
# Java 17 should be fully supported as of 27.0.0 https://github.com/apache/druid/releases#27.0.0-highlights-java-17-support | ||
# Did not work in a quick test due to reflection error: | ||
# Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class | ||
# java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError | ||
"java-base": "11", | ||
"java-devel": "11", | ||
"authorizer": "0.5.0" | ||
}, | ||
{ | ||
"product": "30.0.0", | ||
# https://druid.apache.org/docs/30.0.0/operations/java/ | ||
"java-base": "17", | ||
"java-devel": "17", | ||
"authorizer": "0.5.0" | ||
} | ||
{ | ||
"product": "26.0.0", | ||
"java-base": "11", | ||
"java-devel": "11", | ||
"authorizer": "0.5.0", | ||
}, | ||
{ | ||
"product": "28.0.1", | ||
# Java 17 should be fully supported as of 27.0.0 https://github.com/apache/druid/releases#27.0.0-highlights-java-17-support | ||
# Did not work in a quick test due to reflection error: | ||
# Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class | ||
# java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError | ||
"java-base": "11", | ||
"java-devel": "11", | ||
"authorizer": "0.5.0", | ||
}, | ||
{ | ||
"product": "30.0.0", | ||
# https://druid.apache.org/docs/30.0.0/operations/java/ | ||
"java-base": "17", | ||
"java-devel": "17", | ||
"authorizer": "0.5.0", | ||
}, | ||
] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.