Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"images/masterportal-v2": "2.51.3",
"images/masterportal-v3": "3.4.19",
"images/teuto-course": "2.49.1",
"images/cnpg": "16.1.2",
"images/cnpg": "16.2.0",
"images/actions-runner": "1.0.0"
}
24 changes: 24 additions & 0 deletions images/cnpg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [16.2.0](https://github.com/teutonet/oci-images/compare/cnpg-v16.1.2...cnpg-v16.2.0) (2026-07-08)


### Features

* **cnpg:** add cnpg image ([#380](https://github.com/teutonet/oci-images/issues/380)) ([ed927b6](https://github.com/teutonet/oci-images/commit/ed927b64d3456406598352d38e511907bb75c787))
* update postgis image ([#408](https://github.com/teutonet/oci-images/issues/408)) ([c281a86](https://github.com/teutonet/oci-images/commit/c281a86a740b73923061e7a579af9a96890c93e0))


### Miscellaneous Chores

* **deps:** pin dependencies ([#377](https://github.com/teutonet/oci-images/issues/377)) ([fc15f42](https://github.com/teutonet/oci-images/commit/fc15f42c1f2ff71ecc242485e0e3274ab4cb7d44))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16-3.6-system-trixie docker digest to 412f939 ([#418](https://github.com/teutonet/oci-images/issues/418)) ([42803f1](https://github.com/teutonet/oci-images/commit/42803f191e1ee4a7145b62de2eaf988d5132885b))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16-3.6-system-trixie docker digest to 9aa3b29 ([#421](https://github.com/teutonet/oci-images/issues/421)) ([61b89d6](https://github.com/teutonet/oci-images/commit/61b89d6ef80a9849013e08bfdb40c9a5c55f49cb))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16-3.6-system-trixie docker digest to d418893 ([#436](https://github.com/teutonet/oci-images/issues/436)) ([f833757](https://github.com/teutonet/oci-images/commit/f8337570ffa18f3fcc430a9d4a33929754684739))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16-3.6-system-trixie docker digest to d7f1ca7 ([#426](https://github.com/teutonet/oci-images/issues/426)) ([6e15e60](https://github.com/teutonet/oci-images/commit/6e15e607b3961465f0863e472ee3d98d0f0da6a8))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16.11-3.6.1-system-trixie docker digest to 0a54b4b ([#392](https://github.com/teutonet/oci-images/issues/392)) ([acac0cd](https://github.com/teutonet/oci-images/commit/acac0cda1ee7a6281e1bf7bf4ad15b79fccbb60d))
* **deps:** update ghcr.io/cloudnative-pg/postgis:16.11-3.6.1-system-trixie docker digest to 52ee87e ([#386](https://github.com/teutonet/oci-images/issues/386)) ([d8bd701](https://github.com/teutonet/oci-images/commit/d8bd701b606fc1188c4c105d2a34aee97ac2cc30))
* **main:** [bot] release cnpg:16.0.1 ([#383](https://github.com/teutonet/oci-images/issues/383)) ([c148ef6](https://github.com/teutonet/oci-images/commit/c148ef6eb837edf7abc608bfe577d248226b4e36))
* **main:** [bot] release cnpg:16.0.2 ([#384](https://github.com/teutonet/oci-images/issues/384)) ([97ab8c6](https://github.com/teutonet/oci-images/commit/97ab8c6e5ce6ffc9ac786cadaae95143a26a2ff3))
* **main:** [bot] release cnpg:16.1.0 ([#395](https://github.com/teutonet/oci-images/issues/395)) ([fff7195](https://github.com/teutonet/oci-images/commit/fff7195ae436d9e0132d185c7a3ad20df2bbdb04))
* **main:** [bot] release cnpg:16.1.1 ([#419](https://github.com/teutonet/oci-images/issues/419)) ([b54ea5f](https://github.com/teutonet/oci-images/commit/b54ea5f16e6fbbdad47be3521a7aec79b387dd3c))
* **main:** [bot] release cnpg:16.1.2 ([#432](https://github.com/teutonet/oci-images/issues/432)) ([755700f](https://github.com/teutonet/oci-images/commit/755700f85e7a6d319db33a27e89505c2ff88adc3))

## [16.1.2](https://github.com/teutonet/oci-images/compare/cnpg-v16.1.1...cnpg-v16.1.2) (2026-06-02)


Expand Down