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.74 #629

Merged
merged 1 commit into from
Jul 2, 2024
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
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 0.1.74 Jul 2 2024

- 3423d52 OCM-1888: Add docs for ocm delete account subcommands and arguments
- 42a6c63 OCM-4965: Keyring configuration storage (#600)
- 01c0241 OCM-6528 | feat: add describe ingress cmd
- debb035 OCM-8013| feat: Dockerfile for Konflux builds
- 79d7322 konflux-tekton build pipelines
- e79a4bf Red Hat Konflux update ocm-cli
- 5ea7344 Trigger pipeline only if event title starts with Konflux
- edd560c Bump ocm-sdk-go to v0.1.422 (#620)
- 5e4c99b Adds ability to change api url via env var (#621)
- 2a1f92e OCM-1398: support 'user' as variable for ocm config
- a248a57 Update Konflux references (#617)
- 8448029 Update Konflux references to fa168cd (#623)
- 441189f Red Hat Konflux purge ocm-cli (#624)

## 0.1.73 Apr 2 2024

- 165b90e OCM-4783 | feat: display warnings after cluster creation
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.73"
const Version = "0.1.74"
Loading