Skip to content

Commit fc18df6

Browse files
committed
Update to image-tools 0.0.13
1 parent 429cb68 commit fc18df6

18 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description?
5858

5959
```shell
6060
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
61-
pip install image-tools-stackabletech==0.0.12
61+
pip install image-tools-stackabletech==0.0.13
6262

6363
# Test a product image can build, eg: ZooKeeper
6464
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
@@ -41,7 +41,7 @@ Part of #xxx.
4141

4242
```shell
4343
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
44-
pip install image-tools-stackabletech==0.0.12
44+
pip install image-tools-stackabletech==0.0.13
4545

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ description?
5656

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ description?
4949

5050
```shell
5151
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
52-
pip install image-tools-stackabletech==0.0.12
52+
pip install image-tools-stackabletech==0.0.13
5353

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ description?
5151

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ description?
5757

5858
```shell
5959
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
60-
pip install image-tools-stackabletech==0.0.12
60+
pip install image-tools-stackabletech==0.0.13
6161

6262
bake --product hbase=x.y.z # where x.y.z is the new version added in this PR
6363
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
@@ -51,7 +51,7 @@ description?
5151

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description?
5050

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description?
6161

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

6666
bake --product kafka=x.y.z # where x.y.z is the new version added in this PR
6767
bake --product kafka-testing-tools=1.0.0 # This version doesn't change

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description?
5050

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

5555
bake --product nifi=x.y.z # where x.y.z is the new version added in this PR
5656

0 commit comments

Comments
 (0)