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

Commit

Permalink
Release 21.03.2
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Mar 16, 2021
1 parent 0da8563 commit 78a435b
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 29 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

***

### Release 21.03.2

- Updated versions:
- Chromium **89.0.4389.82**
- VSCode **1.54.3**
- Angular **11.2.4**

### Release 21.03.1

- base **ubuntu:18.04** has been updated by Docker
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 @@ -240,18 +240,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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4-chromium89.0.4389.82/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3-firefox86.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4-firefox86.0/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-angular11.2.3-firefox86.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4-chromium89.0.4389.82"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-angular11.2.4-firefox86.0"

case "${DOCKER_TAG}" in

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-chromium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ 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-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-chromium89.0.4389.82/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-chromium.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-chromium/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-chromium87.0.4280.66"
VERSION_STICKER_LATEST="ubuntu18.04.5-chromium89.0.4389.82"

VERSION_STICKER="${VERSION_STICKER_LATEST}"

Expand Down
9 changes: 2 additions & 7 deletions docker/xubuntu-vnc-gimp/src/home/Desktop/gimp.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ Type=Application
Name=GNU Image Manipulation Program
GenericName=Image Editor
Comment=Create images and edit photographs
Exec=gimp-2.8 %U
TryExec=gimp-2.8
Exec=gimp %U
TryExec=gimp
Icon=gimp
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=GIMP
X-GNOME-Bugzilla-Component=General
X-GNOME-Bugzilla-Version=2.8.22
X-GNOME-Bugzilla-OtherBinaries=gimp-2.8
StartupNotify=true
MimeType=image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/tiff;image/jpeg;image/x-psp;application/postscript;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;application/pdf;image/x-wmf;image/x-xcursor;
X-Ubuntu-Gettext-Domain=gimp20
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-heroku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16-chromium89.0.4389.82/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16-firefox86.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16-firefox86.0/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-heroku7.50.0-psql10.16-firefox86.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16-chromium89.0.4389.82"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-heroku7.50.0-psql10.16-firefox86.0"

case "${DOCKER_TAG}" in

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

<!-- chromium tag badges -->

[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-chromium89.0.4389.82/blue

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

Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-node/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NODE_VERSION_CURRENT="15.11.0"
### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.16.0-npm6.14.11"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-firefox86.0"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-chromium87.0.4280.66"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-chromium89.0.4389.82"

VERSION_STICKER_CURRENT="ubuntu18.04.5-node15.11.0-npm7.6.0"

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 @@ -195,18 +195,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.16.0-npm6.14.11-code1.54.1-tsc4.2.3/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-chromium87.0.4280.66/blue
[badge-VERSION_STICKER_CHROMIUM]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-chromium89.0.4389.82/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3-firefox86.0/blue
[badge-VERSION_STICKER_FIREFOX]: https://badgen.net/badge/version%20sticker/ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-firefox86.0/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.16.0-npm6.14.11-code1.54.1-tsc4.2.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-chromium87.0.4280.66"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.1-tsc4.2.3-firefox86.0"
VERSION_STICKER_LATEST="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3"
VERSION_STICKER_CHROMIUM="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-chromium89.0.4389.82"
VERSION_STICKER_FIREFOX="ubuntu18.04.5-node14.16.0-npm6.14.11-code1.54.3-tsc4.2.3-firefox86.0"

case "${DOCKER_TAG}" in

Expand Down

0 comments on commit 78a435b

Please sign in to comment.