Skip to content

Commit

Permalink
OPSEXP-2311 Prepare for 7.0.0-M.2 release (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 25, 2023
1 parent 2b5e10a commit 47b4de1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ The table below shows the exact version of ACS deployed with each chart version/
| [6.0.2][6.0.2] | 7.4.0.1 | | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 |
| [6.1.0-M.1][6.1.0-M.1] | 23.1.0-A19 | 7.4.0.1 | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 |
| [7.0.0-M.1][7.0.0-M.1] | 23.1.0-A27 | 7.4.1 | 7.3.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 7.4.1 |
| [7.0.0-M.2][7.0.0-M.2] | 23.1.0-M4 | 7.4.1.1 | 7.3.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 7.4.1.1 |

[5.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.0.1
[5.1.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.1.1
Expand All @@ -88,6 +89,7 @@ The table below shows the exact version of ACS deployed with each chart version/
[6.0.2]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.0.2
[6.1.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.1.0-M.1
[7.0.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0-M.1
[7.0.0-M.2]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0-M.2

### Why there is no 5.4.0?

Expand Down Expand Up @@ -158,8 +160,8 @@ Start the release by opening a PR against the appropriate branch that will:

* Update the [versioning table](#versioning)
* In [alfresco-content-services](helm/alfresco-content-services/Chart.yaml),
bump chart version to the version you want to release (usually by removing the
`-SNAPSHOT` suffix and adding `-M.x` suffix if it's a prerelease)
bump chart version to the version you want to release (use `-M.x` suffix if
it's a prerelease)
* Run `pre-commit run --all-files helm-docs` to update helm docs
* Edit [upgrades docs](docs/helm/upgrades.md) renaming the `To be released`
section to the current version and create a new `To be released` section for
Expand All @@ -180,22 +182,7 @@ removing dependabot entries and other not-really useful changelog entries.

Publish the release (remove draft status).

Now proceed and open a PR to move back to the next development version:

* In [alfresco-content-services](helm/alfresco-content-services/Chart.yaml),
bump chart version to the next development release (usually by increasing the
minor version and adding the `-SNAPSHOT` suffix)
* Run `pre-commit run --all-files helm-docs` to update docs

Once the PR has been merged, overwrite and push the signed mutable tag with:

```sh
git tag -d vx.x.x-SNAPSHOT
git tag -f -s vx.x.x-SNAPSHOT -m vx.x.x-SNAPSHOT
git push origin vx.x.x-SNAPSHOT --force
```

Once the tagged workflow is successful, the release process has completed.
Once the tagged workflow is successful, the release process is completed.

## How to update workflow diagrams of Alfresco latest version

Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-content-services/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ dependencies:
version: 1.3.0
- name: alfresco-sync-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 4.3.0
version: 4.4.0
- name: alfresco-search-enterprise
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 2.0.0-alpha.0
version: 2.0.0
- name: alfresco-connector-msteams
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.2.0
- name: alfresco-share
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.1.0
version: 0.1.1
- name: alfresco-connector-ms365
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.4.0
- name: alfresco-ai-transformer
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.3.0
digest: sha256:dd03e4dd3198c86c65e35b2ac43cb2883a91cd27b943319b3ecd6b19ded3d283
generated: "2023-09-08T16:36:16.483837+02:00"
digest: sha256:95c0793bd427c4ef6def9c9a62e850896685e0b5f52230294eef6872508abb8d
generated: "2023-09-21T09:14:02.271557+02:00"
8 changes: 4 additions & 4 deletions helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://www.alfresco.com/platform/content-services-ecm/trial/download
apiVersion: v2
name: alfresco-content-services
version: 7.0.0-M.1
version: 7.0.0-M.2
appVersion: 23.1.0-M4
description: A Helm chart for deploying Alfresco Content Services
keywords:
Expand Down Expand Up @@ -50,10 +50,10 @@ dependencies:
condition: alfresco-search.enabled
- name: alfresco-sync-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 4.3.0
version: 4.4.0
condition: alfresco-sync-service.enabled
- name: alfresco-search-enterprise
version: 2.0.0-alpha.0
version: 2.0.0
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: alfresco-search-enterprise.enabled
- name: alfresco-connector-msteams
Expand All @@ -62,7 +62,7 @@ dependencies:
condition: alfresco-connector-msteams.enabled
- name: alfresco-share
alias: share
version: 0.1.0
version: 0.1.1
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: share.enabled
- name: alfresco-connector-ms365
Expand Down
8 changes: 4 additions & 4 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-content-services

![Version: 7.0.0-M.1](https://img.shields.io/badge/Version-7.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.0-M4](https://img.shields.io/badge/AppVersion-23.1.0--M4-informational?style=flat-square)
![Version: 7.0.0-M.2](https://img.shields.io/badge/Version-7.0.0--M.2-informational?style=flat-square) ![AppVersion: 23.1.0-M4](https://img.shields.io/badge/AppVersion-23.1.0--M4-informational?style=flat-square)

A Helm chart for deploying Alfresco Content Services

Expand All @@ -23,10 +23,10 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.1.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.4.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.2.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 2.0.0-alpha.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 2.0.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 1.3.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.1.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 4.3.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.1.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 4.4.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 0.2.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 |

Expand Down

0 comments on commit 47b4de1

Please sign in to comment.