Releases: GoodRxOSS/lifecycle
Releases · GoodRxOSS/lifecycle
0.1.15-alpha.7
Pre-release for testing CI fix: filter artifact download to exclude .dockerbuild artifacts from docker/build-push-action@v6.
0.1.15-alpha.6
fix(kubernetes): consolidate namespace label management and rename an…
0.1.15-alpha.5
feat(envVariables): add branchName and repoName as general template v…
0.1.15-alpha.4
feat(nativeHelm): add ECR auth init container support for OCI Helm ch…
0.1.15-alpha.3
fix(nativeHelm): add HELM_EXPERIMENTAL_OCI=1 to enable OCI support on…
0.1.15-alpha.2
Full Changelog: 0.1.14...0.1.15-alpha.2
0.1.15-alpha.1
What's Changed
- fix: update buildkit client image and add oci-mediatypes to cache export by @vigneshrajsb in #124
Full Changelog: 0.1.14...0.1.15-alpha.1
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