Skip to content

Releases: tjhop/linode-tagger

v1.2.1

01 Oct 03:35
Compare
Choose a tag to compare

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

12 Mar 12:44
Compare
Choose a tag to compare

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

06 Jan 00:23
Compare
Choose a tag to compare

Changelog

  • 0141a32 fix: only enable file/func log prettifiers at debug level or higher

v1.1.1

28 Nov 16:17
Compare
Choose a tag to compare

Changelog

v1.1.0

16 Nov 05:20
Compare
Choose a tag to compare

Changelog

  • 45eba5a feat: allow dynamic tags based on regex capture groups

v1.0.1

07 Nov 19:19
Compare
Choose a tag to compare

Changelog

  • ffeefb0 fix: don't include unconfigured objects in desired tag changes/diffs

v1.0.0

31 Oct 18:23
Compare
Choose a tag to compare

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

03 Aug 14:02
Compare
Choose a tag to compare

Changelog

  • 04d22a4 feat: add version flag and embed build info in binary

v0.3.1

28 Jul 16:33
Compare
Choose a tag to compare

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

25 Jul 21:22
Compare
Choose a tag to compare

Changelog

  • a9f2910 feat: add support for all taggable Linode objects (#4)