-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into upgrades-capa
- Loading branch information
Showing
1,507 changed files
with
46,318 additions
and
35,819 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,5 @@ | ||
generate-metadata: true | ||
chart-dir: ./helm/docs-app | ||
destination: ./build | ||
catalog-base-url: https://giantswarm.github.io/giantswarm-operations-platform-catalog/ | ||
replace-chart-version-with-git: true |
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,10 +1,8 @@ | ||
### What this PR does / why we need it | ||
|
||
<!-- Please mention any GitHub issue, set a descriptive PR title, and use this space for additional explanations. --> | ||
<!-- Reference a GitHub issue, set a descriptive PR title, and use this space for additional explanations. --> | ||
|
||
### Things to check/remember before submitting | ||
|
||
- If you made content changes | ||
|
||
- Run `make lint dev` to render and proofread content changes locally. | ||
- Bump `last_review_date` in the front matter header if you reviewed the entire page. | ||
- If it's one of your first contributions, make sure you've read the [Contributing Guidelines](https://handbook.giantswarm.io/docs/content/docs-guide). | ||
- Bump `last_review_date` in the front matter header of the pages you've touched. |
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,20 @@ | ||
# Validates the configuration for the CRD reference update script | ||
# in scripts/update-crd-reference | ||
|
||
name: check-update-crd-reference | ||
|
||
on: | ||
push: | ||
paths: | ||
- scripts/update-crd-reference/* | ||
|
||
jobs: | ||
check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
||
- name: Validate configuration | ||
run: | | ||
make update-crd-reference |
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,27 +1,27 @@ | ||
name: Generate review Issues weekly | ||
on: | ||
schedule: | ||
# At 0:00 on Sundays | ||
- cron: '0 0 * * 0' | ||
|
||
# At 0:05 on Sundays | ||
- cron: '5 0 * * 0' | ||
|
||
jobs: | ||
front-matter: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
||
- name: Install dependencies | ||
run: pip3 install click colored PyYAML | ||
|
||
- name: Validate front matter and last review date | ||
run: | | ||
echo "ISSUES=$(python3 scripts/validate-front-matter/script.py --validation last-reviewed --output json)" >> $GITHUB_ENV | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.TOKEN }} | ||
run: make validate-last-reviewed | ||
|
||
- name: Generate issues of out of date docs | ||
uses: giantswarm/[email protected] | ||
with: | ||
uses: giantswarm/open-issue@7774937e31b23a52257a34462a753b0a28a4d1f1 # 0.3.0 | ||
with: | ||
token: ${{ secrets.ISSUE_AUTOMATION }} | ||
org: giantswarm | ||
repo: giantswarm | ||
|
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
Oops, something went wrong.