From e4693ad0a9abada0b3485a54ef2c2d33cf94f90b Mon Sep 17 00:00:00 2001 From: Daniel Krasinski Date: Tue, 24 Sep 2024 19:57:05 +0000 Subject: [PATCH] Release 2.0.2 RC 1 --- buildrpm/ocne.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/buildrpm/ocne.spec b/buildrpm/ocne.spec index 595c9fab..0064c507 100644 --- a/buildrpm/ocne.spec +++ b/buildrpm/ocne.spec @@ -5,7 +5,7 @@ %global _buildhost build-ol%{?oraclelinux}-%{?_arch}.oracle.com Name: ocne -Version: 2.0.1 +Version: 2.0.2 Release: 3%{dist} Vendor: Oracle America Summary: Oracle Cloud Native Environment command line interface @@ -50,6 +50,17 @@ chmod 755 %{buildroot}%{_sysconfdir}/bash_completion.d/ocne %{_sysconfdir}/bash_completion.d/ocne %changelog +* Mon Sep 23 2024 Daniel Krasinski - 2.0.2-3 +- Fixed an issue where specifying an ostree transport for the osRegistry configuration option would misconfigure the update service +- Extended the set of supported ostree transports + +* Fri Sep 20 2024 George Aeillo - 2.0.2-2 +- Fixed an issue where cluster dump would omit information when performing a redacted dump +- Fixed an issue where CLI arguments were not taking precedence over cluster configuration files during cluster start + +* Thu Sep 19 2024 Michael Gianatassio - 2.0.2-1 +- Added -c option to application update to allow for catalog selection +- Added --reset-values option to application update to allow complete reconfiguration of an application * Fri Sep 13 2024 Daniel Krasinski - 2.0.1-3 - Add support for double dash commands when using the cluster console