Skip to content

Releases: crossplane-contrib/provider-upjet-azuread

v0.6.0

31 Mar 17:26
10bce15
Compare
Choose a tag to compare

What's Changed

  • Bump upjet dependency by @ulucinar in #32
  • Remove old CI workflows and reuse new one by @turkenf in #18
  • Remove old workflows and reuse new ones: Backport, Comment Commands and Tag by @turkenf in #20
  • Update module golang.org/x/net to v0.7.0 [SECURITY] by @renovate in #31
  • Add caller workflow for publishing docs by @turkenf in #39
  • Update alpine Docker tag to v3.17.2 by @renovate in #24
  • Update module sigs.k8s.io/controller-tools to v0.11.3 by @renovate in #35
  • Update module sigs.k8s.io/controller-runtime to v0.14.6 by @renovate in #34
  • Update module github.com/crossplane/crossplane-runtime to v0.19.2 [SECURITY] by @renovate in #37
  • Remove workflow update by @dverveiko in #38
  • Add check-examples.py by @turkenf in #40
  • Regenerate the CRDs by @jeanduplessis in #43
  • Add upjet ProviderScheduler by @ulucinar in #44

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Mar 13:17
7ecf67e
Compare
Choose a tag to compare

In addition to bumping the underlying Terraform provider version to v2.36.0, with the v0.29.0 release, upbound/provider-azuread now exposes the following Prometheus metrics from the upjet runtime:

  • upjet_terraform_cli_duration: This is a histogram metric and reports statistics, in seconds, on how long it takes a Terraform CLI invocation to complete.
  • upjet_terraform_active_cli_invocations: This is a gauge metric and it's the number of active (running) Terraform CLI invocations.
  • upjet_terraform_running_processes: This is a gauge metric and it's the number of running Terraform CLI and Terraform provider processes.
  • upjet_resource_ttr: This is a histogram metric and it measures, in seconds, the time-to-readiness for managed resources. Time-to-readiness (TTR for short) is defined for managed resources with the Ready=True status condition and is defined as the time between the MR's metadata.creationTimestamp and the time it acquires the Ready=True condition.

A detailed account of the available custom Prometheus metrics together with examples showing them in action can be found in crossplane/upjet#170.

The provider's package is available as xpkg.upbound.io/upbound/provider-azuread:v0.5.0, and please don't forget to check the provider's Upbound Marketplace documentation.

What's Changed

  • ci: configure renovate by @phisco in #8
  • Update OWNERS.md and add CODEOWNERS by @turkenf in #27
  • Bump Terraform provider version to v2.36.0 by @svscheg in #29
  • Consume upjet with custom metrics by @turkenf in #30

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Feb 14:26
86285cc
Compare
Choose a tag to compare

What's Changed

  • Bumps dependencies used in Github workflows by @turkenf in #14

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Feb 17:15
71f80bc
Compare
Choose a tag to compare

With the v0.3.0 release, we have bumped the underlying Terraform provider version to v2.33.0. The serviceprincipals.TokenSigningCertificate managed resource is now available. The provider's package is available as xpkg.upbound.io/upbound/provider-azuread:v0.3.0, and please don't forget to check the provider's Upbound Marketplace documentation.

What's Changed

  • Bump Terraform provider version to v2.33.0 by @ulucinar in #10
  • Configure example for azuread_service_principal_token_signing_certificate by @turkenf in #12
  • Bump upjet to commit b1ed9245d05 by @ulucinar in #13

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Jan 14:38
990895b
Compare
Choose a tag to compare

What's Changed

  • Configure example for azuread_conditional_access_policy by @turkenf in #7
  • Update upjet dependency by @turkenf in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Dec 14:32
56b9a73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/upbound/provider-azuread/commits/v0.1.0