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
28 changes: 28 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ Versioning*].

== [UNRELEASED]

This is a version bump release:

* Added package versions for
https://docs.datomic.com/changes/pro.html#1.0.7556[version 1.0.7556]

`pkgs.datomic-pro` will always be the latest release, but the following
specific versions are also available:

* `pkgs.datomic-pro_1_0_7556` (latest)
* `pkgs.datomic-pro_1_0_7491`
* `pkgs.datomic-pro_1_0_7482`
* `pkgs.datomic-pro_1_0_7469`
* `pkgs.datomic-pro_1_0_7394`
* `pkgs.datomic-pro_1_0_7387`
* `pkgs.datomic-pro_1_0_7364`
* `pkgs.datomic-pro_1_0_7277`

And for peer:

* `pkgs.datomic-pro-peer_1_0_7556` (latest)
* `pkgs.datomic-pro-peer_1_0_7491`
* `pkgs.datomic-pro-peer_1_0_7482`
* `pkgs.datomic-pro-peer_1_0_7469`
* `pkgs.datomic-pro-peer_1_0_7394`
* `pkgs.datomic-pro-peer_1_0_7387`
* `pkgs.datomic-pro-peer_1_0_7364`
* `pkgs.datomic-pro-peer_1_0_7277`

== v0.12.0 (2026-02-03)

This is a version bump release:
Expand Down
28 changes: 28 additions & 0 deletions doc/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ Versioning*].

== [UNRELEASED]

This is a version bump release:

* Added package versions for
https://docs.datomic.com/changes/pro.html#1.0.7556[version 1.0.7556]

`pkgs.datomic-pro` will always be the latest release, but the following
specific versions are also available:

* `pkgs.datomic-pro_1_0_7556` (latest)
* `pkgs.datomic-pro_1_0_7491`
* `pkgs.datomic-pro_1_0_7482`
* `pkgs.datomic-pro_1_0_7469`
* `pkgs.datomic-pro_1_0_7394`
* `pkgs.datomic-pro_1_0_7387`
* `pkgs.datomic-pro_1_0_7364`
* `pkgs.datomic-pro_1_0_7277`

And for peer:

* `pkgs.datomic-pro-peer_1_0_7556` (latest)
* `pkgs.datomic-pro-peer_1_0_7491`
* `pkgs.datomic-pro-peer_1_0_7482`
* `pkgs.datomic-pro-peer_1_0_7469`
* `pkgs.datomic-pro-peer_1_0_7394`
* `pkgs.datomic-pro-peer_1_0_7387`
* `pkgs.datomic-pro-peer_1_0_7364`
* `pkgs.datomic-pro-peer_1_0_7277`

== v0.12.0 (2026-02-03)

This is a version bump release:
Expand Down
12 changes: 6 additions & 6 deletions doc/modules/ROOT/pages/docker-oci-container.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you do not want to build with nix, pull a published image:

[source,shell]
----
docker pull ghcr.io/outskirtslabs/datomic-pro:1.0.7491
docker pull ghcr.io/outskirtslabs/datomic-pro:1.0.7556
----

Package tags are listed at:
Expand Down Expand Up @@ -87,7 +87,7 @@ Run with `console` as the first argument.
---
services:
datomic-transactor:
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7491
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7556
environment:
DATOMIC_STORAGE_ADMIN_PASSWORD: unsafe
DATOMIC_STORAGE_DATOMIC_PASSWORD: unsafe
Expand All @@ -97,7 +97,7 @@ services:
- 127.0.0.1:4334:4334

datomic-console:
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7491
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7556
command: console
environment:
DB_URI: datomic:dev://datomic-transactor:4334/?password=unsafe
Expand Down Expand Up @@ -185,7 +185,7 @@ services:
restart: always

datomic-storage-migrator:
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7491
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7556
environment:
PGUSER: postgres
PGPASSWORD: unsafe
Expand All @@ -198,7 +198,7 @@ services:
(psql -h datomic-storage -d datomic -c "\\du" | cut -d \| -f 1 | grep -qw "datomic" || psql -h datomic-storage -d datomic -f /opt/datomic-pro/bin/sql/postgres-user.sql)'

