Skip to content

Commit 44d78af

Browse files
committed
future proof docs
1 parent 6edd4e1 commit 44d78af

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.github/updatecli_maven_73_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ updatecli_matrix_version: 7.3.N
22
ansible_version_file: vars/acs73.yml
33
artifacts:
44
alfresco-audit-storage-app:
5-
updatecli_matrix_component_key: false
5+
updatecli_matrix_component_key: false # disabled because unsupported

.github/updatecli_maven_74_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ updatecli_matrix_version: 7.4.N
22
ansible_version_file: vars/acs74.yml
33
artifacts:
44
alfresco-audit-storage-app:
5-
updatecli_matrix_component_key: false
5+
updatecli_matrix_component_key: false # disabled because unsupported

.github/updatecli_maven_values.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ansible_default_repository_name: private
22
ansible_default_group_id: org.alfresco
33
artifacts:
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

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

193198
1. Review currently open dependabot/renovate and merge them.
194199
2. 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.
197202
3. 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.
199207
5. Ensure that the [versions table in the main readme](docs/overview.md#versioning) has been updated
200208
6. 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/))

0 commit comments

Comments
 (0)