Skip to content

Commit

Permalink
Updated vpc service to use API version 2022-01-25 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm authored Jan 26, 2022
1 parent 9d1e177 commit bbe202a
Show file tree
Hide file tree
Showing 7 changed files with 731 additions and 349 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IBM/vpc-go-sdk)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# IBM Cloud VPC Go SDK Version 0.14.0
# IBM Cloud VPC Go SDK Version 0.15.0
Go client library to interact with the various [IBM Cloud VPC Services APIs](https://cloud.ibm.com/apidocs?category=vpc).

**Note:** Given the current version of all VPC SDKs across supported languages and the current VPC API specification, we retracted the vpc-go-sdk version 1.x to version v0.6.0, which had the same features as v1.0.1.
Consider using v0.14.0 from now on. Refrain from using commands like `go get -u ..` and `go get ..@latest` as you will not get the latest release.
Consider using v0.15.0 from now on. Refrain from using commands like `go get -u ..` and `go get ..@latest` as you will not get the latest release.

This SDK uses [Semantic Versioning](https://semver.org), and as such there may be backward-incompatible changes for any new `0.y.z` version.
## Table of Contents
Expand Down Expand Up @@ -90,7 +90,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/vpc-go-sdk/"
version = "0.14.0"
version = "0.15.0"
```

Then run `dep ensure`.
Expand Down
787 changes: 548 additions & 239 deletions vpcv1/vpc_v1.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vpcv1/vpc_v1_examples_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// +build examples

/**
* (C) Copyright IBM Corp. 2021.
* (C) Copyright IBM Corp. 2020, 2021, 2022.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vpcv1/vpc_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// +build integration

/**
* (C) Copyright IBM Corp. 2020, 2021.
* (C) Copyright IBM Corp. 2020, 2021, 2022.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vpcv1/vpc_v1_integration_utils_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// +build integration

/**
* (C) Copyright IBM Corp. 2020, 2021.
* (C) Copyright IBM Corp. 2020, 2021, 2022.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vpcv1/vpc_v1_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* (C) Copyright IBM Corp. 2021.
* (C) Copyright IBM Corp. 2020, 2021, 2022.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
279 changes: 176 additions & 103 deletions vpcv1/vpc_v1_test.go

Large diffs are not rendered by default.

0 comments on commit bbe202a

Please sign in to comment.