Skip to content

Releases: ekristen/azure-nuke

v1.1.0

28 Aug 15:41
6bf83f8
Compare
Choose a tag to compare

1.1.0 (2024-08-28)

Bug Fixes

  • public-ip-address: remove the use of plural, add deprecated alias (37bb906)

Features

  • disk: add CreationDate field (35fdaae)
  • virtual-machine: add CreationDate field (380dc36)

v1.0.2

27 Aug 16:50
e3bfeba
Compare
Choose a tag to compare

1.0.2 (2024-08-27)

Bug Fixes

  • application-federated-credential: fix nil pointer and display name (f8dee00)

v1.0.1

23 Aug 16:00
f6697fe
Compare
Choose a tag to compare

1.0.1 (2024-08-23)

Bug Fixes

  • deps: update module github.com/ekristen/libnuke to v0.18.0 (3898137)

v1.0.0

28 Jun 15:59
52358fe
Compare
Choose a tag to compare

1.0.0 (2024-06-28)

  • complete overhaul to use libnuke and new resource registration (dcfe6bf)

Bug Fixes

  • application-secret: use correct variable and fix nil pointer (6512c7a)
  • bring back arm builds (fb58600)
  • budget removal (a954063)
  • cut release with arm builds enabled again (0945747)
  • deps: update module github.com/ekristen/libnuke to v0.14.1 (0f2889c)
  • deps: update module github.com/ekristen/libnuke to v0.14.2 (ec0913f)
  • deps: update module github.com/fatih/color to v1.17.0 (c32e971)
  • deps: update module github.com/hashicorp/go-azure-helpers to v0.69.0 (b94b360)
  • deps: update module github.com/urfave/cli/v2 to v2.27.1 (a4a74f2)
  • deps: update module github.com/urfave/cli/v2 to v2.27.2 (c3bfc4c)
  • fixes, rewrites and all things to make things work (ba518d0)
  • killing arm builds for the moment, seems like github actions changed something (d4a58df)
  • killing arm builds for the moment, seems like github actions changed something (33705f6)
  • making libnuke migration work (cf1b541)
  • management-lock: switch to delete by scope (e58b120)
  • missed Location renames (8eda031)
  • missing cli args and incorrectly named (6a6dd5d)
  • pointer deref (44e0367)
  • pre-filter microsoft owned service principals (eccc44f)
  • resource-group: fix subscriptionId from being nil (f38ea89)
  • revert enabling arm builds (74cb9d9)
  • run sleep bug where no default sleep is set (cfab4c2)
  • subscription-role-assigment: support deleting newer permissions using newer api (fda1322)
  • subscription-role-assignment: actually perform deletion (4e28460)
  • subscription-role-assignment: correct the delete call (8a13b44)
  • subscription-role-assignment: use correct role name and role id (f9e6721)
  • switch stringer to name from id (e7f8e96)

Features

  • add ability to cleanup and remove role assignments from subscriptions (fad9121)
  • add list-resources command (8c3f31f)
  • goreleaser overhaul with apple signed binaries (1fd3ef0)
  • no more beta (f289085)
  • resources: adding management-lock resource (d84692d)
  • semantic release support (80df145)
  • use new libnuke test feature to build properties from struct (fa6d5c7)

BREAKING CHANGES

  • regions (aka locations) are used to control tenant level and resource group locations

v1.0.0-beta.14

25 Jun 23:26
b3269ad
Compare
Choose a tag to compare

1.0.0-beta.14 (2024-06-25)

Bug Fixes

  • deps: update module github.com/hashicorp/go-azure-helpers to v0.69.0 (b94b360)

v1.0.0-beta.13

20 Jun 01:14
0945747
Compare
Choose a tag to compare

1.0.0-beta.13 (2024-06-20)

Bug Fixes

  • cut release with arm builds enabled again (0945747)

v1.0.0-beta.12

10 Jun 20:40
f9e6721
Compare
Choose a tag to compare

1.0.0-beta.12 (2024-06-10)

Bug Fixes

  • application-secret: use correct variable and fix nil pointer (6512c7a)
  • subscription-role-assignment: use correct role name and role id (f9e6721)

v1.0.0-beta.9

07 Jun 16:04
4e28460
Compare
Choose a tag to compare

1.0.0-beta.9 (2024-06-07)

Bug Fixes

  • subscription-role-assignment: actually perform deletion (4e28460)

v1.0.0-beta.11

07 Jun 22:34
fda1322
Compare
Choose a tag to compare

1.0.0-beta.11 (2024-06-07)

Bug Fixes

  • subscription-role-assigment: support deleting newer permissions using newer api (fda1322)

v1.0.0-beta.10

07 Jun 17:15
8a13b44
Compare
Choose a tag to compare

1.0.0-beta.10 (2024-06-07)

Bug Fixes

  • subscription-role-assignment: correct the delete call (8a13b44)