Skip to content

release 0.0.14 #50

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 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## Added
## [0.0.14] - 2025-02-04

### Added

- Add `--target-containerfile` argument to override the default `Dockerfile` value ([#44]).
- Add `--list-products` argument to get a machine-readable (JSON) output of all products and their versions ([#45]).
- Add `--completions nushell` support ([#46])

## Changed
### Changed

- Update default `--registry` value to `oci.stackable.tech` and `--organization` to `sdp`([#49]).

Expand All @@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
[#46]: https://github.com/stackabletech/image-tools/pull/46
[#49]: https://github.com/stackabletech/image-tools/pull/49

## 0.0.13 - 2024-09-06
## [0.0.13] - 2024-09-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# image-tools v0.0.13
# image-tools v0.0.14

Command line tools to manage Stackable container images available at [docker-images](https://github.com/stackabletech/docker-images)

Expand Down
2 changes: 1 addition & 1 deletion src/image_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.13"
__version__ = "0.0.14"


def version() -> str:
Expand Down