diff --git a/.template.huly.conf b/.template.huly.conf index 10e614d..d35505a 100644 --- a/.template.huly.conf +++ b/.template.huly.conf @@ -1,4 +1,4 @@ -HULY_VERSION=v0.6.377 +HULY_VERSION=v0.6.411 DOCKER_NAME=huly # The address of the host or server from which you will access your Huly instance. diff --git a/MIGRATION.md b/MIGRATION.md index 667ea9c..6268584 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,5 +1,13 @@ # Huly Migration +## v0.6.411 + +No changes required. + +## v0.6.405 + +No changes required. + ## v0.6.377 ### Fulltext Service diff --git a/README.md b/README.md index 31f4652..98db7ec 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Add these keys into `compose.yaml` in section `services:front:environment`: ```yaml ses: - image: hardcoreeng/ses:v0.6.377 + image: hardcoreeng/ses:v0.6.411 container_name: ses expose: - 3335 @@ -169,7 +169,7 @@ self-hosted Huly, perform the following steps: ```yaml love: - image: hardcoreeng/love:v0.6.377 + image: hardcoreeng/love:v0.6.411 container_name: love ports: - 8096:8096 diff --git a/kube/account/account-deployment.yaml b/kube/account/account-deployment.yaml index 2af93c7..d368336 100644 --- a/kube/account/account-deployment.yaml +++ b/kube/account/account-deployment.yaml @@ -57,7 +57,7 @@ spec: configMapKeyRef: name: huly-config key: TRANSACTOR_URL - image: hardcoreeng/account:v0.6.377 + image: hardcoreeng/account:v0.6.411 name: account ports: - containerPort: 3000 diff --git a/kube/collaborator/collaborator-deployment.yaml b/kube/collaborator/collaborator-deployment.yaml index 6012d80..3c8b057 100644 --- a/kube/collaborator/collaborator-deployment.yaml +++ b/kube/collaborator/collaborator-deployment.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: huly-secret key: SERVER_SECRET - image: hardcoreeng/collaborator:v0.6.377 + image: hardcoreeng/collaborator:v0.6.411 name: collaborator ports: - containerPort: 3078 diff --git a/kube/front/front-deployment.yaml b/kube/front/front-deployment.yaml index 39e901f..b09931f 100644 --- a/kube/front/front-deployment.yaml +++ b/kube/front/front-deployment.yaml @@ -69,7 +69,7 @@ spec: value: http://stats - name: DESKTOP_UPDATES_CHANNEL value: selfhost - image: hardcoreeng/front:v0.6.377 + image: hardcoreeng/front:v0.6.411 name: front ports: - containerPort: 8080 diff --git a/kube/fulltext/fulltext-deployment.yaml b/kube/fulltext/fulltext-deployment.yaml index 15a06ff..287cf99 100644 --- a/kube/fulltext/fulltext-deployment.yaml +++ b/kube/fulltext/fulltext-deployment.yaml @@ -47,7 +47,7 @@ spec: value: http://account - name: STATS_URL value: http://stats - image: hardcoreeng/fulltext:v0.6.377 + image: hardcoreeng/fulltext:v0.6.411 name: fulltext ports: - containerPort: 4700 diff --git a/kube/rekoni/rekoni-deployment.yaml b/kube/rekoni/rekoni-deployment.yaml index a8b5388..4d4e468 100644 --- a/kube/rekoni/rekoni-deployment.yaml +++ b/kube/rekoni/rekoni-deployment.yaml @@ -15,7 +15,7 @@ spec: app: rekoni spec: containers: - - image: hardcoreeng/rekoni-service:v0.6.377 + - image: hardcoreeng/rekoni-service:v0.6.411 name: rekoni env: - name: SECRET diff --git a/kube/stats/stats-deployment.yaml b/kube/stats/stats-deployment.yaml index 2d2015f..e847725 100644 --- a/kube/stats/stats-deployment.yaml +++ b/kube/stats/stats-deployment.yaml @@ -15,7 +15,7 @@ spec: app: stats spec: containers: - - image: hardcoreeng/stats:v0.6.377 + - image: hardcoreeng/stats:v0.6.411 name: stats env: - name: PORT diff --git a/kube/transactor/transactor-deployment.yaml b/kube/transactor/transactor-deployment.yaml index 07f7711..899b06d 100644 --- a/kube/transactor/transactor-deployment.yaml +++ b/kube/transactor/transactor-deployment.yaml @@ -51,7 +51,7 @@ spec: secretKeyRef: name: huly-secret key: SERVER_SECRET - image: hardcoreeng/transactor:v0.6.377 + image: hardcoreeng/transactor:v0.6.411 name: transactor ports: - containerPort: 3333 diff --git a/kube/workspace/workspace-deployment.yaml b/kube/workspace/workspace-deployment.yaml index f710500..7bac4af 100644 --- a/kube/workspace/workspace-deployment.yaml +++ b/kube/workspace/workspace-deployment.yaml @@ -47,7 +47,7 @@ spec: secretKeyRef: name: huly-secret key: SERVER_SECRET - image: hardcoreeng/workspace:v0.6.377 + image: hardcoreeng/workspace:v0.6.411 name: workspace resources: limits: diff --git a/setup.sh b/setup.sh index 0f678a2..435315a 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -HULY_VERSION="v0.6.377" +HULY_VERSION="v0.6.411" DOCKER_NAME="huly" CONFIG_FILE="huly.conf" diff --git a/traefik/setup.sh b/traefik/setup.sh index 94c24ac..5bda94a 100755 --- a/traefik/setup.sh +++ b/traefik/setup.sh @@ -14,7 +14,7 @@ if [ -z "$LETSENCRYPT_EMAIL" ]; then exit 1 fi -export HULY_VERSION="v0.6.377" +export HULY_VERSION="v0.6.411" export HULY_SECRET="secret" export SERVER_ADDRESS=$DOMAIN_NAME export LETSENCRYPT_EMAIL=$LETSENCRYPT_EMAIL