Compare commits

3 Commits
main ... 1.1

4 changed files with 42 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
tag: v1.7.0 tag: v1.7.3
mtime: 1728310810 mtime: 1749817266
commit: 71b679dd15960b9d11f2f7c58b9ec7e735d6dc37 commit: 1ab38dedb4db0e7bc459fae978f6e94899f512c9
versionRPM: 1.7.0 versionRPM: 1.7.3
versionOCI: 1.7.0 versionOCI: 1.7.3

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jun 13 12:21:06 UTC 2025 - Elemental Bot <elemental@suse.de>
- Update to v1.7.3:
* 1ab38ded [v1.7.x] Label Templates: improve Random family processing
(#915)
* 51cbbf98 Dockerfile: bump golang container to 1.24 (#912)
* 23df62cb operator: update RBAC for upgrade plans (#909)
-------------------------------------------------------------------
Fri Mar 14 07:39:20 UTC 2025 - Elemental Bot <elemental@suse.de>
- Update to v1.7.2:
* 5f0246b0 Update header year
* dd41431b Bump libraries to incorporate CVE fixes
- CVE-2025-22870 (bsc#1238700)
- CVE-2025-22869 (bsc#1239335)
* 1e528445 Label Templates: add IP addresses to the Network variables
(#885) (#894)
* ab065999 Fix generation of already present resources (#892) (#893)
* 7211158b [backport] Update default channels to 6.1 images (#884)
-------------------------------------------------------------------
Tue Oct 22 13:27:37 UTC 2024 - Elemental Bot <elemental@suse.de>
- Update to v1.7.1:
* a4af6afd Only reset network if a network configurator is used (#874)
* cb473d9d Do not include Config to MachineRegistration as pointer (bsc#1232211) (#870)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 7 14:20:10 UTC 2024 - Elemental Bot <elemental@suse.de> Mon Oct 7 14:20:10 UTC 2024 - Elemental Bot <elemental@suse.de>

View File

@@ -15,11 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define commit 71b679dd15960b9d11f2f7c58b9ec7e735d6dc37 %define commit 1ab38dedb4db0e7bc459fae978f6e94899f512c9
%define c_date 20241007 %define c_date 20250613
Name: elemental-operator Name: elemental-operator
Version: 1.7.0 Version: 1.7.3
Release: 0 Release: 0
Summary: Kubernetes operator to support OS management Summary: Kubernetes operator to support OS management
License: Apache-2.0 License: Apache-2.0
@@ -37,7 +37,7 @@ BuildRequires: make
BuildRequires: grep BuildRequires: grep
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: golang(API) >= 1.22 BuildRequires: golang(API) >= 1.23
BuildRequires: golang-packaging BuildRequires: golang-packaging
%{go_provides} %{go_provides}
%else %else
@@ -46,9 +46,9 @@ BuildRequires: golang-packaging
%global commit 25abcdc57b9409d4c5b2009cf0a2f9aa6ff647ad %global commit 25abcdc57b9409d4c5b2009cf0a2f9aa6ff647ad
%gometa %gometa
%if (0%{?centos_version} == 800) || (0%{?rhel_version} == 800) %if (0%{?centos_version} == 800) || (0%{?rhel_version} == 800)
BuildRequires: go1.22 BuildRequires: go1.23
%else %else
BuildRequires: compiler(go-compiler) >= 1.22 BuildRequires: compiler(go-compiler) >= 1.23
%endif %endif
%endif %endif

BIN
elemental-operator.tar.xz (Stored with Git LFS)

Binary file not shown.