Releases: cozy/cozy-stack
Releases · cozy/cozy-stack
1.6.12
Add completion configuration in deb package (#4189)
1.6.11: Fix deb package recommended dependencies (#4176)
When a package upgrade needs installing other dependency packages, `apt upgrade` do not update the package to avoid adding other packages. You have to use `apt dist-upgrade` or `apt install`. By default, apt installs recommended dependencies. so having couchdb as a recommended dependency blocks simple package upgrade from our legacy package on debian buster. This PR removes couchdb recommended dependency to ease debian buster migration
1.6.10
Checkout code prior to creating github release
1.6.8
Fix GOROOT and GOPATH when building package
1.6.7
Fix CI jobs dependencies
1.6.5
Create package target directory
1.6.4
Fix debian package building when go is preinstalled
1.6.3
Fix debian package building in CI
1.6.2
Fix debian package building in github actions
1.6.1: Update cozy-app-dev docker image build (#4170)
Update cozy-app-dev docker image to build again - Update from debian stretch to debian bullseye - Update from couchdb 2.2 to couchdb 3.2.2 - Update from nodejs 12 to nodejs 16 - Use upstream deb packages for couchdb and nodejs rather than compiling - Fix admin host trying to listen IPv6 in an IPv4 only container This should allow us to release cozy-app-dev image again