Skip to content

Commit b42c1ed

Browse files
authored
Update to pg_partman 5.2.4 (#24)
[pg_partman 5.2.0](https://github.com/pgpartman/pg_partman/releases/tag/v5.2.0) adds support for partitioning by UUIDv7s Replicated the changed made in 7b9ebd6
1 parent 7b9ebd6 commit b42c1ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
partman_checksum: 28e4fdb83ecc16525959ae9593bfbfd077db429285f5f7d8e2468bfff6cbdbf2c81ace79a9ddeb4f00f51eb709163dbd713fe6b221a432ac2ff766f98d4cf8e4
2424
default: "true"
2525
major: 4
26-
- partman_version: v5.1.0
27-
partman_checksum: 42f527f93c7c4da957a84d4b81dafc4b37beed8fe66d2b4d908386c8ed2256f7356a8af7bdc8b0f4281c65a6ceded8d114a0c7db715dd2cc093a6b15c5ae23f4
26+
- partman_version: v5.2.4
27+
partman_checksum: 8328a00ce1a55a5c9173d4adbf251e784fed62413fb76bba89dd893749a720a5ecb25ee668eb0b826b8e1f2b89d9dd7da219fd797bfd9ab1a43d05f5b3ac494f
2828
default: "false"
2929
major: 5
3030
exclude:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ARG POSTGRESQL_VERSION="16"
22
FROM bitnami/postgresql:$POSTGRESQL_VERSION
33
LABEL org.opencontainers.image.source="https://github.com/dbsystel/postgresql-partman-container"
4-
ARG PARTMAN_VERSION="v5.1.0"
4+
ARG PARTMAN_VERSION="v5.2.4"
55
LABEL de.dbsystel.partman-version=$PARTMAN_VERSION
66
ARG POSTGRESQL_VERSION
77
LABEL de.dbsystel.postgres-version=$POSTGRESQL_VERSION
8-
ARG PARTMAN_CHECKSUM="42f527f93c7c4da957a84d4b81dafc4b37beed8fe66d2b4d908386c8ed2256f7356a8af7bdc8b0f4281c65a6ceded8d114a0c7db715dd2cc093a6b15c5ae23f4"
8+
ARG PARTMAN_CHECKSUM="8328a00ce1a55a5c9173d4adbf251e784fed62413fb76bba89dd893749a720a5ecb25ee668eb0b826b8e1f2b89d9dd7da219fd797bfd9ab1a43d05f5b3ac494f"
99
USER root
1010
RUN install_packages wget gcc make build-essential
1111
RUN cd /tmp \

0 commit comments

Comments
 (0)