docker-jetbrains-license-se.../CHANGELOG.md

128 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

# Changelog
## 22218-RC1 (2020/02/04)
* JetBrains License Server 22218
* AdoptOpenJDK JRE 13
2019-12-07 22:09:30 +07:00
## 21137-RC5 (2019/12/07)
* Fix timezone
## 21137-RC4 (2019/11/28)
* Proxy type defaults to `https`
* More unset
## 21137-RC3 (2019/11/28)
* Add env vars to set proxy settings (#21)
* Unset sensitive vars
2019-11-17 13:25:30 +07:00
## 21137-RC2 (2019/11/17)
* Allow to set custom `PUID`/`PGID`
2019-10-24 23:45:50 +07:00
## 21137-RC1 (2019/10/24)
* JetBrains License Server 21137
2019-10-10 21:37:50 +07:00
## 20308-RC4 (2019/10/10)
* Optimize layers
2019-10-10 21:14:50 +07:00
## 20308-RC3 (2019/10/10)
* Multi-platform Docker image
* Switch to GitHub Actions
* :warning: Stop publishing Docker image on Quay
* :warning: Run as non-root user
* Set timezone through tzdata
> :warning: **UPGRADE NOTES**
> As the Docker container now runs as a non-root user, you have to first stop the container and change permissions to `data` volume:
> ```
> docker-compose stop
> chown -R 1000:1000 data/
> docker-compose pull
> docker-compose up -d
> ```
2019-08-04 14:26:54 +07:00
## 20308-RC2 (2019/08/04)
* Add healthcheck
2019-07-30 19:56:03 +07:00
## 20308-RC1 (2019/07/30)
* JetBrains License Server 20308
2019-07-23 01:38:02 +07:00
## 20267-RC2 (2019/07/22)
* OpenJDK JRE 12
* Alpine Linux 3.10
2019-07-19 16:46:30 +07:00
## 20267-RC1 (2019/07/19)
* JetBrains License Server 20267
2019-04-03 02:08:10 +07:00
## 19488-RC1 (2019/04/02)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 19488
## 19340-RC1 (2019/03/15)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 19340
2019-01-23 01:49:15 +07:00
## 18692-RC2 (2019/01/22)
* Bind to unprivileged port : `8000`
## 18692-RC1 (2018/12/25)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 18692
## 17955-RC1 (2018/09/26)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 17955
2018-09-05 21:48:04 +07:00
## 17768-RC1 (2018/09/05)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 17768
## 17437-RC1 (2018/07/30)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 17437
## 17211-RC1 (2018/06/29)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 17211
## 17043-RC1 (2018/05/31)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 17043
## 16429-RC2 (2018/04/20)
* JetBrains accidentally published 16743. Revert to 16429 (Issue #1)
## 16743-RC1 (2018/04/20)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 16743
* Replace Nginx + Let's Encrypt with Traefik (see docker-compose)
## 16429-RC1 (2018/03/20)
2019-04-03 02:03:57 +07:00
* JetBrains License Server 16429
## 15802-RC2 (2018/02/16)
* Add `JLS_CONTEXT` and `JLS_REPORT_OUT_OF_LICENSE` env vars
* Timezone was not setted
* No need of Nginx and Supervisor
* Error while saving stats
2018-02-16 08:25:45 +07:00
* Remove build dependencies
## 15802-RC1 (2018/02/01)
* Initial version based on JetBrains License Server 15802