We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df6af2 commit 6b41c3eCopy full SHA for 6b41c3e
CHANGELOG
@@ -1,3 +1,7 @@
1
+Version 0.14.0 (2024-12-20)
2
+---------------------------
3
+Install sbt in GitHub workflows
4
+
5
Version 0.13.1 (2024-09-11)
6
---------------------------
7
Add max JSON depth check to /keygen endpoint
docker/docker-compose.yml
@@ -20,7 +20,7 @@ services:
20
POSTGRES_PASSWORD: ${IGLU_DB_PASSWORD:-iglusecret}
21
iglu-server:
22
container_name: iglu-server
23
- image: snowplow/iglu-server:${IGLU_VERSION:-0.13.1}
+ image: snowplow/iglu-server:${IGLU_VERSION:-0.14.0}
24
command: --config /snowplow/config/config.hocon
25
environment:
26
IGLU_SUPER_API_KEY: ${IGLU_SUPER_API_KEY:-5fb4713d-73ad-4163-93a9-2b82f0177c5b}
0 commit comments