Releases: temporalio/temporal-worker-controller
Releases · temporalio/temporal-worker-controller
v0.1.6
v0.1.4
Use default container command. (#118) Add v prefix to docker tags and default to our docker hub org.
v0.1.3
Adjust to docker.io repo paths. (#116)
v0.1.2
Change the actions to auth as an app (#115)
## What was changed
Change the action to auth as an app.
## Why?
Can't let the action bypass branch protection rules while it's just
using an action token, so use the CI/CD app to do the CI/CD thing
without needing to sign commits and do a PR.
## Checklist
<!--- add/delete as needed --->
1. Closes <!-- add issue number here -->
2. How was this tested:
<!--- Please describe how you tested your changes/how we can test them
-->
3. Any docs updates needed?
<!--- update README if applicable
or point out where to update docs.temporal.io -->
0.1.1
Handle v in tag names. (#114)