diff --git a/_service b/_service index dc6e5a0..87b272f 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ fence-agents @PARENT_TAG@+git.%ct.%h v(.*) - master + main enable diff --git a/_servicedata b/_servicedata index dfadd99..13981c9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/ClusterLabs/fence-agents.git - 2a826c825a1921c5f239f3da296bfa53a98517fb \ No newline at end of file + 5283cdb5435ecd22e9f29746ee0c79160555bfeb \ No newline at end of file diff --git a/fence-agents-4.10.0+git.1627556580.31443c15.tar.xz b/fence-agents-4.10.0+git.1627556580.31443c15.tar.xz deleted file mode 100644 index a44076f..0000000 --- a/fence-agents-4.10.0+git.1627556580.31443c15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b17cfdf4b2453536d47d9cefc820c795570d5b992ba1ae502d03f751e68c2b3 -size 319024 diff --git a/fence-agents-4.11.0+git.1644831027.5283cdb5.tar.xz b/fence-agents-4.11.0+git.1644831027.5283cdb5.tar.xz new file mode 100644 index 0000000..62c4990 --- /dev/null +++ b/fence-agents-4.11.0+git.1644831027.5283cdb5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c48a7433a8c780de77609aeb4c8ec41e26681671d8dd016b56b95e731b53375 +size 325588 diff --git a/fence-agents.changes b/fence-agents.changes index 06e5330..5e061cc 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Feb 22 13:19:32 UTC 2022 - varkoly@suse.com + +- Update to version 4.11.0+git.1644831027.5283cdb5: + * fence_cdu: add 8i support (#471) + * fence_zvmip: add --disable-ssl + * fencing: add ability to set bool parameters to 0 or false + * Fix typo in fence_virtd.service + * fence_gce: Add timeouts and failure options (#458) + * fence_zvm: deprecate agent + * fence_openstack: fix issues with new clouds.yaml/openrc parameters - hardcoded clouds.yaml paths to work like the openstack cli client (used by the resource agents) + * fence_openstack: add support for reading config from clouds.yaml and openrc + * fencing: add source_env() + * fence_kubevirt: take default namespace from context + * build: fix parallel build of lib/ + * fence_openstack: relax ssl cacert default + * - spec: dont use commas in license + * fence_lpar: Support comanaged LPARs + * fence_ibmz: add option --load-on-activate + * fence_openstack: add --ssl-insecure + * spec: fix python3-suds dependency having changed name on opensuse 16+ + * fencing: encode instead of failing for chinese or other non-utf8 character sets + * fence_aliyun: Optimize log output (#449) + * fence_zvmip: use ssl by default + * fence_zvmip: add ssl/tls support + * configure: fix --with-agents to not match *virt in regex + * fence_vmware_soap: Use --login-timeout option (#447) + * fence_kubevirt: set default power-timeout to 40s + * fence_kubevirt: Fix kubevirt VM status + * fence_kdump: fix typo + * fence_raritan_px3: new fence agent (#425) + * fence_amt_ws: fix --boot-option (choices are uppercased while getting parsed) + * fence_gce: add plugzonemap parameter + * fence_gce: Adds existing operation checks and multiple plug support (#400) + * azure_fence: fix support for sovereign clouds and MSI for new versions of azure libraries (#439) + * fence_cyberpower_ssh: new fence agent (#437) + * fence_amt_ws: fix "or" causing dead code + * fence_kubevirt: make apiversion a parameter + * fence_ibm_vpc/fence_ibm_powervs: new fence agents + * fence_kdump: properly support -v[X] and -vvv (and combinations) + * fence_mpath/fence_scsi: use store path detected by configure + ------------------------------------------------------------------- Mon Aug 23 09:51:14 UTC 2021 - varkoly@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index 7494da6..87d47f7 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -1,7 +1,7 @@ # # spec file for package fence-agents # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.10.0+git.1627556580.31443c15 +Version: 4.11.0+git.1644831027.5283cdb5 Release: 0 URL: https://github.com/ClusterLabs/fence-agents Source0: %{name}-%{version}.tar.xz