Skip to content

Commit 9efd515

Browse files
committed
Release v1.7.0
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
1 parent 18cd839 commit 9efd515

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Any changes which are committed, but not yet present in a released version,
66
should appear here.
77

8+
## 1.7.0 - Thu, Aug 29, 2024
9+
810
- Yo now has support for multiple OCI regions!
911
- Previously, if you wanted to run yo against another OCI region, you needed
1012
to edit your config, run `yo cache-clean`, and then run your commands.
@@ -16,6 +18,12 @@ should appear here.
1618
https://oracle.github.io/yo/guide/region.html#migrating-yo-ini-to-multi-region-support
1719
- Switched Yo's default setup dialog to use ``oci setup keys``. Updated
1820
documentation accordingly.
21+
- Yo can now use OCI API keys which have a passphrase. It will automatically
22+
detect that a passphrase is required, and prompt only when attempting to use
23+
the API. Since many API results are cached, prompts aren't terribly frequent.
24+
- The Yo image list now uses "natural sort". This ensures that images with
25+
numbers like "8.10" sort after "8.9", which is important if you have an
26+
operating system image with that version number :P
1927

2028

2129
## 1.6.0 - Wed, Apr 17, 2024

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
long_description = open("README.md").read()
3939

40-
VERSION = "1.6.0"
40+
VERSION = "1.7.0"
4141

4242
setup(
4343
name="yo",

0 commit comments

Comments
 (0)