Alfresco / acs-deployment

Alfresco Content Services containerized deployment (Helm and Docker Compose)
https://alfresco.github.io/acs-deployment/
Apache License 2.0
177 stars 244 forks source link
alfresco alfresco-bdu docker hacktoberfest helm kubernetes ops-readiness-team

Alfresco Content Services Containerized Deployment

release kubernetes tested version Helm release

helm charts (enterprise) helm charts (community)

Docker Compose (enterprise) Docker Compose (community)

This project contains the code for running Alfresco Content Services (ACS) with Docker using Docker Compose or on Kubernetes using Helm Charts.

:warning: The Docker Compose deployment has moved from a custom NGINX based proxy to Traefik based proxy. Please read the documentation for more details.

User docs available at: https://alfresco.github.io/acs-deployment/

License

The code in this repository is released under the Apache License, see the LICENSE file for details.

Contribution Guide

Please use this guide to make a contribution to the project and information to report any issues.

Release

Helm charts release

New releases are usually made from the default branch. When a bugfix release is necessary and master branch already received updates that are meant to be released at a later time, then the release must be made from a branch which follows the release branch pattern: release/v$Major.Minor.

First ensure that:

Start the release by opening a PR against the appropriate branch that will:

Once the PR has been merged, create the release with:

git tag -s vx.x.x -m vx.x.x
git push origin vx.x.x
gh release create vx.x.x --generate-notes -t vx.x.x -d

where vx.x.x is the same alfresco-content-services Chart version.

Once the workflow triggered by this new tag is successful, review the GitHub release notes, usually removing dependabot entries and other not-really useful changelog entries.

Publish the release (remove draft status).

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