Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ versioning for public release policy decisions.
## [Unreleased]

<!-- core-ops-release:start -->
### Changed

- Fix `examples/03-immich` postgres image tag (`:16` -> `:16-vectorchord0.3.0-pgvector0.8.0-pgvectors0.2.0`); the previous tag did not exist on `ghcr.io/immich-app/postgres` and prevented the canonical Immich walkthrough from applying end-to-end on a clean host.
<!-- core-ops-release:end -->

## [2.2.0] - 2026-05-06
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-ops"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
license = "AGPL-3.0-or-later"

Expand Down
7 changes: 7 additions & 0 deletions changes/fix-immich-postgres-image-tag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
change_id: fix-immich-postgres-image-tag
release_intent: patch
summary: Fix `examples/03-immich` postgres image tag (`:16` -> `:16-vectorchord0.3.0-pgvector0.8.0-pgvectors0.2.0`); the previous tag did not exist on `ghcr.io/immich-app/postgres` and prevented the canonical Immich walkthrough from applying end-to-end on a clean host.
scope: examples
release_preparation: false
---
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network-online.target
Wants=network-online.target

[Container]
Image=ghcr.io/immich-app/postgres:16
Image=ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvector0.8.0-pgvectors0.2.0
ContainerName=immich-database
Network=immich-internal.network
Volume=immich-db-data.volume:/var/lib/postgresql/data:Z
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/provenance_state/valid-success.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": 1,
"controller": {
"version": "2.2.0",
"version": "2.2.1",
"revision": "8f3c2ab",
"build_time": "2026-03-23T10:00:00Z",
"tree_state": "clean"
Expand Down
Loading