Skip to content

Commit

Permalink
chore(deps): update authzed/spicedb docker tag to v1.39.1
Browse files Browse the repository at this point in the history
| datasource | package         | from    | to      |
| ---------- | --------------- | ------- | ------- |
| docker     | authzed/spicedb | v1.38.1 | v1.39.1 |
  • Loading branch information
renovate-bot committed Dec 16, 2024
1 parent 89084ca commit 913ef2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-spicedb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
==== Consumes (via `bootstrap.properties`)

* `embedded.spicedb.enabled` `(true|false, default is true)`
* `embedded.spicedb.dockerImage` `(default is 'authzed/spicedb:v1.38.1')`
* `embedded.spicedb.dockerImage` `(default is 'authzed/spicedb:v1.39.1')`
** Image versions on https://hub.docker.com/r/authzed/spicedb/tags[dockerhub]
* `embedded.spicedb.presharedKey` `(default is 'somerandomkeyhere')`
* `embedded.toxiproxy.proxies.spicedb.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-spicedb` container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public class SpiceDBProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "authzed/spicedb:v1.38.1";
return "authzed/spicedb:v1.39.1";
}
}

0 comments on commit 913ef2c

Please sign in to comment.