-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Terraform azuredevops to v0.11.0 #3
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/azuredevops-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
March 21, 2023 09:38
335415b
to
a1a906c
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.3.0
Update Terraform azuredevops to v0.4.0
Mar 21, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
May 29, 2023 21:57
a1a906c
to
5a9d621
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.4.0
Update Terraform azuredevops to v0.5.0
May 29, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
June 30, 2023 05:21
5a9d621
to
96fab0b
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.5.0
Update Terraform azuredevops to v0.6.0
Jun 30, 2023
renovate
bot
changed the title
Update Terraform azuredevops to v0.6.0
Update Terraform azuredevops to v0.7.0
Jul 21, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
July 21, 2023 03:00
96fab0b
to
391af20
Compare
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
August 18, 2023 02:41
391af20
to
e7f193a
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.7.0
Update Terraform azuredevops to v0.8.0
Aug 18, 2023
Plan Result (ithc_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (aat_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (ptlsbox_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (demo_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (sbox_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (perftest_cnp_dummy_library_test)
Change Result (Click me)Plan: 0 to add, 0 to change, 0 to destroy. |
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
September 5, 2023 11:59
e7f193a
to
2d54876
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.8.0
Update Terraform azuredevops to v0.9.0
Sep 5, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
September 8, 2023 11:46
2d54876
to
af9847a
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.9.0
Update Terraform azuredevops to v0.9.1
Sep 8, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
October 28, 2023 02:45
af9847a
to
e6ae412
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.9.1
Update Terraform azuredevops to v0.10.0
Oct 28, 2023
renovate
bot
force-pushed
the
renovate/azuredevops-0.x
branch
from
January 10, 2024 02:41
e6ae412
to
b5dbe14
Compare
renovate
bot
changed the title
Update Terraform azuredevops to v0.10.0
Update Terraform azuredevops to v0.11.0
Jan 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.0
->0.11.0
Release Notes
microsoft/terraform-provider-azuredevops (azuredevops)
v0.11.0
Compare Source
FEATURES:
azuredevops_servicehook_storage_queue_pipelines
#914IMPROVEMENTS:
azuredevops_serviceendpoint_azurerm
- Add support forfeatuure
to verify the service connection. #865azuredevops_build_definition
- Add support forqueue_status
. #916azuredevops_pipeline_authorization
- Enhance authorization status check. #929azuredevops_agent_queue
- Add support forname
. #906azuredevops_users
- Improve read operation performance. #939azuredevops_environment
- Add support for fetch environment by name. #917BUG FIX:
azuredevops_serviceendpoint_azurerm
- Fix resource deleted but state not removed. #921azuredevops_git_repository_file
- Fix apply for non-project resources fails. #925azuredevops_build_definition
- Fixskip_first_run
to work for all repo types. #928azuredevops_git_repository
- Fixdefault_branch
not set wheninit_type=Clean
orinit_type=Fork
. #946azuredevops_variable_group
- Exclude disabled secrets. #947v0.10.0
Compare Source
IMPROVEMENTS:
azuredevops_pipeline_authorization
- Add support forrepository
authorization #883azuredevops_elastic_pool
- Support settime_to_live_minutes
to0
#885azuredevops_serviceendpoint_azurerm
- Support exportservice_principal_id
#902azuredevops_area_permissions
- Update document #909BUG FIX:
azuredevops_build_folder_permissions
- Fix root folder permissions for builds not set #893azuredevops_project_pipeline_settings
- Fixenforce_referenced_repo_scoped_token
not set #898v0.9.1
Compare Source
FEATURES:
azuredevops_group_entitlement
#870v0.9.0
Compare Source
FEATURES:
azuredevops_serviceendpoint_nuget
#866azuredevops_serviceendpoint_azurecr
#867IMPROVEMENTS:
azuredevops_serviceendpoint_azurerm
- Add support forworkload_identity_federation_issuer
andworkload_identity_federation_subject
#861azuredevops_build_definition
- Add support forskip_first_run
#871v0.8.0
Compare Source
FEATURES:
azuredevops_serviceendpoint_maven
#617azuredevops_serviceendpoint_jenkins
#617azuredevops_serviceendpoint_nexus
#617azuredevops_environment
#838IMPROVEMENTS:
azuredevops_check_branch_control
- Add support fortimeout
#834azuredevops_check_business_hours
- Add support fortimeout
#834azuredevops_group
- Upgrade the API from v5 to v7 #854azuredevops_team
- Add support fortop
, custom the number of teams returned #778azuredevops_teams
- Add support fortop
, custom the number of teams returned #778BUG FIX:
azuredevops_git_permissions
- Fix branch name tokenization #842BREAKING CHANGE:
Deprecate hash properties, all the hash properties have been removed.
azuredevops_serviceendpoint_aws
#856azuredevops_serviceendpoint_azuredevops
#856azuredevops_serviceendpoint_azurerm
#856azuredevops_serviceendpoint_bitbucket
#856azuredevops_serviceendpoint_dockerregistry
#856azuredevops_serviceendpoint_generic
#856azuredevops_serviceendpoint_generic_git
#856azuredevops_serviceendpoint_github
#856azuredevops_serviceendpoint_github_enterprise
#856azuredevops_serviceendpoint_incomingwebhook
#856azuredevops_serviceendpoint_kubernetes
#856azuredevops_serviceendpoint_runpipeline
#856azuredevops_serviceendpoint_sonarqube
#856azuredevops_serviceendpoint_ssh
#856v0.7.0
Compare Source
FEATURES:
azuredevops_elastic_pool
#835azuredevops_check_exclusive_lock
#832azuredevops_check_required_template
#806IMPROVEMENTS:
azuredevops_project
- Get description from service connection not project #824azuredevops_check_business_hours
- Resolved description for business hours check. #831azuredevops_serviceendpoint_azurerm
- Support workload identity. #818azuredevops_serviceendpoint_azurerm
- Add support for managed identity and federated workload. #818BUG FIX:
azuredevops_pipeline_authorization
- Fix resource recreate withpipeline_id
not configured #809azuredevops_serviceendpoint_azurerm
- Fix imported resource force recreate bug #827azuredevops_branch_policy_status_check
- Fixedfilename_patterns
order #828azuredevops_git_repository
- Setdefault_branch
for imported repository #829v0.6.0
Compare Source
FEATURES:
azuredevops_check_approval
#728azuredevops_serviceendpoint_gcp_terraform
#742azuredevops_pipeline_authorization
- Alternative toazuredevops_resource_authorization
#787azuredevops_serviceendpoint_npm
#795azuredevops_serviceendpoint_sonarcloud
#796IMPROVEMENTS:
azuredevops_workitem
- Add support forarea_path
anditeration_path
#750azuredevops_check_approval
- Settimeout
default value #760azuredevops_git_repository
- Uppercase the name ofreadme.md
file #761azuredevops_project_pipeline_settings
- Add support forenforce_job_scope_for_release
#777BUG FIX:
azuredevops_branch_policy_min_reviewers
- Fixon_push_reset_approved_votes
cannot set totrue
#792azuredevops_project
- Fix state inconsistent after apply #793v0.5.0
Compare Source
FEATURES:
azuredevops_serviceendpoint_jfrog_distribution_v2
#705azuredevops_serviceendpoint_jfrog_artifactory_v2
#705azuredevops_serviceendpoint_jfrog_platform_v2
#705azuredevops_serviceendpoint_jfrog_xray_v2
#705IMPROVEMENTS:
azuredevops_serviceendpoint_azurerm
- Add support for resource state migration created prior to v0.4.0. #754azuredevops_variable_group
- Enhance create state handler. #756azuredevops_team
- Support exportdescriptor
. #753v0.4.0
Compare Source
FEATURES:
azuredevops_workitem
#659azuredevops_serviceendpoint_externaltfs
#676azuredevops_check_branch_control
#706azuredevops_check_business_hours
#706azuredevops_git_repository_branch
#713BUG FIX:
azuredevops_git_repository_file
- Create new file if deleted. #680azuredevops_serviceendpoint_npm
- Fixaccess_token
not updated after change. #708azuredevops_serviceendpoint_artifactory
- Fix unit test. #725azuredevops_build_folder
- Fixpath
cannot be updated. #730IMPROVEMENTS:
azuredevops_build_folder_permissions
- Check if the folder exists. #714azuredevops_branch_policy_auto_reviewers
- Support config minimum number of reviewers. #672azuredevops_agent_pool
- Enhance create/update handler. #716azuredevops_serviceendpoint_azurerm
- Support forenvironment
property. #699azuredevops_agent_pool
- Support forauto_update
property. #690azuredevops_agent_pool
- Support forauto_update
property. #690v0.3.0
Compare Source
FEATURES:
azuredevops_serviceendpoint_sonarcloud
#658azuredevops_serviceendpoint_azurerm
#623azuredevops_serviceendpoint_github
#627BUG FIX:
azuredevops_project
- Fall back to organization default template if template ID not found. #626azuredevops_serviceendpoint_kubernetes
- Fix plugin crash when thecluster_context
attribute was not specified. #638azuredevops_build_definition_permissions
- Recreate the resource if relate build definition not found. #644azuredevops_serviceendpoint_artifactory
- Fix token lost when update other properties. #656IMPROVEMENTS:
azuredevops_variable_group
- Support custom Key Vault secrets search depth. #654azuredevops_team
- Support export teamdescriptor
. #648v2.23.0
- #587v0.2.2
Compare Source
FEATURES:
azuredevops_serviceendpoint_octopusdeploy
#529azuredevops_serviceendpoint_incomingwebhook
#531azuredevops_build_definitions
#562BUG FIX:
azuredevops_serviceendpoint_kubernetes
- Does not updateservice_account
values when changed. #576azuredevops_project_features
- Fix concurrent modification error. #593azuredevops_project
- Fix concurrent modification error. #593azuredevops_project
- Handling 404 error code. #614IMPROVEMENTS:
azuredevops_serviceendpoint_azurerm
- Support for management group scope. #527azuredevops_branch_policy_build_validation"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_min_reviewers"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_auto_reviewers"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_work_item_linking"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_comment_resolution"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_merge_types"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_branch_policy_status_check"
- AddingDefaultBranch
intomatch_type
setting. #305azuredevops_project_pipeline_settings
- Replace deprecated APIs with latest SDK APIs. #609v2.11.0
- #587BREAKING CHANGE:
azuredevops_serviceendpoint_servicefabric
- Remove sensitive data hashes. #613v0.2.1
Compare Source
FEATURES:
azuredevops_project_pipeline_settings
#556BUG FIX:
azuredevops_group
- Fix scope not set #542azuredevops_branch_policy_build_validation
- Fixfilename_patterns
disordered. #539azuredevops_variable_group
- Fix create 401 authorization error. #541azuredevops_group
- Can not create group at project level. #558azuredevops_project
- Unable disable/enable project feature artifacts. #568IMPROVEMENTS:
azuredevops_serviceendpoint_azuredevops
, useazuredevops_serviceendpoint_runpipeline
instead - #565v0.2.0
Compare Source
FEATURES:
azuredevops_servicehook_permissions
#504azuredevops_tagging_permissions
#510azuredevops_serviceendpoint_argocd
#501azuredevops_environment
#143azuredevops_variable_group
#311BUG FIX:
azuredevops_serviceconnection_azurerm
- Service principal secret will not be updated when update other settings. #495azuredevops_build_definition
path
cannot end with backslash. #513azuredevops_git_repository
-default_branch
cannot set with initialize typeUninitialized
. #498azuredevops_variable_group
- Support search top 500 Key Vault secrets. #388azuredevops_group
- Import group not set scope. #345IMPROVEMENTS:
data_project
- Optimize read operation #524SecurityNamespace
and the according helper functions. #149Id
on aRead
operation when the connected ACLs not found. #149BREAKING CHANGE:
project_id
only support project ID, project name is no longer supported since v0.2.0. #494v0.1.8
Compare Source
FEATURES:
azuredevops_git_repository_file
#225azuredevops_serviceendpoint_permissions
#249azuredevops_groups
#483IMPROVEMENTS:
azuredevops_build_definition
Hosted Ubuntu 1604
toAzure Pipelines
. #466azuredevops_serviceendpoint_azuredevops
- Extension Configurable Pipeline Runner should be installed as documented. #454azuredevops_git_repository
-initialization
should be ignored when importing as documented. #467azuredevops_branch_policy_status_check
- Support new propertygenre
. #472azuredevops_users
- Support export user IDs. #400azuredevops_group
- Allow generic groups to be returned when searching the organization. #485BUG FIX:
azuredevops_user_entitlement
-principal_name
Suppress case sensitive. #446Delete
orNone
, this resource will be removed from.tfstate
. #447Authorizaiton
is not returned by service. #460v0.1.7
Compare Source
FEATURES:
azuredevops_team
#121azuredevops_team_members
#121azuredevops_team_administrators
#121azuredevops_repository_policy_case_enforcement
#113azuredevops_repository_policy_reserved_names
#113azuredevops_repository_policy_max_path_length
#113azuredevops_repository_policy_max_file_size
#113azuredevops_repository_policy_check_credentials
#113azuredevops_team
#121azuredevops_teams
#121BREAKING CHANGES:
azuredevops_repository_policy_author_email_pattern
- Removesettings
andscope
, policyscope
can be set by repository ID #436azuredevops_repository_policy_file_path_pattern
- Removesettings
andscope
, policyscope
can be set by repository ID #436v0.1.6
Compare Source
FEATURES:
serviceendpoint_generic
#402serviceendpoint_generic_git
#402IMPROVEMENTS:
resource_git_repository
- Support import private repository. #236azuredevops_git_permissions
- Can create permissions on non-existent branches. #411azuredevops_repository_policy_author_email_pattern
- Support project level repository policy setting #113azuredevops_repository_policy_file_path_pattern
- Support project level repository policy setting #113BUG FIX:
azuredevops_git_repository
- Changing theinit_type
will recreate the repository. #406azuredevops_serviceendpoint_kubernetes
- Import crash. #414v0.1.5
Compare Source
FEATURES:
azuredevops_serviceendpoint_servicefabric
#38azuredevops_repository_policy_author_email_pattern
#113azuredevops_repository_policy_file_path_pattern
#113azuredevops_branch_policy_status_check
#352IMPROVEMENTS:
azuredevops_serviceendpoint_azurerm
- Credentials can be updated without recreate. #387BUG FIX:
azuredevops_group
- Fix group scope not set #366azuredevops_serviceendpoint_azurecr
- Fix container registry name cannot be updated. #391v0.1.4
Compare Source
FEATURES:
azuredevops_serviceendpoint_ssh
#270azuredevops_serviceendpoint_npm
#334azuredevops_serviceendpoint_azuredevops
#339azuredevops_serviceendpoint_github_enterprise
#210IMPROVEMENTS:
azuredevops_group
- Support for changing group display names #356BUG FIX:
azuredevops_group
-scope
will be suppressed duringplan
andapply
#345azuredevops_variable_group
- handle non-existent variable groups #359v0.1.3
Compare Source
FEATURES:
azuredevops_branch_policy_merge_types
#300IMPROVEMENTS:
azuredevops_git_repository
- Support import Azure Git repository resource #43azuredevops_serviceendpoint_azurecr
- Support expose service principal ID #317azuredevops_serviceendpoint_github
- Compatible with GitHub App service connection #326BUG FIX:
azuredevops_serviceendpoint_azurecr
- Fix unable to update the description #312azuredevops_branch_policy_build_validation
- Handle deleted policy #330v0.1.2
Compare Source
FEATURES:
azuredevops_serviceendpoint_artifactory
#256azuredevops_serviceendpoint_sonarqube
#257IMPROVEMENTS:
azuredevops_serviceendpoint_azurecr
- Change docker registry login server to lowercase #277azuredevops_serviceendpoint_github
- Enhanceauth_...
configuration block check #275azuredevops_branch_policy_min_reviewers
- Support new configurations #255last_pusher_cannot_approve
- Prohibit the most recent pusher from approving their own changes. Defaults to false.allow_completion_with_rejects_or_waits
- Allow completion even if some reviewers vote to wait or reject. Defaults to false.on_push_reset_approved_votes
- When new changes are pushed reset all approval votes (does not reset votes to reject or wait). Defaults to false.on_push_reset_all_votes
- When new changes are pushed reset all code reviewer votes. Defaults to false.on_last_iteration_require_vote
- On last iteration require vote. Defaults to false.BUG FIX:
azuredevops_variable_group
- Key vault variables will be verified with Azure key vault secrets #252v0.1.1
Compare Source
FEATURES:
azuredevops_build_definition_permissions
#254azuredevops_serviceendpoint_runpipeline
#182IMPROVEMENTS:
azuredevops_serviceendpoint_kubernetes
- Supportcluster_admin
in Kubernetes service connections #218azuredevops_git_repository
- Removesource_type
default value #265Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.