From: Devrim Gunduz Date: Mon, 26 Jan 2026 11:16:02 +0000 (+0300) Subject: consul-template: Update to 0.41.4 per changes described at https://github.com/hashico... X-Git-Url: http://git.postgresql.org/gitweb/static/session/%22https:/www.citusdata.com/%7B%7Bp.id%7D%7D?a=commitdiff_plain;p=pgrpms.git consul-template: Update to 0.41.4 per changes described at https://github.com/hashicorp/consul-template/releases/tag/v0.41.4 --- diff --git a/rpm/redhat/main/extras/consul-template/main/consul-template.spec b/rpm/redhat/main/extras/consul-template/main/consul-template.spec index be04b0981..811c881fb 100644 --- a/rpm/redhat/main/extras/consul-template/main/consul-template.spec +++ b/rpm/redhat/main/extras/consul-template/main/consul-template.spec @@ -3,7 +3,7 @@ %if 0%{?_version:1} %global _verstr %{_version} %else -%global _verstr 0.41.3 +%global _verstr 0.41.4 %endif # Consul does not provide tarballs for ppc64le: @@ -84,6 +84,10 @@ unless the -once flag is specified. %{_tmpfilesdir}/%{name}.conf %changelog +* Mon Jan 26 2026 Devrim Gündüz 0.41.4-1PGDG +- Update to 0.41.4 per changes described at + https://github.com/hashicorp/consul-template/releases/tag/v0.41.4 + * Wed Dec 24 2025 Devrim Gündüz - 0.41.3-3PGDG - Add Restart=on-failure to unit file. Per https://github.com/pgdg-packaging/pgdg-rpms/issues/127