Use one production release version source
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- built
- 5 modules in 19.5 s
- deployed
- needs_rolling_replace · 5 modules on 0 nodes · push→live —
Changed files
-
modified
Dockerfile -
added
VERSION -
modified
docs/deploymodes.md -
modified
docs/operations/forge-hot-loop.md -
modified
mix.exs -
modified
ops/deploy/build-image.sh -
modified
ops/staging/publish-candidate.sh -
modified
rel/openagents.appup.exs -
modified
test/openagents/release/appup_test.exs
Diff
9 files changed, +42 -16
Dockerfile modified +2 -1
@@ -26,7 +26,7 @@ ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}@sha256:3a39a0592364683e6bab
| 26 | 26 |
|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 |
|
|
| 29 |
|
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 | 32 |
|
@@ -41,6 +41,7 @@ ARG TARGETARCH
| 41 | 41 |
|
| 42 | 42 |
|
| 43 | 43 |
|
| 44 |
|
|
| 44 | 45 |
|
| 45 | 46 |
|
| 46 | 47 |
|
VERSION added +1
@@ -0,0 +1,1 @@
| 1 |
|
docs/deploymodes.md modified +6 -6
@@ -194,12 +194,12 @@ The application version and source revision serve different purposes. A new
| 194 | 194 |
|
| 195 | 195 |
|
| 196 | 196 |
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 | 203 |
|
| 204 | 204 |
|
| 205 | 205 |
|
docs/operations/forge-hot-loop.md modified +6 -5
@@ -138,11 +138,12 @@ next patch version only when a compatible full-release package needs a new
| 138 | 138 |
|
| 139 | 139 |
|
| 140 | 140 |
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 146 | 147 |
|
| 147 | 148 |
|
| 148 | 149 |
|
mix.exs modified +8 -1
@@ -51,7 +51,14 @@ defmodule OpenAgents.MixProject do
| 51 | 51 |
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 55 | 62 |
|
| 56 | 63 |
|
| 57 | 64 |
|
ops/deploy/build-image.sh modified +2
@@ -12,6 +12,7 @@ fi
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 15 | 16 |
|
| 16 | 17 |
|
| 17 | 18 |
|
@@ -34,6 +35,7 @@ fi
| 34 | 35 |
|
| 35 | 36 |
|
| 36 | 37 |
|
| 38 |
|
|
| 37 | 39 |
|
| 38 | 40 |
|
| 39 | 41 |
|
ops/staging/publish-candidate.sh modified +9 -2
@@ -47,6 +47,7 @@ fi
| 47 | 47 |
|
| 48 | 48 |
|
| 49 | 49 |
|
| 50 |
|
|
| 50 | 51 |
|
| 51 | 52 |
|
| 52 | 53 |
|
@@ -184,6 +185,7 @@ else
| 184 | 185 |
|
| 185 | 186 |
|
| 186 | 187 |
|
| 188 |
|
|
| 187 | 189 |
|
| 188 | 190 |
|
| 189 | 191 |
|
@@ -274,8 +276,13 @@ case "$archive_name" in
| 274 | 276 |
|
| 275 | 277 |
|
| 276 | 278 |
|
| 277 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
|
| 282 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 279 | 286 |
|
| 280 | 287 |
|
| 281 | 288 |
|
rel/openagents.appup.exs modified +1 -1
test/openagents/release/appup_test.exs modified +7
@@ -13,6 +13,8 @@ defmodule OpenAgents.Release.AppupTest do
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 17 |
|
|
| 16 | 18 |
|
| 17 | 19 |
|
| 18 | 20 |
|
@@ -39,8 +41,13 @@ defmodule OpenAgents.Release.AppupTest do
| 39 | 41 |
|
| 40 | 42 |
|
| 41 | 43 |
|
| 44 |
|
|
| 45 |
|
|
| 42 | 46 |
|
| 43 | 47 |
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 44 | 51 |
|
| 45 | 52 |
|
| 46 | 53 |
|