Skip to content

The Initial Public Preview Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@yuhattor yuhattor released this 27 Sep 07:16
· 131 commits to main since this release

GitHub Actions can be used to automate the workflow of creating a new revision of Azure Container App. ACA Review Apps runs the code contained in the GitHub pull request as an app in the Container App. The review app is then created as a new revision with a Weight of 0, each with a unique URL that can be shared. This is a great way to review and test code changes.

Full Changelog: v0.1...v0.2.0
Initial Design Proposal: #27

GitHub Action Flow

The process is as follows. For more detail, please read README.md.
We currently support new revision creation, and existing revision deactivation after PR is merged

image

Contributors

Hirofumi Horikawa(@horihiro) has done a huge job in maintaining the development environment for this github action and ensuring that the activation/deactivation of revisions is carried out.
Kodai Sakabe(@koudaiii) played a big role in organizing the design of this action and getting it stable and publicly available.
Ryosuke Hyakuta(@ry0y4n) took the lead in the early development and did extensive development including instructions and test environment.
Kyokutou In(@k-in) identified many minor operational instabilities before releasing this action.

We would like to thank all the contributors and early testers.