Skip to content

Commit 800969b

Browse files
authored
Merge branch 'main' into chore/kafka-remove-kubectl
2 parents 0f1fb94 + 62b44bd commit 800969b

File tree

147 files changed

+3549
-6788
lines changed

Some content is hidden

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

147 files changed

+3549
-6788
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nix/** linguist-generated

.github/ISSUE_TEMPLATE/add-product.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ assignees: ''
2020
- [ ] Add a `versions.py` file to the folder. Add all required key-value pairs.
2121
- [ ] Add a new "Update Product" issue template in `.github/ISSUE_TEMPLATE/`
2222
folder. See existing ones as a guide of reference.
23-
- [ ] Add a new `dev_<PRODUCT>.yml` GitHub Action workflow in the
23+
- [ ] Add a new `build_<PRODUCT>.yml` GitHub Action workflow in the
2424
`.github/workflows` folder. Use existing local action whenever possible
2525
or consider creating a new one when there is no fitting action available.
26+
- [ ] Run `.scripts/update_readme_badges.sh` to generate the new status badge.
2627
```
2728

2829
_Please consider updating this template if these instructions are wrong, or

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6464

6565
```shell
6666
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
67-
pip install image-tools-stackabletech==0.0.12
67+
pip install image-tools-stackabletech==0.0.13
6868

6969
# Test a product image can build, eg: ZooKeeper
7070
bake --product zookeeper=x.y.z # where x.y.z is a valid product version using the newly added Java version

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This list should be completed by the assignee(s), once respective PRs have been
5353

5454
```shell
5555
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
56-
pip install image-tools-stackabletech==0.0.12
56+
pip install image-tools-stackabletech==0.0.13
5757

5858
bake --product vector=x.y.z # where x.y.z is a valid version
5959
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This list should be completed by the assignee(s), once respective PRs have been
7171

7272
```shell
7373
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
74-
pip install image-tools-stackabletech==0.0.12
74+
pip install image-tools-stackabletech==0.0.13
7575

7676
bake --product vector=x.y.z # where x.y.z is the new version added in this PR
7777

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6363

6464
```shell
6565
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
66-
pip install image-tools-stackabletech==0.0.12
66+
pip install image-tools-stackabletech==0.0.13
6767

6868
bake --product airflow=x.y.z # where x.y.z is the new version added in this PR
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6767

6868
```shell
6969
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
70-
pip install image-tools-stackabletech==0.0.12
70+
pip install image-tools-stackabletech==0.0.13
7171

7272
bake --product druid=x.y.z # where x.y.z is the new version added in this PR
7373

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This list should be completed by the assignee(s), once respective PRs have been
7171

7272
```shell
7373
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
74-
pip install image-tools-stackabletech==0.0.12
74+
pip install image-tools-stackabletech==0.0.13
7575

7676
bake --product hbase=x.y.z # where x.y.z is the new version added in this PR
7777
bake --product omid=x.y.z # where x.y.z is the new version added in this PR

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6565

6666
```shell
6767
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
68-
pip install image-tools-stackabletech==0.0.12
68+
pip install image-tools-stackabletech==0.0.13
6969

7070
bake --product hadoop=x.y.z # where x.y.z is the new version added in this PR
7171

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6464

6565
```shell
6666
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
67-
pip install image-tools-stackabletech==0.0.12
67+
pip install image-tools-stackabletech==0.0.13
6868

6969
bake --product hive=x.y.z # where x.y.z is the new version added in this PR
7070

0 commit comments

Comments
 (0)