From 98d9c3c85d6dad33c62cb0e397c0823a6a3087b3 Mon Sep 17 00:00:00 2001 From: "@k33g" Date: Sun, 21 Jan 2024 05:13:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20simplism=20v0.1.2=20=F0=9F=8C=8D?= =?UTF-8?q?=20[earth]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.yml | 2 +- .release.env | 9 +++++---- README.md | 2 +- cmds/version.txt | 2 +- create-release.sh | 2 +- generators/docker.image.txt | 2 +- generators/simplism.version.txt | 2 +- k8s/.env | 2 +- k8s/README.md | 2 +- 9 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6d0bd26..f526269 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: k33g/gitpod-simplism-playground:0.0.4 +image: k33g/gitpod-simplism-playground:0.0.5 tasks: - name: initialize diff --git a/.release.env b/.release.env index 06dc177..cf93488 100644 --- a/.release.env +++ b/.release.env @@ -1,10 +1,11 @@ -TAG="v0.1.1" -MESSAGE="simplism ${TAG} 🌕 [full moon]" -IMAGE_TAG="0.1.1" +TAG="v0.1.2" +MESSAGE="simplism ${TAG} 🌍 [earth]" +IMAGE_TAG="0.1.2" IMAGE_BASE_NAME="simplism" APPLICATION_NAME="simplism" GITPOD_IMAGE_BASE_NAME="gitpod-simplism-playground" -GITPOD_IMAGE_TAG="0.0.4" +GITPOD_IMAGE_TAG="0.0.5" DOCKER_USER="k33g" GITPOD_IMAGE="${DOCKER_USER}/${GITPOD_IMAGE_BASE_NAME}:${GITPOD_IMAGE_TAG}" SIMPLISM_IMAGE="${DOCKER_USER}/${IMAGE_BASE_NAME}:${IMAGE_TAG}" + diff --git a/README.md b/README.md index 3831eb6..c5039f3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```bash SIMPLISM_DISTRO="Linux_arm64" # 👀 https://github.com/bots-garden/simplism/releases -VERSION="0.1.1" +VERSION="0.1.2" wget https://github.com/bots-garden/simplism/releases/download/v${VERSION}/simplism_${SIMPLISM_DISTRO}.tar.gz -O simplism.tar.gz tar -xf simplism.tar.gz -C /usr/bin rm simplism.tar.gz diff --git a/cmds/version.txt b/cmds/version.txt index c2451e0..cb877a3 100644 --- a/cmds/version.txt +++ b/cmds/version.txt @@ -1 +1 @@ -simplism v0.1.1 🌕 [full moon] \ No newline at end of file +simplism v0.1.2 🌍 [earth] \ No newline at end of file diff --git a/create-release.sh b/create-release.sh index 4eba826..5c892fd 100755 --- a/create-release.sh +++ b/create-release.sh @@ -13,7 +13,7 @@ Todo: - GITPOD_IMAGE_TAG (only if needed) - update of README.md - update of generators/docker.image.txt -- update of generators/version.txt +- update of generators/simplism.version.txt - update of k8S/.env - update of k8S/README.md COMMENT diff --git a/generators/docker.image.txt b/generators/docker.image.txt index 1d04e5b..9cc2d34 100644 --- a/generators/docker.image.txt +++ b/generators/docker.image.txt @@ -1 +1 @@ -k33g/simplism:0.1.1 \ No newline at end of file +k33g/simplism:0.1.2 \ No newline at end of file diff --git a/generators/simplism.version.txt b/generators/simplism.version.txt index a1c2c6a..f4caccc 100644 --- a/generators/simplism.version.txt +++ b/generators/simplism.version.txt @@ -1 +1 @@ -v0.1.1 \ No newline at end of file +v0.1.2 \ No newline at end of file diff --git a/k8s/.env b/k8s/.env index 401b463..67571a0 100644 --- a/k8s/.env +++ b/k8s/.env @@ -1,4 +1,4 @@ KUBE_NAMESPACE="simplism-faas" IMAGE_NAME="k33g/simplism" -IMAGE_TAG="0.1.1" +IMAGE_TAG="0.1.2" DNS="1f833ec8-f509-46f5-98ad-9e57465fde32.k8s.civo.com" diff --git a/k8s/README.md b/k8s/README.md index 96c208f..5af3699 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -7,7 +7,7 @@ ```bash KUBE_NAMESPACE="simplism-faas" IMAGE_NAME="k33g/simplism" -IMAGE_TAG="0.1.1" +IMAGE_TAG="0.1.2" DNS="1f833ec8-f509-46f5-98ad-9e57465fde32.k8s.civo.com" ```