Sync from SUSE:SLFO:Main cloud-regionsrv-client revision 1f684f8680819e46b81761069a7176bb
This commit is contained in:
parent
4854d59991
commit
49a04784ef
BIN
cloud-regionsrv-client-10.1.3.tar.bz2
(Stored with Git LFS)
BIN
cloud-regionsrv-client-10.1.3.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
cloud-regionsrv-client-10.2.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
cloud-regionsrv-client-10.2.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 17:32:38 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Update to version 10.2.0 (bsc#1223571, bsc#1224014, bsc#1224016)
|
||||
+ In addition to logging, write message to stderr when registration fails
|
||||
+ Detect transactional-update system with read only setup and use
|
||||
the transactional-update command to register
|
||||
+ Handle operation in a different target root directory for credentials
|
||||
checking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 12:08:17 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Update to version 10.1.7 (bsc#1220164, bsc#1220165)
|
||||
+ Fix the failover path to a new target update server. At present a new
|
||||
server is not found since credential validation fails. We targeted
|
||||
the server detected in down condition to verify the credentials instead
|
||||
of the replacement server.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 22:38:42 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Update EC2 plugin to 1.0.4 (bsc#1219156, bsc#1219159)
|
||||
+ Fix the algorithm to determine the region from the availability zone
|
||||
information retrieved from IMDS.
|
||||
- Update to version 10.1.6
|
||||
+ Support specifying an IPv6 address for a manually configured target
|
||||
update server.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 23:09:03 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Update to version 10.1.5 (bsc#1217583)
|
||||
+ Fix fallback path when IPv6 network path is not usable
|
||||
+ Enable an IPv6 fallback path in IMDS access if it cannot be accessed
|
||||
over IPv4
|
||||
+ Enable IMDS access over IPv6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 17:50:29 UTC 2023 - Jesús Bermúdez Velázquez <jesus.bv@suse.com>
|
||||
|
||||
- Update to version 10.1.4 (bsc#1217451)
|
||||
+ Fetch cert for new update server during failover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 18:28:30 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define base_version 10.1.3
|
||||
%define base_version 10.2.0
|
||||
Name: cloud-regionsrv-client
|
||||
Version: %{base_version}
|
||||
Release: 0
|
||||
@ -89,7 +89,7 @@ Requires: cloud-regionsrv-client >= 6.0.0
|
||||
Guest registration plugin for images intended for Google Compute Engine
|
||||
|
||||
%package plugin-ec2
|
||||
Version: 1.0.2
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Cloud Environment Guest Registration Plugin for Amazon EC2
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
@ -186,6 +186,9 @@ fi
|
||||
%dir %{_usr}/lib/zypp/plugins/urlresolver
|
||||
%dir /var/cache/cloudregister
|
||||
%{_mandir}/man*/*
|
||||
# Do not expect the user that needs containers to have root access
|
||||
# on the system
|
||||
%{_bindir}/cloudguestregistryauth
|
||||
%{_sbindir}/cloudguest-repo-service
|
||||
%{_sbindir}/containerbuild-regionsrv
|
||||
%{_sbindir}/createregioninfo
|
||||
|
Loading…
Reference in New Issue
Block a user