Skip to content

Commit 588fdb2

Browse files
authored
Release v0.1.75 (#658)
-416843e OSD-24332 Adding CNI Type to the printed output. -ca71863 Introduce gcp WIF sub-commands to manage wif-configs (#619) -5f9697b multi arch release images (#631) -951d7cd Red Hat Konflux update ocm-cli (#633) -2604647 Limit Konflux Pipeline Runs (#634) -9645301 Update Konflux references (#635) -c797dfb Update Konflux references to 0dc3087 -28b521d support hermetic build (#636) -3117d6b Update Konflux references to 9eee3cf -d228140 Update Konflux references to 71270c3 -0ff233b update konflux pipeline (#641) -ae2093b Update Konflux references -2ae4aa0 Update Konflux references -bdd172b Update Konflux references to f93024e -d750acc Red Hat Konflux update ocm-cli Signed-off-by: red-hat-konflux <[email protected]> -0bbcf6e Update Konflux references -21ff6b8 Replace wif models and client with sdk (#643) -c3d52e2 Update Konflux build (#651) -8073ef8 release_version (#652) -e9a014d Update Konflux references -78317e9 Add 'wif-config' flag as cluster create option -49f4e41 Set project number on wif config creation -e441c1b Update Konflux references -ca8d9db Support listing and parameters in 'gcp get wif-config' (#656)
1 parent ca8d9db commit 588fdb2

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
This document describes the relevant changes between releases of the
44
`ocm` command line tool.
55

6+
## 0.1.75 Aug 8 2024
7+
8+
-416843e OSD-24332 Adding CNI Type to the printed output.
9+
-ca71863 Introduce gcp WIF sub-commands to manage wif-configs (#619)
10+
-5f9697b multi arch release images (#631)
11+
-951d7cd Red Hat Konflux update ocm-cli (#633)
12+
-2604647 Limit Konflux Pipeline Runs (#634)
13+
-9645301 Update Konflux references (#635)
14+
-c797dfb Update Konflux references to 0dc3087
15+
-28b521d support hermetic build (#636)
16+
-3117d6b Update Konflux references to 9eee3cf
17+
-d228140 Update Konflux references to 71270c3
18+
-0ff233b update konflux pipeline (#641)
19+
-ae2093b Update Konflux references
20+
-2ae4aa0 Update Konflux references
21+
-bdd172b Update Konflux references to f93024e
22+
-d750acc Red Hat Konflux update ocm-cli Signed-off-by: red-hat-konflux <[email protected]>
23+
-0bbcf6e Update Konflux references
24+
-21ff6b8 Replace wif models and client with sdk (#643)
25+
-c3d52e2 Update Konflux build (#651)
26+
-8073ef8 release_version (#652)
27+
-e9a014d Update Konflux references
28+
-78317e9 Add 'wif-config' flag as cluster create option
29+
-49f4e41 Set project number on wif config creation
30+
-e441c1b Update Konflux references
31+
-ca8d9db Support listing and parameters in 'gcp get wif-config' (#656)
32+
633
## 0.1.74 Jul 2 2024
734

835
- 3423d52 OCM-1888: Add docs for ocm delete account subcommands and arguments

pkg/info/info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.1.74"
21+
const Version = "0.1.75"

0 commit comments

Comments
 (0)