datomic-transactor:
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7491
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7556
environment:
DATOMIC_STORAGE_ADMIN_PASSWORD: unsafe
DATOMIC_STORAGE_DATOMIC_PASSWORD: unsafe
Expand All @@ -212,7 +212,7 @@ services:
restart: always

datomic-console:
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7491
image: ghcr.io/outskirtslabs/datomic-pro:1.0.7556
command: console
environment:
DB_URI: datomic:sql://?jdbc:postgresql://datomic-storage:5432/datomic?user=datomic&password=datomic
Expand Down
4 changes: 3 additions & 1 deletion doc/modules/ROOT/pages/nixos-module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A basic dev-mode transactor storing data under `/var/lib/datomic-pro`:
{
services.datomic-pro = {
enable = true;
package = pkgs.datomic-pro_1_0_7491;
package = pkgs.datomic-pro_1_0_7556;
secretsFile = "/etc/datomic-pro/secrets.properties";
settings = {
host = "localhost";
Expand All @@ -88,9 +88,11 @@ A basic dev-mode transactor storing data under `/var/lib/datomic-pro`:

Specific versions are also exposed, for example:

* `pkgs.datomic-pro_1_0_7556`
* `pkgs.datomic-pro_1_0_7491`
* `pkgs.datomic-pro_1_0_7482`
* `pkgs.datomic-pro_1_0_7469`
* `pkgs.datomic-pro-peer_1_0_7556`
* `pkgs.datomic-pro-peer_1_0_7491`
* `pkgs.datomic-pro-peer_1_0_7482`
* `pkgs.datomic-pro-peer_1_0_7469`
Expand Down
1 change: 1 addition & 0 deletions nixos-modules/datomic-pro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ in
to ensure you explicitly pin your Datomic version and avoid unexpected upgrades.
'';
relatedPackages = [
"datomic-pro_1_0_7556"
"datomic-pro_1_0_7491"
"datomic-pro_1_0_7482"
"datomic-pro_1_0_7469"
Expand Down
15 changes: 12 additions & 3 deletions pkgs/versions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
rec {
# Note: the latest version must be the first one in this file
# because the ci pipeline detects the "current" version that way
datomic-pro_1_0_7556 = pkgs.callPackage ./datomic-pro.nix {
version = "1.0.7556";
hash = "sha256-wCQ7obE3P+IlTrwW4SoEoGnMcEMo5C+4p/Y4y2O4NF8=";
};
datomic-pro_1_0_7491 = pkgs.callPackage ./datomic-pro.nix {
version = "1.0.7491";
hash = "sha256-Q9qCTrQY+9vGMVaNDk1JdXm6kAosd4IWo7AOZvuj+R8=";
Expand Down Expand Up @@ -30,7 +34,12 @@ rec {
version = "1.0.7277";
hash = "sha256-fqmw+MOUWPCAhHMROjP48BwWCcRknk+KECM3WvF/Ml4=";
};
datomic-pro = datomic-pro_1_0_7491;
datomic-pro = datomic-pro_1_0_7556;
datomic-pro-peer_1_0_7556 = pkgs.callPackage ./datomic-pro-peer.nix {
version = "1.0.7556";
mvnHash = "sha256-+iVSXK/ecFR9IqSGPZr06ogWm+BMWpSOWqYh34YHJHo=";
zipHash = "sha256-wCQ7obE3P+IlTrwW4SoEoGnMcEMo5C+4p/Y4y2O4NF8=";
};
datomic-pro-peer_1_0_7491 = pkgs.callPackage ./datomic-pro-peer.nix {
version = "1.0.7491";
mvnHash = "sha256-zoRBD41qnaV/XP9qwEYxFdn2JH6LR9udDCCTsYacY74=";
Expand Down Expand Up @@ -66,5 +75,5 @@ rec {
mvnHash = "sha256-09AKaahc4MSc0d/gWJyMpB60O7WZOauj7vS1X4rtPjI=";
zipHash = "sha256-fqmw+MOUWPCAhHMROjP48BwWCcRknk+KECM3WvF/Ml4=";
};
datomic-pro-peer = datomic-pro-peer_1_0_7491;
}
datomic-pro-peer = datomic-pro-peer_1_0_7556;
}
Loading