Skip to content

Commit

Permalink
osc-sdk-go v1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
  • Loading branch information
jerome-jutteau committed Jan 18, 2021
1 parent 5f13c0e commit 21896b4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ For each major version (v1, v2, ...):
6. commit changes
7. tag version
8. push to corresponding branch

Note that CI should automatically detect new release on osc-api, update the SDK and push a new version.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.5.3

- use Github CI to detect osc-api change and create new release

# v1.5.2

- make sure sdk generation can be reproduced in through testing
Expand Down
2 changes: 1 addition & 1 deletion osc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also manage your resources using the [Cockpit](https://wiki.outscale.net
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.6
- Package version: 1.5.2
- Package version: 1.5.3
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down
2 changes: 1 addition & 1 deletion osc/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func NewConfiguration() *Configuration {
cfg := &Configuration{
BasePath: "https://api.eu-west-2.outscale.com/api/v1",
DefaultHeader: make(map[string]string),
UserAgent: "OpenAPI-Generator/1.5.2/go",
UserAgent: "OpenAPI-Generator/1.5.3/go",
Debug: false,
Servers: []ServerConfiguration{
{
Expand Down
2 changes: 1 addition & 1 deletion sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3

0 comments on commit 21896b4

Please sign in to comment.