- [BREAKING CHANGE] Move workspaceRef from GitHubIssues to TaskTemplate level by @gjkim42 in https://github.com/axon-core/axon/pull/142
What's Changed
- Check CI on merge_group by @gjkim42 in https://github.com/axon-core/axon/pull/120
- Add cron source to TaskSpawner by @gjkim42 in https://github.com/axon-core/axon/pull/118
- claude-code: Setup golang in the image by @gjkim42 in https://github.com/axon-core/axon/pull/113
- Add kind label management to label workflow by @gjkim42 in https://github.com/axon-core/axon/pull/111
- Speed up image builds by pre-compiling Go binaries on host by @gjkim42 in https://github.com/axon-core/axon/pull/119
- Replace build-essential with make in Dockerfile by @gjkim42 in https://github.com/axon-core/axon/pull/137
- ci: run e2e test in merge queue by @gjkim42 in https://github.com/axon-core/axon/pull/128
- Document e2e anchor issue dependency in TaskSpawner test by @gjkim42 in https://github.com/axon-core/axon/pull/125
- Add workflow to protect e2e anchor issue from being closed by @gjkim42 in https://github.com/axon-core/axon/pull/147
- Handle needs-priority label by @gjkim42 in https://github.com/axon-core/axon/pull/146
- Fix workspace ref lookup race with informer cache by @gjkim42 in https://github.com/axon-core/axon/pull/132
- Add commit message convention to CLAUDE.md by @gjkim42 in https://github.com/axon-core/axon/pull/121
- Add max concurrency limit for TaskSpawner by @gjkim42 in https://github.com/axon-core/axon/pull/130
- Retry status updates on conflict in Task and TaskSpawner controllers by @gjkim42 in https://github.com/axon-core/axon/pull/126
- Remove Apache 2.0 license from per-file boilerplate headers by @gjkim42 in https://github.com/axon-core/axon/pull/122
- Add create, get, and delete commands for all axon CRDs by @gjkim42 in https://github.com/axon-core/axon/pull/131
- Support custom agent images via agent image interface by @gjkim42 in https://github.com/axon-core/axon/pull/135
- Update self-development/axon-workers.yaml by @gjkim42 in https://github.com/axon-core/axon/pull/151
- Update README to reflect self-development pipeline by @gjkim42 in https://github.com/axon-core/axon/pull/153
- Update Docker Hub username in release workflow by @gjkim42 in https://github.com/axon-core/axon/pull/152
- Fix flaky integration test by requeuing when workspace not found by @gjkim42 in https://github.com/axon-core/axon/pull/155
- Update axon-workers prompt to checkout existing branch correctly by @gjkim42 in https://github.com/axon-core/axon/pull/158
- Handle 404 errors when removing labels in label workflow by @gjkim42 in https://github.com/axon-core/axon/pull/157
Full Changelog: https://github.com/axon-core/axon/compare/v0.4.0...v0.5.0