You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/external_trigger.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ jobs:
29
29
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
30
30
echo "> External trigger running off of master branch. To disable this trigger, add \`mylar3_master\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
@@ -289,6 +289,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
289
289
290
290
## Versions
291
291
292
+
***19.02.26:** - Rebase `latest` tag based on commits to upstream `python3-dev` branch. `nightly` will build commits to upstream `1000papercuts` branch. `unstable` tag will also build commits to upstream `1000papercuts` branch, but on alpine 3.23 with python 3.12.
292
293
***05.02.26:** - Release `unstable` tag based on commits to upstream `1000papercuts` branch.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ available_architectures:
14
14
# development version
15
15
development_versions: true
16
16
development_versions_items:
17
-
- {tag: "latest", desc: "Stable Mylar3 releases"}
18
-
- {tag: "nightly", desc: "Commits to Mylar3 `python3-dev` branch"}
19
-
- {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch"}
17
+
- {tag: "latest", desc: "Commits to Mylar3 `python3-dev` branch"}
18
+
- {tag: "nightly", desc: "Commits to Mylar3 `1000papercuts` branch (ubuntu)"}
19
+
- {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch (alpine)"}
20
20
# container parameters
21
21
param_container_name: "{{ project_name }}"
22
22
param_usage_include_vols: true
@@ -80,6 +80,7 @@ init_diagram: |
80
80
"mylar3:latest" <- Base Images
81
81
# changelog
82
82
changelogs:
83
+
- {date: "19.02.26:", desc: "Rebase `latest` tag based on commits to upstream `python3-dev` branch. `nightly` will build commits to upstream `1000papercuts` branch. `unstable` tag will also build commits to upstream `1000papercuts` branch, but on alpine 3.23 with python 3.12."}
83
84
- {date: "05.02.26:", desc: "Release `unstable` tag based on commits to upstream `1000papercuts` branch."}
84
85
- {date: "21.11.25:", desc: "Rebase to Ubuntu Jammy."}
85
86
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
0 commit comments