Skip to content

Latest commit

 

History

History
221 lines (119 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

221 lines (119 loc) · 13.6 KB

Changelog

4.0.0 (2024-12-12)

⚠ BREAKING CHANGES

  • some keys regarding registry tokens and secrets have changed, which will cause a replacement.

Features

Upgrade from v3.2.2 to v4.0.0:

  • Update module reference to: version = "~> 4.0"

3.2.2 (2024-11-21)

Bug Fixes

  • agent setting block is now fully optional (#74) (e3aee76)

3.2.1 (2024-11-13)

Bug Fixes

  • fix submodule documentation generation (#72) (37eddce)

3.2.0 (2024-11-11)

Features

  • enhance testing with sequential, parallel modes and flags for exceptions and skip-destroy (#70) (4887664)

3.1.0 (2024-10-11)

Features

  • auto generated docs and refine makefile (#68) (170da12)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#67) (bd69966)

3.0.1 (2024-09-26)

Bug Fixes

  • fix defaults retention policy in days (#65) (18a276b)

3.0.0 (2024-09-24)

⚠ BREAKING CHANGES

  • Version 4 of the azurerm provider includes breaking changes.

Features

Upgrade from v2.0.0 to v3.0.0:

  • Update module reference to: version = "~> 3.0"
  • Rename properties in registry object:
    • trust_policy -> trust_policy_enabled
    • retention_policy -> retention_policy_in_days
    • encryption.enabled -> removed

2.0.0 (2024-09-04)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties.

Features

Upgrade from v1.7.0 to v2.0.0:

  • Update module reference to: version = "~> 2.0"
  • Rename or remove properties in registry object:
    • resourcegroup -> resource_group
    • trust_policy.enabled -> trust_policy
    • retention_policy.enabled -> retention_policy
    • replications -> georeplications
    • encryption.enable -> encryption
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • subscriptionId -> subscription_id'
    • acr -> registry
  • Change defaults:
    • identity is now fully optional
    • enabled property under trust_policy now defaults to false

1.7.0 (2024-08-28)

Features

1.6.0 (2024-08-22)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#55) (38227f2)
  • update contribution docs (#53) (f7a2f8a)

1.5.0 (2024-07-03)

Features

1.4.0 (2024-07-02)

Features

  • add issue template (#48) (dc844a0)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#45) (e691991)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#46) (0d5b9ea)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#49) (d5c4c99)
  • deps: bump github.com/hashicorp/go-getter in /tests (#47) (bcde716)

1.3.0 (2024-06-07)

Features

  • add pull request template (703b00d)

1.2.0 (2024-05-29)

Features

1.1.0 (2024-05-29)

Features

  • add tasks submodule with support for all available triggers and extended functionality (#36) (8046673)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#35) (f12c8f1)

1.0.0 (2024-05-27)

⚠ BREAKING CHANGES

  • The data structure for registry agent pools and tasks has changed. This change is not backwards compatible

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#30) (736c889)
  • deps: bump github.com/hashicorp/go-getter in /tests (#29) (1949c21)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 in /tests (#28) (9dde8e4)
  • refactor registry agent pools (#33) (c8bd072)

0.6.0 (2024-03-22)

Features

0.5.0 (2024-03-15)

Features

  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#15) (a729d59)
  • deps: bump github.com/stretchr/testify in /tests (#17) (0fdfa6c)
  • deps: bump google.golang.org/protobuf in /tests (#19) (cbd4423)
  • improved alignment for several properties and added some missing ones (#21) (f5545f7)
  • remove sku conditions on several properties because the rest api already does that and added conditional expressions to allow some global properties (#22) (fe49738)
  • small refactor private endpoints (#20) (a49b5db)

0.4.0 (2024-01-19)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#10) (b2a4e84)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#13) (00b1cd9)
  • deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tests (#12) (eccc9b5)
  • small refactor workflows (#14) (ad183ab)

0.3.0 (2023-11-23)

Features

  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry (#7) (88289d3)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#5) (52c5db3)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#8) (86ef359)

0.2.0 (2023-11-04)

Features

  • fix module source references in examples (#3) (0865129)

0.1.0 (2023-11-02)

Features