Skip to content

Commit

Permalink
gcp-psc update and version bump (openshift-online#1002)
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kandagatla <[email protected]>
  • Loading branch information
ckandag authored and venkateshsredhat committed Oct 16, 2024
1 parent 8f909ff commit efacaac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.445
- Update model version v0.0.398
- Add updates for GCP Private Service Connect feature

## 0.1.444
- Update model version v0.0.397
- Add `FlapDetection` field to `status_board.statuses` model
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export PATH := $(LOCAL_BIN_PATH):$(PATH)
export CGO_ENABLED=0

# Details of the model to use:
model_version:=v0.0.397
model_version:=v0.0.398
model_url:=https://github.com/openshift-online/ocm-api-model.git

# Details of the metamodel to use:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.444"
const Version = "0.1.445"

0 comments on commit efacaac

Please sign in to comment.