Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
e32aecd8ef | |||
84e46d4b4b | |||
371a59bbdc |
10
_scminfo
10
_scminfo
@ -1,5 +1,5 @@
|
||||
tag: v1.7.0
|
||||
mtime: 1728310810
|
||||
commit: 71b679dd15960b9d11f2f7c58b9ec7e735d6dc37
|
||||
versionRPM: 1.7.0
|
||||
versionOCI: 1.7.0
|
||||
tag: v1.7.3
|
||||
mtime: 1749817266
|
||||
commit: 1ab38dedb4db0e7bc459fae978f6e94899f512c9
|
||||
versionRPM: 1.7.3
|
||||
versionOCI: 1.7.3
|
||||
|
@ -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>
|
||||
|
||||
|
@ -15,11 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define commit 71b679dd15960b9d11f2f7c58b9ec7e735d6dc37
|
||||
%define c_date 20241007
|
||||
%define commit 1ab38dedb4db0e7bc459fae978f6e94899f512c9
|
||||
%define c_date 20250613
|
||||
|
||||
Name: elemental-operator
|
||||
Version: 1.7.0
|
||||
Version: 1.7.3
|
||||
Release: 0
|
||||
Summary: Kubernetes operator to support OS management
|
||||
License: Apache-2.0
|
||||
@ -37,7 +37,7 @@ BuildRequires: make
|
||||
BuildRequires: grep
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
BuildRequires: golang(API) >= 1.23
|
||||
BuildRequires: golang-packaging
|
||||
%{go_provides}
|
||||
%else
|
||||
@ -46,9 +46,9 @@ BuildRequires: golang-packaging
|
||||
%global commit 25abcdc57b9409d4c5b2009cf0a2f9aa6ff647ad
|
||||
%gometa
|
||||
%if (0%{?centos_version} == 800) || (0%{?rhel_version} == 800)
|
||||
BuildRequires: go1.22
|
||||
BuildRequires: go1.23
|
||||
%else
|
||||
BuildRequires: compiler(go-compiler) >= 1.22
|
||||
BuildRequires: compiler(go-compiler) >= 1.23
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
BIN
elemental-operator.tar.xz
(Stored with Git LFS)
BIN
elemental-operator.tar.xz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user