Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.69 #558

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading