Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
codybuell committed Jan 16, 2025
1 parent f71b18f commit 8cb16e5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Notes for upgrading...

### Added

- Ability to federate directly to a service [kionsoftware/kion-cli/pull/77]

### Changed

### Deprecated
Expand All @@ -22,6 +20,31 @@ Notes for upgrading...

### Fixed

[0.9.0] - 2025.01.16
--------------------

Version 0.9.0 adds the ability to federate directly into a specific service through favorites or the `console` command. No more hopping into the console dashboard then searching for and navigating to your destination. Note that the specified service is injected into the federation URLs `Destination` parameter. So, for example, the full path for the RDS service is `/rds/home?region=us-east-1#Home`, we just need the first part of the path `rds`.

```bash
# Add a service to your favorites
favorites:
- name: mysandbox
account: "121212121212"
cloud_access_role: Admin
access_type: web
service: rds

# Then call it
kion fav mysandbox

# Or step through the selection wizard
kion con rds
```

### Added

- Ability to federate directly to a service [kionsoftware/kion-cli/pull/77]

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

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

0 comments on commit 8cb16e5

Please sign in to comment.