Skip to content
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

chore(main): release 1.0.0 #29

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 8, 2024

🤖 I have created a release beep boop

1.0.0 (2024-08-08)

⚠ BREAKING CHANGES

  • replaced azapi resources for container app jobs with native azurerm_container_app_job native resource

Features

  • update jobs to native azurerm resources (#27) (03f344b)

Bug Fixes

  • make sure that registry block is not required and only create role assignments if scope within registry block is defined

Upgrade from v0.4.0 to v1.0.0

  • Update module reference to: version = "~> 1.0"
  • Rename properties in environment object:
    • resourcegroup -> resource_group
    • init_container -> template.init_container
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Add a import block for the new azurerm resource, e.g.:
import {
to = azurerm_container_app_job.job["job1"]
id = "/subscriptions/XXXXXX-XXXX-XXXX-XXXX-XXXX/resourceGroups/rg-demo-dev/providers/Microsoft.App/jobs/caj-demo-dev-job1"
}
  • Add a remove block for the old azapi resource, e.g.:
removed {
from = azapi_resource.containerjob["app1"]
lifecycle {
    destroy = false 
  }
}

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner August 8, 2024 11:44
@dkooll dkooll merged commit 124da05 into main Aug 8, 2024
12 of 16 checks passed
Copy link
Contributor Author

github-actions bot commented Aug 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant