Releases: outscale/osc-ricochet-2
Releases · outscale/osc-ricochet-2
v0.4.0
- Stop removing unread ClientGateways after a DeleteClientGateway
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Create Road-To-Ricochet-2.md by @outscale-mgo in #1
- Add Nics calls by @ryohkhn in #3
- Add Net Peering calls by @ryohkhn in #4
- Fix indentation and json::object naming coherence by @ryohkhn in #6
- Refactor the RicCalls api match by a macro by @ryohkhn in #7
- Add missing Virtual Gateway calls by @ryohkhn in #8
- Refactor AKSK auth checking by @ryohkhn in #9
- Refactor region retrieve using ricochet's cfg by @ryohkhn in #11
- Add Net Access Points calls by @ryohkhn in #10
- CreateNic: Fix NetId missing and refactor by @ryohkhn in #12
- add Logs by @outscale-mgo in #13
- improve Nets, Filters and UpdateState by @outscale-mgo in #14
- Rafacto by @outscale-mgo in #15
- Nics: add Link and Unlink calls by @ryohkhn in #16
- logln!: replace resources println! by the appropriate log calls by @ryohkhn in #17
- Fixes and add missing parameters to multiple resources by @ryohkhn in #18
- Handle nested filters, add missing filters and macro refactoring by @ryohkhn in #19
- Teardown calls fixes by @ryohkhn in #20
- Existing macro refactor and clippy by @ryohkhn in #21
- CI: Add tests from oapi-cli, osc-sdk-c and osc-cli by @ryohkhn in #22
- Add CI missing SDKs by @ryohkhn in #23
New Contributors
- @outscale-mgo made their first contribution in #1
- @ryohkhn made their first contribution in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0: CreateVms now create it's own volume too
With this release, terraform link tests should now pass.
- Newly supported calls:
- link/unlink flexible GPU
- Start VM
- improve/Fix Calls:
- ReadSecurityGroups now handle filters
- CreateVms can now setup keypairName
- CreateVms now create its own volume
- ReadVms can now show the terminated states. (before remiving the Vms)
- CreateFlexibleGpu had incorrect return (was returning an array of fgpu)
- Other Improvements
- auth: now accept "headarches", "headaches", and "full" as the same. (headarches was a spelling in the code, keep for retrocompatibility for now)
- Fix errors messages
- default omi id, used to be incorrectly named.
- enable to configure region in json configs
- which_v4_to_date: refactor code
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release.
Still a very early release.
This project can still be used to tests most resources.
But a lot of everything are lacking.
Also, it seems TLS release is broken, if you compile it yourself it works, pinky swear !
Full Changelog: https://github.com/outscale/osc-ricochet-2/commits/v0.1.0