File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55Any changes which are committed, but not yet present in a released version,
66should 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
Original file line number Diff line number Diff line change 3737
3838long_description = open ("README.md" ).read ()
3939
40- VERSION = "1.6 .0"
40+ VERSION = "1.7 .0"
4141
4242setup (
4343 name = "yo" ,
You can’t perform that action at this time.
0 commit comments