Releases: tjhop/linode-tagger
Releases · tjhop/linode-tagger
v0.2.1
v0.1.0
v0.0.1
Changelog
- 1e8ef84 chore: add
.gitignore
config - 8521c44 chore: add license (MIT)
- 95e5bac chore: improve logging at program checkpoints
- fb5072b feat!: allow defining arbitrary numbers of tag rules in config file
- 4d4c561 feat: add
dry-run
flag to generate tag diffs without applying new - 75f970c feat: add goreleaser config and some basic build instructions
- 9a854cf feat: add new check/error that tags on updated instance match provided tags
- 966914f feat: allow debugging linode api calls at
trace
log level - f56ded2 feat: initial
tagger
prototype - c424690 fix: invert absent tag logic to preserve unaffected other tags
- a410432 fix: when config flag is set, explicitly use config we're told to
- ff206ed ref: pass tags slice as point, since that's what linodego uses