This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Releases: grocy/grocy-docker
Releases · grocy/grocy-docker
v3.1.3-1
[v3.1.3-1] - 2021-12-15
- Add continuous integration support for multi-architecture container builds
- Rebuild container images with Alpine 3.15.0
v3.1.3-0
[v3.1.3-0] - 2021-11-23
- Upgrade to grocy v3.1.3
- Rebuild container images with Alpine 3.14.3
v3.1.2-0
[v3.1.2-0] - 2021-10-05
- Upgrade to grocy v3.1.2
- Changes to the Makefile
- The
build
target now only builds the image, but does not start it. - The
create
target (re)creates a pod for grocy, but does not start it. - The
run
target depends oncreate
and then starts the created pod. - The host prefixes of the images are now set to match the official images on Docker hub and can be overriden using the IMAGE_PREFIX variable.
- The image tags are now generated from
git describe
, but can be overridden using the IMAGE_TAG variable.
- The
- Rebuild container images with Alpine 3.14.2
v3.1.1-1
[v3.1.1-1] - 2021-09-02
- Fixup: use correct GROCY_VERSION (v3.1.1) for
backend
indocker-compose.yml
(thank you, @Kritzefitz)
v3.1.1-0
[v3.1.1-0] - 2021-08-21
- Upgrade to grocy v3.1.1
v3.1.0-0
[v3.1.0-0] - 2021-08-21
- Rebuild container images with Alpine 3.14.0
- Use more meaningful container names
- 'grocy/grocy' becomes 'grocy/backend'
- 'grocy/nginx' becomes 'grocy/frontend'
- Upgrade to grocy v3.1.0 and PHP8 (thank you, @HamburgerJungeJr)
v3.0.1-12
[v3.0.1-12] - 2021-08-21*
Changed
- Rebuild container images to resolve CVE-2021-21705
- [Minor] Update snyk vulnerability scan
*This was a late release; this should have been released on 2021-07-18 per the changelog; unfortunately it was not, and this was only noticed today, 2021-08-21
v3.0.1-11
[v3.0.1-11] - 2021-05-02
Changed
- Rebuild container images with new Alpine 3.13.5 release
- [Minor] Update snyk vulnerability scan
v3.0.1-10
[v3.0.1-10] - 2021-03-25
Changed
- Rebuild container images with new Alpine 3.13.3 release
- [Minor] Update snyk vulnerability scan
v3.0.1-9
[v3.0.1-9] - 2020-02-18
Added
- Experimental support for multi-architecture OCI image builds
Changed
- Rebuild container images with new Alpine 3.13.2 release