Changelog¶
1.13.0 (2024/02/01)¶
- Enables automatic API version negotiation for the docker client (#313)
- Go 1.21 (#285 #284)
- Alpine Linux 3.19 (#317)
- Bump github.com/alecthomas/kong to 0.8.1 (#289)
- Bump github.com/distribution/distribution to 2.8.3+incompatible (#259 #260 #302)
- Bump github.com/docker/cli to 24.0.7+incompatible (#250 #290)
- Bump github.com/docker/docker to 24.0.7+incompatible (#250 #290)
- Bump github.com/opencontainers/image-spec to 1.0.2 (#239)
- Bump github.com/prometheus/client_golang to 1.11.1 (#234)
- Bump github.com/rs/zerolog from 1.29.0 to 1.31.0 (#245 #288)
- Bump golang.org/x/crypto to 0.17.0 (#237 #303)
- Bump golang.org/x/net to 0.17.0 (#238 #287)
- Bump golang.org/x/sys to 0.16.0 (#252 #279 #301 #306)
1.12.0 (2023/02/14)¶
- Go 1.19 (#214)
- Alpine Linux 3.17 (#223)
- Enhance workflow (#215)
- Bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 (#220)
- Bump github.com/docker/cli from 20.10.17+incompatible to 20.10.22+incompatible (#221)
- Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.22+incompatible (#222)
- Bump golang.org/x/sys to 0.5.0 (#224 #230)
- Bump github.com/rs/zerolog from 1.27.0 to 1.29.0 (#207 #227)
- Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (#233)
1.11.0 (2022/07/17)¶
- Option to query the registry on service update (#201)
- Fix possible nil pointer with ElectAuthServer from docker cli (#202)
- Go 1.18 (#204)
- Alpine Linux 3.16 (#166 #206)
- goreleaser-xx 1.2.5
- Move
syscall
togolang.org/x/sys
- MkDocs Material 8.3.9 (#205)
- Enhance dockerfiles (#163)
- Bump github.com/alecthomas/kong from 0.2.17 to 0.6.1 (#152 #162 #165 #176 #200)
- Bump github.com/docker/cli from 20.10.8 to 20.10.17 (#149 #160 #197)
- Bump github.com/docker/docker from 20.10.8 to 20.10.17 (#148 #159 #196)
- Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 (#145 #155 #181)
- Bump github.com/rs/zerolog from 1.24.0 to 1.27.0 (#144 #150 #162 #198)
1.10.0 (2021/09/05)¶
- Docker client v20.10.8 (#109 #110 #134 #135)
- Go 1.17 (#114 #140)
- Add
darwin/amd64
,darwin/arm64
,linux/riscv64
,windows/arm64
artifacts (#141) - Alpine Linux 3.14
- MkDocs Materials 7.2.6 (#143)
- Remove
linux/s390x
Docker platform support (for now) - Switch to goreleaser-xx (#111)
- Bump github.com/rs/zerolog from 1.20.0 to 1.24.0 (#131 #137 #142)
- Bump github.com/mitchellh/mapstructure from 1.4.0 to 1.4.1 (#103)
- Bump github.com/alecthomas/kong from 0.2.12 to 0.2.16 (#106 #112)
1.9.0 (2021/01/03)¶
- Refactor CI and dev workflow with buildx bake (#99)
- Upload artifacts
- Add
image-local
target - Single job for artifacts and image
- Add
armv5
artifact
- Use embedded tzdata package and remove
--timezone
flag (#98) - Go 1.15 (#97)
- Send registry authentication details to Swarm agents (#96)
- Docker client v20.10.1
- Remove support for
freebsd/*
(moby/moby#38818) - Handle registry auth from spec (#92)
- Bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.0 (#88)
- Bump github.com/alecthomas/kong from 0.2.11 to 0.2.12 (#89)
- Docker image also available on GitHub Container Registry
- Bump github.com/rs/zerolog from 1.19.0 to 1.20.0 (#68)
- Docs website with mkdocs
- Switch to Docker actions
- Add notes about timezone (#43)
- Add renovate example (#42)
- Add MariaDB dump example (#35)
1.8.0 (2020/04/06)¶
- Switch to kong command-line parser
- Go 1.13
- Docker client v19.03.8
- Use Open Container Specification labels as label-schema.org ones are deprecated
- Update deps
1.7.1 (2019/11/11)¶
- Update deps
- Cache go modules
1.7.0 (2019/10/30)¶
- Seconds field is now optional
- Docker client v19.03.4
1.6.0 (2019/10/13)¶
- Allow to set more replicas (#16)
- Docker client v19.03.3
- Update deps
1.5.0 (2019/09/27)¶
- Update deps
- Go 1.12.10
1.4.0 (2019/09/22)¶
- Log removed/disabled services
- Docker client v19.03.2
- Use GOPROXY
- Stop publishing Docker image on Quay
- Multi-platform Docker image
- Switch to GitHub Actions
- Add instructions to create a Linux service
1.3.0 (2019/07/19)¶
- Docker client v18.09.8
1.3.0-beta.1 (2019/07/18)¶
- Add support for global mode (#7)
- Use v3 robfig/cron
- Docker client v18.09.7
1.2.1 (2019/05/30)¶
- Fix nil pointer (#7)
1.2.0 (2019/05/01)¶
- Skip completed tasks while checking status (#4)
- Update Docker client and some libs
- Go 1.12.4
1.1.0 (2019/03/21)¶
- Go 1.12.1
1.0.0 (2019/02/17)¶
- Add JSON log output
- Deliver artifacts through goreleaser
- Review project structure
0.2.1 (2019/01/24)¶
- Go 1.11.5
- Update
go.sum
after go@1.11.4 symlink fix (golang/go#29278)
0.2.0 (2019/01/22)¶
- Add support for Docker API 1.38 (#3)
- ldflags -X not properly applied
0.1.2 (2019/01/14)¶
- Fix non-cronjob services added to cronjob list (#2)
- Handle removed services
- NPE while checking service
0.1.1 (2018/12/13)¶
- Fix build args
- Checksum mismatch on Go 1.11.4
0.1.0 (2018/12/13)¶
- Initial version based on Docker API 1.26
Last update:
2020-09-21 23:07:39
Created: 2020-09-21 23:07:39
Created: 2020-09-21 23:07:39