- Update to version 4.11.0+git.1665557656.1381bf21:
* fence_lpar: only output additional error output on DEBUG level * fence_virt: add note that reboot-action doesnt power on nodes that are powered off * fencing: source_env(): dont process empty lines * fence_ecloud: new fence agent * fence_sbd: improve error handling * configure: check for google-auth instead of deprecated oauth2client * fence_ibm_vpc: add token cache support * build: add FENCETMPDIR for state files * build: make xml-check: ignore detected paths in *_file parameters not matching saved metadata * fence_gce: add httplib2 to try/except: pass * configure/spec: cleanup and fixes * fence_gce: Add user agent to API requests (#491) * fence_ibm_powervs: add support for proxy, private API servers and get token via API key (#490) * fence_ibm_vpc: add proxy support * fence_zvmip: show unable to connect error instead of full stacktrace, e.g. when not using --ssl for SSL devices OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=149
This commit is contained in:
parent
c037c003ff
commit
f3033f69f3
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ClusterLabs/fence-agents.git</param>
|
||||
<param name="changesrevision">11107cb7feb394a1b97c58fec863fe0a53fa7d71</param></service></servicedata>
|
||||
<param name="changesrevision">46f94d4dbad868afc70b96bd612323221991d06e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88de1bcf19f2ec744564a3c6a24d98898fb45831d7ed29e9ac70ea6baea4d3f8
|
||||
size 326004
|
3
fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz
Normal file
3
fence-agents-4.11.0+git.1665557656.1381bf21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52a98ca3fd15a868bdc15c8aa0667dc8e427dae5cdeaad96fc6172bc5b1ee1a7
|
||||
size 330588
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 16:05:44 UTC 2022 - varkoly@suse.com
|
||||
|
||||
- Update to version 4.11.0+git.1665557656.1381bf21:
|
||||
* fence_lpar: only output additional error output on DEBUG level
|
||||
* fence_virt: add note that reboot-action doesnt power on nodes that are powered off
|
||||
* fencing: source_env(): dont process empty lines
|
||||
* fence_ecloud: new fence agent
|
||||
* fence_sbd: improve error handling
|
||||
* configure: check for google-auth instead of deprecated oauth2client
|
||||
* fence_ibm_vpc: add token cache support
|
||||
* build: add FENCETMPDIR for state files
|
||||
* build: make xml-check: ignore detected paths in *_file parameters not matching saved metadata
|
||||
* fence_gce: add httplib2 to try/except: pass
|
||||
* configure/spec: cleanup and fixes
|
||||
* fence_gce: Add user agent to API requests (#491)
|
||||
* fence_ibm_powervs: add support for proxy, private API servers and get token via API key (#490)
|
||||
* fence_ibm_vpc: add proxy support
|
||||
* fence_zvmip: show unable to connect error instead of full stacktrace, e.g. when not using --ssl for SSL devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 12:51:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@ Name: fence-agents
|
||||
Summary: Fence Agents for High Availability
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 4.11.0+git.1652860746.11107cb7
|
||||
Version: 4.11.0+git.1665557656.1381bf21
|
||||
Release: 0
|
||||
URL: https://github.com/ClusterLabs/fence-agents
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user