Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Release 21.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Jan 7, 2021
1 parent 33f360f commit 84a3020
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 41 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

***

### Release 21.01.1

- Updated versions:
- Firefox **84.0.1**
- drawio-desktop **14.1.8**
- Node.js **14.15.4** (includes npm **6.14.10**)
- Node.js `current` tag **15.5.1** (includes npm **7.3.0**)
- Heroku **7.47.7** (with PostgreSQL **10.15**)
- Angular **11.0.6**

### Release 21.01

- `ARG_DRAWIO_VERSION` and `ARG_NODE_VERSION` added
Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-angular:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-angular/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-angular11.0.5-firefox84.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-angular11.0.6-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-drawio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.5/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.8/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-drawio.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.5-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-drawio14.1.8-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-drawio:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-drawio/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

DRAWIO_VERSION="14.1.5"
DRAWIO_VERSION="14.1.8"

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-drawio14.1.5"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-drawio14.1.5-firefox84.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-drawio14.1.8"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-drawio14.1.8-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-firefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0.1/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-firefox.svg

<!-- default tag badges -->

[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0/blue
[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-firefox84.0.1/blue

[badge-github-commit-default]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-firefox:default.svg
4 changes: 2 additions & 2 deletions docker/xubuntu-vnc-firefox/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-firefox84.0"
VERSION_STICKER_DEFAULT="ubuntu18.04.5-firefox84.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-firefox84.0.1"
VERSION_STICKER_DEFAULT="ubuntu18.04.5-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-gimp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-gimp2.8.22-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-gimp2.8.22-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-gimp:firefox.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-gimp/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-gimp2.8.22"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-gimp2.8.22-firefox84.0"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-gimp2.8.22-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-heroku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-heroku-js-postgresql:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-heroku/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-heroku7.47.6-psql10.15-firefox84.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-heroku7.47.7-psql10.15-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-inkscape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-inkscape1.0.1-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-inkscape1.0.1-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-inkscape:firefox.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-inkscape/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-inkscape1.0.1"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-inkscape1.0.1-firefox84.0"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-inkscape1.0.1-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down
8 changes: 4 additions & 4 deletions docker/xubuntu-vnc-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,24 +241,24 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-node.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-node:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-node:firefox.svg

<!-- current tag badges -->

[badge-VERSION_STICKER_CURRENT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node15.5.0-npm7.3.0/blue
[badge-VERSION_STICKER_CURRENT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node15.5.1-npm7.3.0/blue

[badge-github-commit-current]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-node:current.svg
12 changes: 6 additions & 6 deletions docker/xubuntu-vnc-node/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

NODE_VERSION="14.15.3"
NODE_VERSION_CURRENT="15.5.0"
NODE_VERSION="14.15.4"
NODE_VERSION_CURRENT="15.5.1"

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.3-npm6.14.9"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.3-npm6.14.9-firefox84.0"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.3-npm6.14.9-chromium87.0.4280.66"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-firefox84.0.1"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-chromium87.0.4280.66"

VERSION_STICKER_CURRENT="ubuntu18.04.5-node15.5.0-npm7.3.0"
VERSION_STICKER_CURRENT="ubuntu18.04.5-node15.5.1-npm7.3.0"

case "${DOCKER_TAG}" in

Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript.svg

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-chromium87.0.4280.66/blue

[badge-github-commit-chromium]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript:chromium.svg

<!-- firefox tag badges -->

[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-firefox84.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-firefox84.0.1/blue

[badge-github-commit-firefox]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-typescript:firefox.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-typescript/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.3-npm6.14.9-code1.52.1-tsc4.1.3-firefox84.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.15.4-npm6.14.10-code1.52.1-tsc4.1.3-firefox84.0.1"

case "${DOCKER_TAG}" in

Expand Down

0 comments on commit 84a3020

Please sign in to comment.