Releases: tjhop/linode-tagger
Releases · tjhop/linode-tagger
v1.2.1
Changelog
Other Changes
- 7d45363 build(deps):
go get -u ./... && go mod tidy
- 906426f build: adopt chainguard busybox image as base for linode-tagger container
- 052c5e2 build: update to go1.23.0, update go deps
- 3e8e83a chore: adopt log/slog, drop logrus
- c754f5a chore: update go modules
v1.2.0
Changelog
New Features And Changes
- 86ec9b3 feat: add support for firewalls
Fixes
- 56f72f6 fix: return sorted string slices
Other Changes
- 020b4ad chore: update deprecated ioutil calls
- fc07b43 chore: update go modules
v1.1.2
Changelog
- 0141a32 fix: only enable file/func log prettifiers at debug level or higher
v1.1.0
Changelog
- 45eba5a feat: allow dynamic tags based on regex capture groups
v1.0.1
Changelog
- ffeefb0 fix: don't include unconfigured objects in desired tag changes/diffs
v1.0.0
Changelog
- 19738f9 ref!: use discrete structs rather than raw interfaces/maps
- cacfec0 ref: deprecate
report
flag/table output in favor of all json
v0.4.0
Changelog
- 04d22a4 feat: add version flag and embed build info in binary
v0.3.1
Changelog
- f9ab6f0 ref(perf): only lookup objects from api that have tag rules configured
- 87feaee ref: create
tagger()
func, split main()
up a bit
v0.3.0
Changelog
- a9f2910 feat: add support for all taggable Linode objects (#4)