diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4623065..870b1dd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog -## 6.8.0 (unreleased) +## 6.8.1 (unreleased) +... + +## 6.8.0 (2024-04-03) + +- Changed the namespace of the repositories, from kaleidos-ventures to taigaio - Change license to AGPL version 3. ## 6.7.7 (2024-02-26) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4975a7f42..744a32bee 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,25 +18,25 @@ RUN set -eux; \ apk add \ bash; \ # Install taiga-front core - wget https://github.com/taigaio/taiga-front-dist/archive/6.7.7.zip -O source.zip; \ + wget https://github.com/taigaio/taiga-front-dist/archive/6.8.0.zip -O source.zip; \ unzip source.zip; \ - mv /taiga-front-dist-6.7.7 /taiga; \ + mv /taiga-front-dist-6.8.0 /taiga; \ mv /conf.json.template taiga/dist/; \ chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \ # Install taiga-front contribs mkdir /taiga/dist/plugins; \ cd /taiga/dist/plugins; \ # Slack - wget https://github.com/taigaio/taiga-contrib-slack/archive/6.7.0.zip -O source.zip; \ - unzip -j source.zip "taiga-contrib-slack-6.7.0/front/dist/*" -d slack; \ + wget https://github.com/taigaio/taiga-contrib-slack/archive/6.8.0.zip -O source.zip; \ + unzip -j source.zip "taiga-contrib-slack-6.8.0/front/dist/*" -d slack; \ rm source.zip; \ # Github - wget http://github.com/taigaio/taiga-contrib-github-auth/archive/6.7.0.zip -O source.zip; \ - unzip -j source.zip "taiga-contrib-github-auth-6.7.0/front/dist/*" -d github-auth; \ + wget http://github.com/taigaio/taiga-contrib-github-auth/archive/6.8.0.zip -O source.zip; \ + unzip -j source.zip "taiga-contrib-github-auth-6.8.0/front/dist/*" -d github-auth; \ rm source.zip; \ # Gitlab - wget http://github.com/taigaio/taiga-contrib-gitlab-auth/archive/6.7.1.zip -O source.zip; \ - unzip -j source.zip "taiga-contrib-gitlab-auth-6.7.1/front/dist/*" -d gitlab-auth; \ + wget http://github.com/taigaio/taiga-contrib-gitlab-auth/archive/6.8.0.zip -O source.zip; \ + unzip -j source.zip "taiga-contrib-gitlab-auth-6.8.0/front/dist/*" -d gitlab-auth; \ rm source.zip; \ cd /; \ # Remove unused dependencies diff --git a/package.json b/package.json index 3ee777d39..34b406cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TaigaIO", - "version": "6.7.7", + "version": "6.8.0", "description": "Taiga project management system (frontend)", "main": "index.js", "keywords": [