File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ updatecli_matrix_version: 7.3.N
22ansible_version_file : vars/acs73.yml
33artifacts :
44 alfresco-audit-storage-app :
5- updatecli_matrix_component_key : false
5+ updatecli_matrix_component_key : false # disabled because unsupported
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ updatecli_matrix_version: 7.4.N
22ansible_version_file : vars/acs74.yml
33artifacts :
44 alfresco-audit-storage-app :
5- updatecli_matrix_component_key : false
5+ updatecli_matrix_component_key : false # disabled because unsupported
Original file line number Diff line number Diff line change 11ansible_default_repository_name : private
22ansible_default_group_id : org.alfresco
33artifacts :
4+ # example-artifact:
5+ # artifact_name_file: file where the artifact name can be retrieved
6+ # artifact_name_key: yaml path to the artifact name field
7+ # artifact_version_key: yaml path to the artifact version field (target file is set globally)
8+ # updatecli_matrix_component_key: component name in the supported matrix in alfresco-updatecli
9+ # artifact_group_id: optional, group id of the artifact if different from the default
410 # alfresco-control-center:
511 # artifact_name_file: playbooks/group_vars/acc.yml
612 # artifact_name_key: $.acc_artifact_id
Original file line number Diff line number Diff line change @@ -188,14 +188,22 @@ doc](./README.md#versioning)
188188
189189## Release
190190
191- Follow this quick checklist:
191+ First ensure that the
192+ [ supported-matrix] ( https://github.com/Alfresco/alfresco-updatecli/blob/master/deployments/values/supported-matrix.yaml )
193+ reflects the status of the currently released Alfresco products and update if
194+ necessary before proceeding.
195+
196+ Follow the checklist:
192197
1931981 . Review currently open dependabot/renovate and merge them.
1941992 . For minor releases, ensure to update the links beginning with
195200 ` https://support.hyland.com/r/Alfresco ` to reflect the latest version or
196201 corresponding minor update documentation.
1972023 . In case of a new ACS major version, copy the versions inside the group_vars/all.yml to a new XX.N-extra-vars.yml
198- 4 . Bump versions constraints in scripts/updatecli/updatecli_acs* .yml (workflow will take care of the rest)
203+ 4 . Run the [ updatecli
204+ workflow] ( https://github.com/Alfresco/alfresco-ansible-deployment/actions/workflows/bumpVersions.yml )
205+ against an existing branch to push bumps there or against ` master ` to push
206+ the bumps to ` updatecli-bump-versions ` branch.
1992075 . Ensure that the [ versions table in the main readme] ( docs/overview.md#versioning ) has been updated
2002086 . Ensure that docker images and AMI id for the root molecule tests are
201209 reflecting any minor OS release (e.g. [ default suite] ( ../molecule/default/ ) )
You can’t perform that action at this time.
0 commit comments