Skip to content

Commit

Permalink
📦 simplism v0.1.2 🌍 [earth]
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Jan 21, 2024
1 parent 5c2ef71 commit 98d9c3c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: k33g/gitpod-simplism-playground:0.0.4
image: k33g/gitpod-simplism-playground:0.0.5

tasks:
- name: initialize
Expand Down
9 changes: 5 additions & 4 deletions .release.env
Original file line number Diff line number Diff line change
@@ -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}"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmds/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
simplism v0.1.1 🌕 [full moon]
simplism v0.1.2 🌍 [earth]
2 changes: 1 addition & 1 deletion create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generators/docker.image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
k33g/simplism:0.1.1
k33g/simplism:0.1.2
2 changes: 1 addition & 1 deletion generators/simplism.version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.1
v0.1.2
2 changes: 1 addition & 1 deletion k8s/.env
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 98d9c3c

Please sign in to comment.