Skip to content

Releases: ekristen/libnuke

v0.15.1

10 Jun 19:31
d3ad510
Compare
Choose a tag to compare

0.15.1 (2024-06-10)

Bug Fixes

  • filter: support bool and string values for invert property (8110fd9)

v0.15.0

09 Jun 00:03
c828745
Compare
Choose a tag to compare

0.15.0 (2024-06-09)

Bug Fixes

  • allow settings to be used in filters properly (d8cbc29)
  • compare error with As not Is (6fae2a9)
  • golangci-lint violations and code optimizations (a77de7a)
  • omit _ prefixed properties (e5306c7)

Features

  • allow tag prefix to be changed to a different term (91349c8)
  • allow wait hook to set wait or failure states (d2db7f2)
  • allow wait to be hooked by a resource (6345e83)
  • new interface for lister with close for gcp (37bb6e8)

v0.14.2

13 May 16:33
fb5531a
Compare
Choose a tag to compare

0.14.2 (2024-05-13)

Bug Fixes

  • deps: update module github.com/fatih/color to v1.17.0 (7d2166d)

v0.14.1

22 Apr 23:57
e236a7f
Compare
Choose a tag to compare

0.14.1 (2024-04-22)

Bug Fixes

  • deps: update module golang.org/x/sync to v0.7.0 (98ab7e1)

v0.14.0

21 Apr 23:17
939dab9
Compare
Choose a tag to compare

0.14.0 (2024-04-21)

Bug Fixes

  • golangci-lint: resolve violations (fade006)
  • ignore fields that are not exported (c019f30)
  • simplify props from struct with reflect use, add benchmark funcs (2e28dec)
  • support struct being a pointer (9ccb064)
  • update to proper name ref (265e844)

Features

  • add new function to get all registrations (1917e0d)
  • func to build properties from struct (5623af4)
  • generate property documentation for resources (c1c6eff)
  • get properties from structure (1711685)

v0.13.1

28 Mar 22:22
9c84ff2
Compare
Choose a tag to compare

0.13.1 (2024-03-28)

Bug Fixes

  • filter: guard against type being nil (#46) (9c84ff2)

v0.13.0

28 Mar 21:23
804aa1b
Compare
Choose a tag to compare

0.13.0 (2024-03-28)

Features

  • filter: add In and NotIn operators (#44) (804aa1b)

v0.12.0

14 Mar 02:45
714d468
Compare
Choose a tag to compare

0.12.0 (2024-03-14)

Features

v0.11.0

08 Mar 22:59
aee80cf
Compare
Choose a tag to compare

0.11.0 (2024-03-08)

Features

  • adding func to set with prefix for properties (#41) (aee80cf)

v0.10.2

07 Mar 22:36
2563f24
Compare
Choose a tag to compare

0.10.2 (2024-03-07)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.9.0 (#40) (2563f24)