Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Jan 2, 2024
1 parent 42b4876 commit bafaf53
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions rust/stackablectl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [23.11.2] - 2024-01-02

### Changed

- Bumped Rust version from `1.74.0` to `1.75.0` ([#172]).
- Bumped Rust and Go dependencies ([#135], [#162] [#167], [#168], [#170]).
- Renamed output old style `plain` to `table`. The new output option `plain` will output a reduced view (which removes
borders from tables for example) ([#142], [#163]).

[#135]: https://github.com/stackabletech/stackable-cockpit/pull/135
[#142]: https://github.com/stackabletech/stackable-cockpit/issues/142
[#162]: https://github.com/stackabletech/stackable-cockpit/pull/162
[#163]: https://github.com/stackabletech/stackable-cockpit/pull/163
[#167]: https://github.com/stackabletech/stackable-cockpit/pull/167
[#168]: https://github.com/stackabletech/stackable-cockpit/pull/168
[#170]: https://github.com/stackabletech/stackable-cockpit/pull/170
[#172]: https://github.com/stackabletech/stackable-cockpit/pull/172

## [23.11.1] - 2023-12-06

### Fixed

- Fix Helm repo selection mechanism ([#156]).

[#156]: https://github.com/stackabletech/stackable-cockpit/pull/156

## [23.11.0] - 2023-11-30

First official release of the `stackablectl` rewrite.

### Changed

- Bumped Rust version from `1.73.0` to `1.74.0` ([#151]).

[#151]: https://github.com/stackabletech/stackable-cockpit/pull/151

0 comments on commit bafaf53

Please sign in to comment.