Skip to content

Commit

Permalink
2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Dubé <[email protected]>
  • Loading branch information
Philip Dubé committed Jun 5, 2023
1 parent 5fb34c6 commit 6238a87
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down
8 changes: 6 additions & 2 deletions azure_gdpr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Summary: GDPR compliant logging for Azure
Name: %{sname}%{?pkginfix}_%{pgmajorversion}
Provides: %{sname}_%{pgmajorversion}
Conflicts: %{sname}_%{pgmajorversion}
Version: 2.3.citus
Version: 2.4.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/azure_gdpr/archive/v2.3.tar.gz
Source0: https://github.com/citusdata/azure_gdpr/archive/v2.4.tar.gz
URL: https://github.com/citusdata/azure_gdpr
BuildRequires: postgresql%{pgmajorversion}-devel
Requires: postgresql%{pgmajorversion}-server
Expand Down Expand Up @@ -49,6 +49,10 @@ PostgreSQL extension for GDPR compliant logging for Azure
%endif

%changelog
* Mon May 06 2023 - Philip Dubé <[email protected]> 2.3.citus-1
- login counts
- fix pg_stats_shmem_shutdown leaving dangling pointer

* Fri Apr 21 2023 - Philip Dubé <[email protected]> 2.3.citus-1
- fixes log_line_prefix memory leak

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
azure-gdpr (2.4.citus-1) stable; urgency=low

* login counts
* fix pg_stats_shmem_shutdown leaving dangling pointer

-- Philip Dube <[email protected]> Mon, 06 May 2023 16:35:00 +0000

azure-gdpr (2.3.citus-1) stable; urgency=low

* fixes log_line_prefix memory leak
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pkgname=azure_gdpr
hubproj=azure_gdpr
deb_pkgname=azure-gdpr
pkgdesc='Azure_gdpr'
pkglatest=2.3.citus-1
pkglatest=2.4.citus-1
versioning=fancy
nightlyref=main

0 comments on commit 6238a87

Please sign in to comment.