Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Jan 7, 2024
1 parent 315c3f8 commit 53f13ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

NOTE: This application is not yet intended for general use.

## [v0.1.1] - 2024-01-06
## [v0.1.3] - 2024-01-06

Add file write update schedule. Files will only be written at
the specified time and subsequently containers will only restart
when files are written.

If any files are missing, the client disregards scheduling and
updates right away (on the assumption the dependent applications
are, or will, fail without the missing files).


## [v0.1.2] - 2024-01-06

Add docker API version negotiation.

Expand Down
2 changes: 1 addition & 1 deletion pkg/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// version
const appVersion = "0.1.1"
const appVersion = "0.1.3"

// main entrypoint
func main() {
Expand Down

0 comments on commit 53f13ef

Please sign in to comment.