@@ -6,14 +6,24 @@ about: >-
66title : >- 
77  chore(vector): Update container images ahead of Stackable Release XX.(X)X 
88labels : [] 
9+ #  Currently, projects cannot be assigned via front-matter.
910projects : ['stackabletech/10'] 
1011assignees : ' ' 
1112--- 
1213
1314Part of #xxx.
1415
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+ 
1523>  [ !TIP] 
16- >  Please add the ` scheduled-for/20XX-XX `  label.
24+ >  Please add the ` scheduled-for/20XX-XX `  label, and add to the [ Stackable Engineering] [ 1 ]  project.
25+ > 
26+ >  [ 1 ] : https://github.com/orgs/stackabletech/projects/10 
1727
1828<!--  markdownlint-disable-next-line MD028 --> 
1929>  [ !IMPORTANT] 
@@ -24,6 +34,7 @@ Part of #xxx.
2434``` [tasklist] 
2535### Update tasks 
2636- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions). 
37+ - [ ] Update all `versions.py` files which reference vector. 
2738- [ ] Upload new version (see `vector/upload_new_vector_version.sh`). 
2839- [ ] Update `versions.py` to the latest supported version of JVM (base and devel). 
2940- [ ] Update other dependencies if applicable (eg: inotify_tools, etc). 
@@ -60,7 +71,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6071
6172``` shell 
6273#  See the latest version at https://pypi.org/project/image-tools-stackabletech/
63- pip install image-tools-stackabletech==0.0.12 
74+ pip install image-tools-stackabletech==0.0.13 
6475
6576bake --product vector=x.y.z #  where x.y.z is the new version added in this PR
6677
0 commit comments