This release contains mostly minor bug fixes and allows more granular control
for listening on unix sockets.
1.5.2 (2020-06-23)
Bug Fixes
-
Do not log error at login/consent cancelation (#1914) (379eed3), closes #1912
-
Improve Makefile dependency management (#1918) (5359276), closes #1916:
This install dependencies only when you make a target that needs it.
This also removes the check that certain system dependencies (e.g. go)
are installed. Instead, we simply let the target fail. This ensures we
only test for the desired dependencies.
Features
-
Allow modifying unix socket permissions (#1915) (b19b7cf):
This allows the reverse proxy to actually read the unix socket, since
- The default permissions are 0755
- Hydra is usually run as a user different than the reverse proxy
- One needs read and write permissions to connect to the socket
With the commit, one can set the group to be a group that contains the
reverse proxy user and permissions to 0770
Changelog
dca89f9 autogen(docs): generate and format documentation
54d610d autogen(docs): generate and format documentation
f4f84fc autogen(docs): generate and format documentation
17c2fe0 autogen(docs): generate and format documentation
8d94004 autogen(docs): regenerate and update changelog
4d2cd48 autogen: pin v1.5.2 release commit
2bf781f chore: bump docker-compose hydra version
4603c5a chore: bump ory/x to v0.0.132 (#1923)
b19b7cf feat: allow modifying unix socket permissions (#1915)
5097805 fix: bump pop to v5.2 (#1922)
379eed3 fix: do not log error at login/consent cancelation (#1914)
5359276 fix: improve Makefile dependency management (#1918)
Docker images
docker pull oryd/hydra:v1
docker pull oryd/hydra:v1.5
docker pull oryd/hydra:v1.5.2
docker pull oryd/hydra:v1.5.2
docker pull oryd/hydra:latest
docker pull oryd/hydra:v1-alpine
docker pull oryd/hydra:v1.5-alpine
docker pull oryd/hydra:v1.5.2-alpine
docker pull oryd/hydra:v1.5.2-alpine
docker pull oryd/hydra:latest-alpine