Releases: crossplane-contrib/provider-upjet-azuread
v0.7.0
v0.6.0
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
- @renovate made their first contribution in #31
- @dverveiko made their first contribution in #38
- @jeanduplessis made their first contribution in #43
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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 theReady=True
status condition and is defined as the time between the MR'smetadata.creationTimestamp
and the time it acquires theReady=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 addCODEOWNERS
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
v0.3.0
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
v0.1.0
What's Changed
- Repo initial configuration by @ulucinar in #2
- Initial resources by @turkenf in #1
- Consume commit 02307da6ff53 of Upjet by @ulucinar in #3
- Configure and test remaining resources by @turkenf in #4
- Provider Azuread as an Official Provider by @turkenf in #6
New Contributors
Full Changelog: https://github.com/upbound/provider-azuread/commits/v0.1.0