Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ae4d264
distribute latest GA in download trial
alxgomz Jan 23, 2024
dd48122
update the GA
pmacius Apr 22, 2024
35d6a18
OPSEXP-2633 Revert sync to 4.0.1 (#1134)
pmacius Apr 22, 2024
bd2e02d
OPSEXP-2651 Update values for compose and helm charts after compatibi…
gionn Apr 30, 2024
1b8c01d
Bump azure/setup-helm from 4.1.0 to 4.2.0 (#1131) [skip ci]
dependabot[bot] Apr 30, 2024
37507b1
Bump actions/checkout from 4.1.2 to 4.1.4 (#1135) [skip ci]
dependabot[bot] Apr 30, 2024
a2c1d80
Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 (#1126)…
dependabot[bot] Apr 30, 2024
997bf91
OPSEXP-2651 Release alfresco-content-services v8.1.1 chart (#1140)
gionn May 2, 2024
9ce89b7
OPSEXP-2608 Migrate docker diagrams to mermaid (#1141)
gionn May 7, 2024
080512f
OPSEXP-2486 Rewrite ingress, dns and https docs for eks deployment (#…
gionn May 8, 2024
11064b5
OPSEXP-2608 Migrate helm diagrams to mermaid (#1142)
gionn May 10, 2024
d6d6300
OPSEXP-2621 Generate documentation website with jekyll (#1144)
pmacius May 13, 2024
29c691f
OPSEXP-2621 Fixup missing favicon and Gemfile.lock in docs (#1147)
gionn May 13, 2024
1956fa9
Do not install sync database in helm community version (#1149)
gionn May 20, 2024
4ae3b66
OPSEXP-2677 Bump tags for Gemini release (#1153)
pmacius May 30, 2024
b094ac9
Bump actions/checkout from 4.1.4 to 4.1.6 (#1150) [skip ci]
dependabot[bot] May 30, 2024
fae87eb
Bump rexml from 3.2.6 to 3.2.8 (#1148) [skip ci]
dependabot[bot] May 30, 2024
914b607
Bump updatecli/updatecli-action from 2.56.0 to 2.58.0 (#1151) [skip ci]
dependabot[bot] May 30, 2024
93355f3
Bump Alfresco/alfresco-build-tools from 5.23.0 to 5.27.0 (#1155)
dependabot[bot] May 30, 2024
2874844
OPSEXP-2608 Rewrite helm diagrams with mermaid (#1156)
gionn Jun 3, 2024
42367d0
OPSEXP-2608 Update remaining aws diagrams (#1160)
gionn Jun 5, 2024
2475934
OPSEXP-2668 Bump to keycloak 24.0.5 (#1162)
gionn Jun 5, 2024
b671327
OPSEXP-2698: add strict ordering of repo/search components (#1163)
alxgomz Jun 13, 2024
23465bc
🛠 Update download trial compose files (#1339)
alfresco-build Apr 2, 2025
bca6472
:ambulance: Revert to non canonical notation
alxgomz Apr 20, 2025
a63b845
🛠 Update download trial compose files (#1383)
alfresco-build Aug 14, 2025
051b94b
🛠 Update download trial compose files (#1416)
alfresco-build Oct 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Helm charts dependencies
if: inputs.update-type == 'charts'
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

Expand All @@ -44,23 +44,23 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0
uses: updatecli/updatecli-action@fa41baa922561b436c449de1a0bd1f5bd768248c # v2.58.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}

- run: updatecli apply
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"

- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: |
🛠 Updatecli pipeline charts bump
Expand All @@ -76,17 +76,17 @@ jobs:
if: inputs.update-type == 'values'
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Install Updatecli
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0
uses: updatecli/updatecli-action@fa41baa922561b436c449de1a0bd1f5bd768248c # v2.58.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}

- name: Checkout updatecli configs
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: alfresco/alfresco-updatecli
ref: ${{ inputs.alfresco-updatecli-ref || env.DEFAULT_BRANCH_NAME }}
Expand All @@ -107,15 +107,15 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"

- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: |
🛠 Updatecli pipeline values bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0
with:
compose_file_path: docker-compose/community-docker-compose.yml
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
outputs:
matrix_json: ${{ steps.eval.outputs.matrix_json }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Evaluate Matrix
id: eval
run: >-
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Verify docker-compose
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0
timeout-minutes: 10
with:
compose_file_path: docker-compose/${{ matrix.compose_file }}
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish docs

permissions:
contents: write
pages: write
id-token: write

on:
push:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
pull_request:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@main
with:
working-directory: .
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}
validate-html: true
Comment on lines +23 to +28
8 changes: 4 additions & 4 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
ver_json: ${{ steps.app_versions.outputs.json }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Get charts
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
matrix:
include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: "3.12.1"

Expand All @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0
with:
ingress-nginx-ref: controller-v1.8.2

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
outputs:
ver_json: ${{ steps.app_versions.outputs.json }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Get charts
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
matrix:
include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
with:
version: "3.14.3"

Expand All @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0
with:
ingress-nginx-ref: controller-v1.8.2
metrics: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.27.0
with:
chart_name: alfresco-content-services
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
app_charts: ${{ steps.getcharts.outputs.app }}
lib_charts: ${{ steps.getcharts.outputs.lib }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 2
- id: getcharts
Expand All @@ -38,13 +38,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.27.0
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- name: Run Helm unit tests if present
Expand All @@ -61,13 +61,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.23.0
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.27.0
with:
chart-dir: helm/${{ matrix.charts.name }}
helm-options: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0
- name: Add dependency chart repos
run: |
for repo in $(yq eval-all \
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ hs_err_pid*
# updatecli workflow
alfresco-updatecli
merged.yaml

_site
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
default: true
MD013: false
MD025: false
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.3
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.3"
gem "just-the-docs", "0.8.1"
gem "jekyll-relative-links"
gem "html-proofer"
Loading