Releases: outscale/osc-cli
Releases · outscale/osc-cli
Windows Development Build
v1.11.0
What's Changed
- Fix CI pkg building by @outscale-mgo in #245
- Formating UserAgent to standard by @jerome-jutteau in #249
- try to fix msys2 by @outscale-mgo in #247
- ci: tests can now fail after too much retry by @outscale-mgo in #248
- update osc-cli-completion.bash by @outscale-mgo in #246
- small readme fixes by @outscale-mgo in #254
- enable --endpoint by @outscale-mgo in #244
- fix #259 by @outscale-mgo in #262
- enable help for --version by @outscale-mgo in #261
- use osc-cli when ussed as cli, and osc-sdk when used as sdk by @outscale-mgo in #260
- Config by @outscale-mgo in #263
- osc-cli 1.11.0 by @outscale-mgo in #266
- Fix make package by @jerome-jutteau in #267
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Fix windows documentation by @jerome-jutteau in #234
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #233
- Add --version option by @jerome-jutteau in #235
- Fix interpretated password by @jerome-jutteau in #239
- osc-cli v1.10.0 by @jerome-jutteau in #240
New Contributors
- @lgtm-com made their first contribution in #233
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Update documentation about installation on various OS by @jerome-jutteau in #184
- Add ReadPublicCatalog call to non authenticated calls by @jerome-jutteau in #185
- Fix ubuntu appimage by @outscale-mgo in #194
- sdk: use default conf instead of raising error on buggy/no conf file. by @outscale-mgo in #196
- pkg: fix AppImage by @outscale-mgo in #203
- Icu: fix call not working by default by @outscale-mgo in #210
- Update config example in documentation by @jerome-jutteau in #220
- Bash completion by @outscale-mgo in #207
- fix pyinstaller-windows, using Msys2 by @outscale-mgo in #205
- fix bash-completion installation with setuptool by @outscale-mgo in #224
- Integration tests in CI by @jerome-jutteau in #200
- Fix windows documentation by @jerome-jutteau in #227
- Arch Linux Documentation by @outscale-mgo in #228
- bash-completion documentation by @outscale-mgo in #229
- Fix package & Release v1.9.0 by @jerome-jutteau in #230
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Remove travis + add github workflow for build and check by @abdallah-balti in #60
- Enhances the package metadata (should help with #23) by @outscale-age in #63
- osc_sdk/sdk.py: Add code_type field for oapi and change str method output by @outscale-dta in #62
- TINA-6267 add .osc conf folder management by @outscale-frl in #69
- TINA-6267 Update README with new configuration folder by @Peskoo in #72
- Fix Bandit warning (B314:blacklist) by @jerome-jutteau in #74
- doc: add some help for windows users by @jerome-jutteau in #80
- add linux packaging by @outscale-mgo in #81
- Add basic integration testing by @jerome-jutteau in #83
- Create dependabot.yml by @jerome-jutteau in #86
- Bump pylint from 2.6.0 to 2.9.6 by @dependabot in #87
- Bump requests from 2.25.1 to 2.26.0 by @dependabot in #88
- Adding defusedxml package into setup.py by @outscale-frl in #89
- Cleaning & Refactoring by @jerome-jutteau in #84
- ci: fix documentation and job naming by @jerome-jutteau in #96
- add windows packaging by @jerome-jutteau in #95
- Bump pylint from 2.9.6 to 2.10.2 by @dependabot in #91
- Bump pylint from 2.10.2 to 2.11.1 by @dependabot in #97
- Rework auth options by @jerome-jutteau in #94
- Blacken code and add typing by @aubustou in #99
- Tests by @jerome-jutteau in #100
- Update AppImage building with python 3.9.7 by @jerome-jutteau in #102
- Add release documentation by @jerome-jutteau in #101
- pkg: rework appimage build to automatically fetch last minor version by @outscale-mgo in #104
- Package testing (AppImage and Windows building) by @jerome-jutteau in #103
- Rework pkg make by @outscale-mgo in #105
- Fix deps and doc by @jerome-jutteau in #107
- Update packaging invocation by @jerome-jutteau in #108
- osc-cli v1.7.0 by @jerome-jutteau in #109
- Fix missing InitVar in OscApiException by @aubustou in #110
- Move call to get_conf out of ApiCall init (fixed) by @jerome-jutteau in #117
- Add basic internal API tests by @jerome-jutteau in #119
- Bump typing-extensions from 3.10.0.2 to 4.0.0 by @dependabot in #120
- Bump bandit from 1.7.0 to 1.7.1 by @dependabot in #115
- Bump types-requests from 2.25.11 to 2.26.0 by @dependabot in #114
- bad filter should raise OscApiException with error code 400 by @jerome-jutteau in #121
v1.7.1
What's Changed
- Fix missing InitVar in OscApiException by @aubustou in #110
- Move call to get_conf out of ApiCall init (fixed) by @jerome-jutteau in #117
- Add basic internal API tests by @jerome-jutteau in #119
- Bump typing-extensions from 3.10.0.2 to 4.0.0 by @dependabot in #120
- Bump bandit from 1.7.0 to 1.7.1 by @dependabot in #115
- Bump types-requests from 2.25.11 to 2.26.0 by @dependabot in #114
- bad filter should raise OscApiException with error code 400 by @jerome-jutteau in #121
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Remove travis + add github workflow for build and check by @abdallah-balti in #60
- Enhances the package metadata (should help with #23) by @outscale-age in #63
- osc_sdk/sdk.py: Add code_type field for oapi and change str method output by @outscale-dta in #62
- TINA-6267 add .osc conf folder management by @outscale-frl in #69
- TINA-6267 Update README with new configuration folder by @Peskoo in #72
- Fix Bandit warning (B314:blacklist) by @jerome-jutteau in #74
- doc: add some help for windows users by @jerome-jutteau in #80
- add linux packaging by @outscale-mgo in #81
- Add basic integration testing by @jerome-jutteau in #83
- Create dependabot.yml by @jerome-jutteau in #86
- Bump pylint from 2.6.0 to 2.9.6 by @dependabot in #87
- Bump requests from 2.25.1 to 2.26.0 by @dependabot in #88
- Adding defusedxml package into setup.py by @outscale-frl in #89
- Cleaning & Refactoring by @jerome-jutteau in #84
- ci: fix documentation and job naming by @jerome-jutteau in #96
- add windows packaging by @jerome-jutteau in #95
- Bump pylint from 2.9.6 to 2.10.2 by @dependabot in #91
- Bump pylint from 2.10.2 to 2.11.1 by @dependabot in #97
- Rework auth options by @jerome-jutteau in #94
- Blacken code and add typing by @aubustou in #99
- Tests by @jerome-jutteau in #100
- Update AppImage building with python 3.9.7 by @jerome-jutteau in #102
- Add release documentation by @jerome-jutteau in #101
- pkg: rework appimage build to automatically fetch last minor version by @outscale-mgo in #104
- Package testing (AppImage and Windows building) by @jerome-jutteau in #103
- Rework pkg make by @outscale-mgo in #105
- Fix deps and doc by @jerome-jutteau in #107
- Update packaging invocation by @jerome-jutteau in #108
New Contributors
- @outscale-age made their first contribution in #63
- @outscale-dta made their first contribution in #62
- @Peskoo made their first contribution in #72
- @outscale-mgo made their first contribution in #81
- @dependabot made their first contribution in #87
Full Changelog: v1.6.0...v1.7.0
v1.6.0
- Bug with list as parameter is fixed.
- Bug fixed with PolicyDocument.
v1.5.0
- Added support for OOS
v1.4.0
- Added support for ClientCertificate