Skip to content

Commit b886b9b

Browse files
authored
Release v1.0.9 (#942)
- Update README.md - Build a source container (#874) - update wif config to enable support for federated project (#884) - pool usage after update (#888) - Revert "pool usage after update (#888)" (#901) - Red Hat Konflux update ocm-cli (#882) - update golang version (#899) - chore(deps): update konflux references - added OWNERS file (#937) - OCM-2093 | fix: misaligned list users result - OCM-2093 | fix: check eventual error raised by tabwriter's flush operation
1 parent e0aab14 commit b886b9b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
This document describes the relevant changes between releases of the
44
`ocm` command line tool.
55

6+
## 1.0.9 Nov 25 2025
7+
8+
- Update README.md
9+
- Build a source container (#874)
10+
- update wif config to enable support for federated project (#884)
11+
- pool usage after update (#888)
12+
- Revert "pool usage after update (#888)" (#901)
13+
- Red Hat Konflux update ocm-cli (#882)
14+
- update golang version (#899)
15+
- chore(deps): update konflux references
16+
- added OWNERS file (#937)
17+
- OCM-2093 | fix: misaligned list users result
18+
- OCM-2093 | fix: check eventual error raised by tabwriter's flush operation
19+
620
## 1.0.8 Sep 11 2025
721

822
- feat: Add CLAUDE.md configuration file

pkg/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "1.0.8"
21+
const Version = "1.0.9"

0 commit comments

Comments
 (0)