Skip to content

Commit

Permalink
Build v0.5 and make it stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Jan 7, 2024
1 parent abcd4b1 commit 754984f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
revision: 20230630
revision: 20240107
versions:
v0.5.0:
- v0.5
- v0.5.0
- latest
v0.5.0-alpha.1:
- 0.5.0-alpha.1
v0.4.1:
- latest
- 0.4.1
- 0.4
v0.4.0:
Expand Down
19 changes: 19 additions & 0 deletions testdata/v0.5.0/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
ssh:
hostkeys:
- /var/secrets/ssh_host_rsa_key
auth:
password:
method: webhook
webhook:
url: http://authconfig:8080
publicKey:
method: webhook
webhook:
url: http://authconfig:8080
configserver:
url: http://authconfig:8080/config
backend: docker
docker:
connection:
host: unix:///var/run/docker.sock

0 comments on commit 754984f

Please sign in to comment.