File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## Added
7
+ ## [ 0.0.14] - 2025-02-04
8
+
9
+ ### Added
8
10
9
11
- Add ` --target-containerfile ` argument to override the default ` Dockerfile ` value ([ #44 ] ).
10
12
- Add ` --list-products ` argument to get a machine-readable (JSON) output of all products and their versions ([ #45 ] ).
11
13
- Add ` --completions nushell ` support ([ #46 ] )
12
14
13
- ## Changed
15
+ ### Changed
14
16
15
17
- Update default ` --registry ` value to ` oci.stackable.tech ` and ` --organization ` to ` sdp ` ([ #49 ] ).
16
18
@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
19
21
[ #46 ] : https://github.com/stackabletech/image-tools/pull/46
20
22
[ #49 ] : https://github.com/stackabletech/image-tools/pull/49
21
23
22
- ## 0.0.13 - 2024-09-06
24
+ ## [ 0.0.13] - 2024-09-06
23
25
24
26
### Added
25
27
Original file line number Diff line number Diff line change 1
- # image-tools v0.0.13
1
+ # image-tools v0.0.14
2
2
3
3
Command line tools to manage Stackable container images available at [ docker-images] ( https://github.com/stackabletech/docker-images )
4
4
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.13 "
1
+ __version__ = "0.0.14 "
2
2
3
3
4
4
def version () -> str :
You can’t perform that action at this time.
0 commit comments