Skip to content

Commit

Permalink
Merge pull request #73 from kionsoftware/release-0-8-0
Browse files Browse the repository at this point in the history
Release notes and version bump for v0.8.0
  • Loading branch information
codybuell authored Jan 7, 2025
2 parents a853f9f + 5eeff96 commit c2eb76b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ Notes for upgrading...

### Fixed

[0.8.0] - 2025.01.07
--------------------

Version 0.8.0 adds support for Firefox containers, support for Windows Command Prompt and PowerShell, and improved shell history support when dropping into sub-shells (the `kion stak` command). Firefox container support adds the ability to federate into multiple AWS accounts at the same time for more advanced workflows. Note that Firefox container support requires the [Open external links in a container](https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container) add-on as well as an update to your `~/.kion.yml` configuration file. See the repo `README.md` for more details. A big thank you to @joraff and @mjburling for help with development and testing!

### Added

- Added support for Firefox containers [kionsoftware/kion-cli/pull/72]
- Added support for Windows Command Prompt and PowerShell [kionsoftware/kion-cli/pull/72]
- Configured subshells to pull and set `HISTFILE` in zsh [kionsoftware/kion-cli/pull/70]

### Fixed

- Exit non-zero if an error is encountered [kionsoftware/kion-cli/pull/65]

[0.7.0] - 2024.09.18
--------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.8.0

0 comments on commit c2eb76b

Please sign in to comment.