Align the source and production release versions
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
- 2 modules in 37.0 s
- deployed
- needs_rolling_replace · 2 modules on 0 nodes · push→live —
Changed files
-
modified
docs/deploymodes.md -
modified
docs/operations/forge-hot-loop.md -
modified
mix.exs -
modified
rel/openagents.appup.exs -
modified
test/openagents/release/appup_test.exs
Diff
5 files changed, +23 -2
docs/deploymodes.md modified +7
@@ -194,6 +194,13 @@ The application version and source revision serve different purposes. A new
| 194 | 194 |
|
| 195 | 195 |
|
| 196 | 196 |
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 197 | 204 |
|
| 198 | 205 |
|
| 199 | 206 |
|
docs/operations/forge-hot-loop.md modified +6
@@ -138,6 +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 |
|
|
| 146 |
|
|
| 141 | 147 |
|
| 142 | 148 |
|
| 143 | 149 |
|
mix.exs modified +1 -1
@@ -51,7 +51,7 @@ defmodule OpenAgents.MixProject do
| 51 | 51 |
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 |
|
|
| 54 |
|
|
| 55 | 55 |
|
| 56 | 56 |
|
| 57 | 57 |
|
rel/openagents.appup.exs modified +1 -1
@@ -40,7 +40,7 @@
| 40 | 40 |
|
| 41 | 41 |
|
| 42 | 42 |
|
| 43 |
|
|
| 43 |
|
|
| 44 | 44 |
|
| 45 | 45 |
|
| 46 | 46 |
|
test/openagents/release/appup_test.exs modified +8
@@ -14,6 +14,7 @@ defmodule OpenAgents.Release.AppupTest do
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
| 17 |
|
|
| 17 | 18 |
|
| 18 | 19 |
|
| 19 | 20 |
|
@@ -35,6 +36,13 @@ defmodule OpenAgents.Release.AppupTest do
| 35 | 36 |
|
| 36 | 37 |
|
| 37 | 38 |
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 38 | 46 |
|
| 39 | 47 |
|
| 40 | 48 |
|