Skip to content

Commit

Permalink
Release 0.1.70 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct authored Oct 13, 2023
1 parent 455f27e commit 84fb6b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 0.1.70 Oct 13 2023

- 4dad47f OCM-3510 | fix: allow clusters to edit ingresses
- 57855bf fixed setting isGcpMarketplaceSubscriptionType for non interactive mode
- 557a66b making GCP service account file mandatory for CCS clusters (#565)
- 1f5481b Add GCP marketplace terms and conditions for marketplace GCP clusters
- 47cd35c showing error and re-prompting service-account-file question if one is not provided (#567)
- 0d3f4c3 OCM-4186 | Feat | Changed marketplace-gcp-terms error message for non-interactive mode (#569)
- 455f27e OCM-4184 | Feat | Convert relative path containing tilde for service account file (#568)

## 0.1.69 Sep 29 2023

- 447488d Added default values for CIDRs and host prefix
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.1.69"
const Version = "0.1.70"

0 comments on commit 84fb6b4

Please sign in to comment.