-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Release v3.12.0 (#241)
- Loading branch information
Showing
38 changed files
with
236 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Build docs | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- next | ||
paths: | ||
- 'documentation/**/*' | ||
- '.github/workflows/docs.yaml' | ||
- '.github/workflows/PR-docs.yaml' | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
jobs: | ||
build-documentation: | ||
uses: ./.github/workflows/docs.yaml | ||
with: | ||
release: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Build docs | ||
|
||
on: | ||
workflow_call: | ||
inputs: | ||
release: | ||
description: Should a release be triggered. | ||
required: false | ||
type: boolean | ||
default: false | ||
version: | ||
description: Version to be released | ||
required: false | ||
type: string | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
env: | ||
VERSION: ${{ inputs.version }} | ||
registry: ghcr.io | ||
|
||
jobs: | ||
build: | ||
name: Build docs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Build | ||
uses: Tiryoh/actions-mkdocs@v0 | ||
with: | ||
mkdocs_version: 'latest' | ||
requirements: 'documentation/requirements.txt' | ||
configfile: 'documentation/mkdocs.yml' | ||
- name: Move site to docker/ | ||
run: | | ||
cp -R documentation/site documentation/docker/site | ||
- name: Kaniko build | ||
uses: aevea/action-kaniko@v0.10.0 | ||
if: ${{ inputs.release }} | ||
with: | ||
image: docs | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN}} | ||
registry: ${{ env.registry }} | ||
cache: true | ||
cache_registry: aevea/cache | ||
tag: ${{ inputs.version }} | ||
path: documentation/docker/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
charts/documentation/Chart.yaml → charts/obelisk-docs/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: oblx-mkdocs | ||
description: A Helm chart for deploying the Obelisk Documentation powered by mkdocs to Kubernetes. | ||
name: obelisk-docs | ||
description: A Helm chart for deploying the Obelisk Documentation. | ||
type: application | ||
version: 23.6.0 | ||
appversion: 23.6.0 | ||
appVersion: "23.6.0" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
cd "$(dirname "$0")" || exit | ||
PARALLEL="$(nproc --ignore=1)" | ||
find ./modules -maxdepth 2 -name Chart.yaml -printf "%h\0" | xargs -t -0 -n1 -P "$PARALLEL" helm dependency update --skip-refresh | ||
find ./modules -maxdepth 2 -name Chart.yaml -exec dirname {} + | tr '\n' '\0' | xargs -t -0 -n1 -P "$PARALLEL" helm dependency update --skip-refresh | ||
|
||
find . -maxdepth 2 -name Chart.yaml -printf "%h\0" | xargs -t -0 -n1 -P "$PARALLEL" helm dependency update --skip-refresh | ||
find . -maxdepth 2 -name Chart.yaml -exec dirname {} + | tr '\n' '\0' | xargs -t -0 -n1 -P "$PARALLEL" helm dependency update --skip-refresh |
Empty file.
Oops, something went wrong.