Releases: temporalio/temporal-worker-controller
Releases · temporalio/temporal-worker-controller
v1.0.1
What's Changed
Fixes a rare but consequential bug in v1.0.0. See #147 for more information on the bug and fix.
- Bump go.temporal.io/server from 1.28.0 to 1.28.1 in /internal/tests by @dependabot[bot] in #143
- Only Delete Deployments of NotRegistered versions if TemporalState is non-empty by @carlydf in #147
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Fix CI workflow to use go-version-file instead of hardcoded Go version by @jlegrone in #121
- Update Temporal Go SDK to v1.35.0 and index versions by build ID by @jlegrone in #119
- Add test cases and arbitrary test case setup function by @carlydf in #127
- [Breaking change] Update TEMPORAL_ injected env vars to match those expected by SDKs by @jlegrone in #130
- LastModifier-based ownership transfer with docs by @carlydf in #131
- Keep dots in Build IDs and format Worker Deployment names
<k8s-namespace>/<twd-name>
by @carlydf in #133 - Check versioned and unversioned pollers in certain cases by @carlydf in #132
- Fix log spam by @carlydf in #135
- Add migration doc draft. by @robholland in #91
- [Breaking change] Follow k8s API conventions by @jlegrone in #136
- Sanitize build IDs to match k8s label value requirements by @jlegrone in #138
- Update integration test by @jlegrone in #139
- pin artifact onto specific arch by @Shivs11 in #141
- Refactor README for Public Preview by @carlydf in #137
Full Changelog: v0.1.7...v1.0.0
v0.1.7
Update release.yml (#124) Address the error in the actions logs <!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> ## Why? <!-- Tell your future self why have you made these changes --> ## 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 -->
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)