Skip to content

Commit

Permalink
[DPE-4649] Add pgaudit extension (#44)
Browse files Browse the repository at this point in the history
* Add pgaudit extension

Signed-off-by: Marcelo Henrique Neppel <[email protected]>

* Update plpython

Signed-off-by: Marcelo Henrique Neppel <[email protected]>

* Update snap version

Signed-off-by: Marcelo Henrique Neppel <[email protected]>

---------

Signed-off-by: Marcelo Henrique Neppel <[email protected]>
  • Loading branch information
marceloneppel authored Aug 23, 2024
1 parent 4596187 commit 54fd1bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yamllint disable rule:line-length
name: charmed-postgresql # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '14.12' # just for humans, typically '1.2+git' or '1.3.2'
version: '14.13' # just for humans, typically '1.2+git' or '1.3.2'
summary: PostgreSQL in a snap.
description: |
PostgreSQL is a free and open-source relational database management
Expand Down Expand Up @@ -240,7 +240,7 @@ parts:
- locales-all
# Landscape deps
- postgresql-14-debversion=1.1.1-5
- postgresql-plpython3-14=14.12-0ubuntu0.22.04.1
- postgresql-plpython3-14=14.13-0ubuntu0.22.04.1
- postgresql-contrib=14+238
- postgresql-plperl-14
- postgresql-14-similarity
Expand All @@ -256,6 +256,7 @@ parts:
- postgresql-14-postgis-3
- postgresql-14-postgis-3-scripts
- postgresql-14-pgvector
- postgresql-14-pgaudit
- timescaledb
organize:
usr/share/doc/postgresql/copyright: licenses/COPYRIGHT-postgresql
Expand Down Expand Up @@ -284,6 +285,7 @@ parts:
usr/share/doc/postgresql-14-icu-ext/copyright: licenses/COPYRIGHT-icu-ext
usr/share/doc/postgresql-14-postgis-3/copyright: licenses/COPYRIGHT-postgis
usr/share/doc/postgresql-14-pgvector/copyright: licenses/COPYRIGHT-pgvector
usr/share/doc/postgresql-14-pgaudit/copyright: licenses/COPYRIGHT-pgaudit
usr/share/doc/timescaledb-postgresql-14/copyright: licenses/COPYRIGHT-timescaledb
usr/share/doc/golang-github-woblerr-pgbackrest-exporter/copyright: licenses/COPYRIGHT-pgbackrest-exporter
snap-license:
Expand Down

0 comments on commit 54fd1bc

Please sign in to comment.