All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove redundant license/copyright info from README
1.4.23 - 2022-01-27
- Restrict the changelog and artifact pr workflows to not run on gitflow and dependency update PRs
- dependabot update python dep attrs from 21.2.0 to 21.4.0
1.4.22 - 2022-01-27
- Fixed gitflow mergeback workflow to use correct app key/id
1.4.21 - 2022-01-26
- Let PR artifacts deploy workflow time out if it doesn't find a matching build
1.4.20 - 2022-01-26
- Update gitflow mergeback workflow to use continuous update strategy
1.4.19 - 2022-01-26
- Add gitflow mergeback workflow
1.4.18 - 2022-01-26
- Allow Github releases to be updated when rebuilding tagged releases (for rebuilds to fix CVEs, etc)
1.4.17 - 2022-01-26
- Fix release note rendering for stable releases
1.4.15 - 2022-01-25
- Update to use new "no ref needed" reusable workflow
1.4.14 - 2022-01-21
- Update CSM manifest workflow
- Release workflow to build artifacts and create GH releases on tags
- Build artifacts workflow is now reusable, no longer builds on tag events
- Removed old and unused release prep workflows
1.4.13 - 2022-01-20
- Add changelog checker workflow
1.4.12 - 2022-01-19
- Test release with only CHANGELOG updates
1.4.11 - 2022-01-19
- Added workflows for finishing gitflow release and merging back to develop
1.4.10 - 2022-01-13
- Only build artifacts on push events, not PRs. Change PR comments to point to the individual commit, not the overall PR.
1.4.6 - 2022-01-07
- Fix the draft release PR workflow to add labels
1.4.5 - 2022-01-07
- Add workflows for creating PRs for a draft release, and tagging and release creation when a release branch is merged to master.
1.4.4 - 2022-01-07
- Build docker image, helm chart, python module with GH actions (CASMCMS-7698)
1.4.3 - 2022-01-05
- Change default behavior to stop setting "active" key unless
SET_ACTIVE_VERSION
variable is given.
- Updated README to reflect versioning change in v1.4.1.
- Changed GitVersion.yml to ignore previous CSM release branches
- Build docker image with CSM-provided build-scan-sign GH action
- Add GitVersion.yml for automatic git versioning using Gitflow
- Pull python requirements from PyPI, not arti.dev.cray.com to enable GH actions builds
- Added pull request template
- Added Chart lint, test, scan action
- Conformed chart to CASM-2670 specifications (CASMCMS-7619)
- Included cray-product-catalog python module
- Introduce new catalog entry delete functionality
- Updated repo to Gitflow branching strategy; develop branch now base branch
- Change default reviewers to CMS-core-product-support