All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update build for golang 1.22.3
- update gitflow
- bump dependensies
- golang.org/x/oauth2 from 0.23.0 to 0.24.0
- golang.org/x/sync from 0.8.0 to 0.9.0
- docker/login-action from 2 to 3
- docker/setup-qemu-action from 2 to 3
- docker/metadata-action from 4 to 5
- actions/checkout from 3 to 4
- actions/setup-go from 3 to 5
- update docs
- bump dependensies
- github.com/LeKovr/go-kit/config v0.2.1 to v0.2.2
- github.com/LeKovr/go-kit/logger v0.2.2 to v0.2.3
- github.com/LeKovr/go-kit/ver v0.1.0 to v0.10.0
- github.com/go-logr/logr v1.3.0 to v1.4.2
- github.com/google/uuid v1.5.0 to v1.6.0
- golang.org/x/oauth2 v0.15.0 to v0.23.0
- golang.org/x/sync v0.5.0 to v0.8.0
- upd: build app for go 1.21
- add: build docker for arm64v8
- Bump github.com/google/uuid from 1.4.0 to 1.5.0
- Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0
- upd: move from github.com/patrickmn/go-cache to zgo.at/zcache/v2
- Bump golang.org/x/sync from 0.3.0 to 0.5.0
- bump golang.org/x/net to 0.17.0
- Bump github.com/google/uuid from 1.3.0 to 1.4.0
- Bump github.com/go-logr/logr from 1.2.4 to 1.3.0
- Bump golang.org/x/oauth2 from 0.10.0 to 0.13.0
make
anddocker
parts refactored like webtail- fixed golangci-lint notes (most of)
- add app version check
- add golang actions (golangci-lint do not breaks on errors yet)
- Create dependabot.yml
- add golangci.yml
- github action versions
- Bump github.com/LeKovr/go-kit/logger from 0.2.1 to 0.2.2
- Bump golang.org/x/sync from 0.1.0 to 0.3.0
- Bump golang.org/x/oauth2 from 0.6.0 to 0.10.0
- Bump github.com/LeKovr/go-kit/config from 0.2.0 to 0.2.1
- CLI argument
--debug
changed to--log.debug
- build with go 1.18, update dependences
- move to github.com/LeKovr/go-kit
- use dcape-compose for
docker build
inMakefile
- support for pkg usage added (SetupRoutes, ProtectMiddleware)
- logging moved from gopkg.in/birkirb/loggers.v1 to github.com/go-logr/logr