Skip to content

Commit

Permalink
Release v0.1.69 (#558)
Browse files Browse the repository at this point in the history
* Release v0.1.69

-447488d Added default values for CIDRs and host prefix
-672ca8b Fixed CIDR order and added back the comment
-fbff80f Fixed the comment statement
-1f2b39b fix duplicate machine pool information printed for the same cluster
-f0fadd8 add tests for list machinepools command
-5b60bbf added failure tests for list machinepools command
-498c54e Filtered OCM versions for marketplace gcp clusters
-a9f32b7 Changed string pointer to string and removed nil check
-0aca318 Changed gcp-marketplace keyword to marketplace-gcp

* Release version changed

* Modified CHANGES.md to contain meaningful squashed commits
  • Loading branch information
tirthct committed Sep 29, 2023
1 parent 5d97615 commit d9b1346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 0.1.69 Sep 29 2023

- 447488d Added default values for CIDRs and host prefix
- 1f2b39b fix duplicate machine pool information printed for the same cluster
- f0fadd8 add tests for list machinepools command
- 5b60bbf added failure tests for list machinepools command
- 498c54e Filtered OCM versions for marketplace gcp clusters

## 0.1.68 Sep 12 2023

- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3
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.68"
const Version = "0.1.69"

0 comments on commit d9b1346

Please sign in to comment.