Skip to content

Releases: crossplane-contrib/provider-upjet-azure

v1.11.0

09 Jan 16:39
ea2925b
Compare
Choose a tag to compare

The v1.11.0 release introduces a new resource ContainerImmutabilityPolicy.storage.azure.upbound.io/v1beta1, enhancements, and dependency updates.

What's Changed

  • Update module golang.org/x/crypto to v0.31.0 [SECURITY] by @renovate in #888
  • Update module golang.org/x/net to v0.33.0 [SECURITY] by @renovate in #898
  • Update actions/cache digest to 1bd1e32 by @renovate in #883
  • Update alpine Docker tag to v3.21.0 by @renovate in #884
  • add azurerm_storage_container_immutability_policy by @Mikel-Landa in #886
  • Ignore lateinitialize for secret field in the ContainerApp resource by @turkenf in #906
  • Update all non-major github action by @renovate in #905
  • Update docker/setup-qemu-action action to v3.3.0 by @renovate in #914
  • Update alpine Docker tag to v3.21.2 by @renovate in #913

Full Changelog: v1.10.2...v1.11.0

v1.10.2

26 Dec 12:08
c102713
Compare
Choose a tag to compare

This release updates golang.org/x/net to v0.33.0 to fix CVE-2024-45338 and addresses the issue caused by removing the secret field from the ContainerApp resource.

What's Changed

  • Update module golang.org/x/net to v0.33.0 release-1.10 [SECURITY] by @turkenf in #897
  • [Backport release-1.10] Ignore lateinitialize for secret field in the ContainerApp resource by @github-actions in #907

Full Changelog: v1.10.1...v1.10.2

v1.10.1

18 Dec 18:56
13ea25c
Compare
Choose a tag to compare

This release includes updates to the go.mod file to address security vulnerabilities.

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

05 Dec 14:41
a7f7d78
Compare
Choose a tag to compare

The v1.10.0 release introduces the Terraform provider upgrade from 3.116.0 to 3.117.0, and new resources.

Support for New Resources

  • MongoRoleDefinition.cosmosdb.azure.upbound.io/v1beta1
  • MongoUserDefinition.cosmosdb.azure.upbound.io/v1beta1

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

21 Nov 14:17
1c27470
Compare
Choose a tag to compare

The v1.9.0 release introduces new resources, bug fixes (an important one crossplane/upjet#449), enhancements, and dependency updates.

Support for New Resources

  • PrivateDNSResolverOutboundEndpoint.network.azure.upbound.io/v1beta1
  • TrustedAccessRoleBinding.authorization.azure.upbound.io/v1beta1

What's Changed

  • Update module github.com/golang-jwt/jwt/v4 to v4.5.1 [SECURITY] by @renovate in #867
  • Add Private DNS Resolver Outbound Endpoint azurerm_private_dns_resolver_outbound_endpoint by @faizan-younus in #865
  • Add feature azurerm_kubernetes_cluster_trusted_access_role_binding by @drew0ps in #871
  • Bump upjet and add new examples with secret for container app resource by @turkenf in #873

Full Changelog: v1.8.0...v1.9.0

v1.8.0

06 Nov 16:27
c73b635
Compare
Choose a tag to compare

The v1.8.0 release introduces the Terraform provider upgrade from 3.110.0 to 3.116.0, new resources, bug fixes, enhancements, and dependency updates.

Support for New Resources

  • PrivateDNSResolverInboundEndpoint.network.azure.upbound.io/v1beta1
  • RedisCacheAccessPolicy.cache.azure.upbound.io/v1beta1
  • RedisCacheAccessPolicyAssignment.cache.azure.upbound.io/v1beta1

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

04 Oct 13:11
e5758fd
Compare
Choose a tag to compare

The v1.7.0 release introduces the Terraform provider upgrade from v3.95.0 to v3.110.0, new resources, enhancements, and dependency updates.

Support for New Resources

  • BackupInstanceKubernetesCluster.dataprotection.azure.upbound.io/v1beta1
  • CustomDomain.containerapp.azure.upbound.io/v1beta1
  • EnvironmentCertificate.containerapp.azure.upbound.io/v1beta1
  • EnvironmentCustomDomain.containerapp.azure.upbound.io/v1beta1
  • EnvironmentDaprComponent.containerapp.azure.upbound.io/v1beta1
  • EnvironmentStorage.containerapp.azure.upbound.io/v1beta1

What's Changed

  • Add azurerm_data_protection_backup_instance_kubernetes_cluster feature by @drew0ps in #822
  • Update alpine Docker tag to v3.20.3 by @renovate in #814
  • Filter empty length key diffs in Storage Account resource by @mergenci in #816
  • Use different parameters name for auth and config group overrides by @sergenyalcin in #831
  • Add uptestable example for PrivateDNSZoneVirtualNetworkLink by @turkenf in #829
  • Bump Terraform provider version to v3.110.0 by @turkenf in #825
  • Configure container app resources and add examples by @turkenf in #832

Full Changelog: v1.6.1...v1.7.0

v1.6.1

25 Sep 10:59
1f3a612
Compare
Choose a tag to compare

The v1.6.1 release introduces the fix to the issues of the StorageAccount resource mentioned in this PR.

What's Changed

  • [Backport release-1.6] Filter empty length key diffs in Storage Account resource by @github-actions in #826

Full Changelog: v1.6.0...v1.6.1

v1.6.0

20 Sep 17:49
d33e07f
Compare
Choose a tag to compare

The v1.6.0 release introduces new resources enhancements, and dependency updates. With this release we cleaned uptest specific codes/placeholders from the examples in the marketplace.

Support for New Resources

  • KubernetesClusterExtension.containerservice.azure.upbound.io/v1beta1
  • BackupPolicyKubernetesCluster.dataprotection.azure.upbound.io/v1beta1

What's Changed

  • Add backup policy kubernetes azurerm_data_protection_backup_policy_kubernetes_cluster by @drew0ps in #803
  • Update actions/upload-artifact digest to 5076954 by @renovate in #806
  • Bump upjet to the commit 3afbb77 by @turkenf in #815
  • Add aks cluster extension feature azurerm_kubernetes_cluster_extension by @drew0ps in #818
  • Add cleanupexamples tool to subpackages build process by @turkenf in #823

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

16 Sep 12:09
5d7af39
Compare
Choose a tag to compare

The v1.5.1 release fixes the issue of hiding error messages.

What's Changed

  • [Backport release-1.5] Bump upjet to the commit 3afbb77 by @github-actions in #817

Full Changelog: v1.5.0...v1.5.1