Releases: GoodRxOSS/lifecycle
Releases · GoodRxOSS/lifecycle
0.1.14
What's Changed
- support setting build job resources limits in yaml by @vmelikyan in #113
- ability to add pod annotations for native build job pods by @vmelikyan in #114
- Return pipelineId for deploys by @levontikoyan in #115
- AI agent feedback and rule management by @vmelikyan in #116
- fix(logger): emit string level names instead of numeric values by @vigneshrajsb in #117
- fix: temporary patch for Fastly service lookup domain by @vigneshrajsb in #118
- fix(config): change default LOG_LEVEL from debug to info by @vigneshrajsb in #120
- Return env vars by @levontikoyan in #122
- feat: archive build/deploy logs to MinIO for post-eviction retrieval by @vigneshrajsb in #119
- Add shallow clone (--depth Improve native build clone step by @vmelikyan in #123
Full Changelog: 0.1.13...0.1.14
0.1.14-alpha.6: Add shallow clone (--depth Improve native build clone step (#123)
Pre-release
Add shallow clone (--depth 1), --single-branch, and --progress to native build git clone steps. Refactor container clone functions to use git init + git fetch --depth 1 for fetching specific revisions instead of full clone + checkout.
0.1.14-alpha.5
What's Changed
- fix(config): change default LOG_LEVEL from debug to info by @vigneshrajsb in #120
- Return env vars by @levontikoyan in #122
- feat: archive build/deploy logs to MinIO for post-eviction retrieval by @vigneshrajsb in #119
Full Changelog: 0.1.14-alpha.4...0.1.14-alpha.5
0.1.14-alpha.4
fix: temporary fastly lookup domain patch (#118)
0.1.14-alpha.3
AI agent feedback and rule management
0.1.14-alpha.2
Return pipelineId for deploys (#115)
0.1.14-alpha.1
ability to add pod annotations for native build job pods (#114)
0.1.13
What's Changed
- configurable agent by @vmelikyan in #101
- configurable agent by @vmelikyan in #102
- allowedWritePatterns for agent by @vmelikyan in #103
- fix: recover missing PR comment IDs from GitHub instead of bailing out by @vigneshrajsb in #104
- fixes the duplicate directive for envLens by @vmelikyan in #105
- Fix repeploy issue by @levontikoyan in #107
- Return isStatic for build object by @levontikoyan in #108
- fix: remove
#from ingress snippet by @vigneshrajsb in #110 - fix: do not retrigger new builds for non lifecycle labels by @vmelikyan in #111
- return full logs for builds, deploys when the job is complete by @vmelikyan in #112
Full Changelog: 0.1.12...0.1.13
0.1.13-alpha.16
return full logs for builds, deploys when the job is complete (#112)
0.1.12
What's Changed
- fix: adds ui url to mission control comment by @vigneshrajsb in #94
- fix: return hostPortMapping propert for a build by @levontikoyan in #95
- feat(config): add per-repo comment overrides for labels config by @vigneshrajsb in #96
- Add docs for agent api by @vmelikyan in #97
- fix agent not being able to fix issues by @vmelikyan in #98
- Fix pods container order by @levontikoyan in #99
- Improve system prompts by @vmelikyan in #100
Full Changelog: 0.1.11...0.1.12