Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into improve-stack-readm…
Browse files Browse the repository at this point in the history
…e-docs
  • Loading branch information
cnunciato committed Oct 9, 2024
2 parents 29432b7 + a4b55a5 commit 5d7003d
Show file tree
Hide file tree
Showing 1,906 changed files with 34,906 additions and 17,719 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
content/docs/ @pulumi/docs

# Allow CLI docs PRs to be merged automatically.
content/docs/iac/cli/commands/
content/docs/esc/cli/commands/
content/docs/iac/download-install/versions.md

content/tutorials/ @pulumi/docs
content/templates/ @pulumi/docs
12 changes: 12 additions & 0 deletions .github/workflows/auto-approve-for-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto approve

on: pull_request

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: (github.event.pull_request.user.login == 'pulumi-bot') && (github.event.pull_request.head.repo.full_name == github.repository) && (contains(github.event.pull_request.labels.*.name, 'automation/merge'))
steps:
- uses: hmarr/auto-approve-action@v4
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true

- name: Configure AWS Credentials
Expand Down Expand Up @@ -56,13 +56,13 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: browser-test-results
path: cypress/videos

- name: Archive bucket metadata
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: origin-bucket-metadata
path: origin-bucket-metadata.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true
- name: Run make check_links
run: make check_links
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-search-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true

- uses: algolia/setup-algolia-cli@master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# - name: Install Hugo
# uses: peaceiris/actions-hugo@v2
# with:
# hugo-version: '0.126.0'
# hugo-version: '0.135.0'
# extended: true
# - name: Install node
# uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/esc-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true
- name: Install node
uses: actions/setup-node@v2
Expand All @@ -63,7 +63,7 @@ jobs:
working-directory: docs
- name: Generate Markdown docs
run: |
esc gen-docs ./content/docs/esc-cli/commands
esc gen-docs ./content/docs/esc/cli/commands
working-directory: docs
- name: Update latest version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-provider-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true
- name: setup node
uses: actions/setup-node@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
name: Do cleanup
runs-on: ubuntu-latest
environment: testing
env:
GOPATH: ${{ github.workspace }}/go
steps:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::388588623842:role/ContinuousDelivery
role-to-assume: arn:aws:iam::571684982431:role/ContinuousDelivery
role-session-name: docs-cleanup
role-duration-seconds: 7200
aws-region: us-west-2
Expand All @@ -38,3 +39,5 @@ jobs:
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEPLOYMENT_ENVIRONMENT: ${{ vars.DEPLOYMENT_ENVIRONMENT }}
PULUMI_STACK_NAME: ${{ vars.PULUMI_STACK_NAME }}
8 changes: 5 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
branches:
- master
- 9/18-blogs
- 9/18-content
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand All @@ -25,7 +27,7 @@ jobs:

- uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true

- name: Configure AWS Credentials
Expand Down Expand Up @@ -55,13 +57,13 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: browser-test-results
path: cypress/videos

- name: Archive bucket metadata
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: origin-bucket-metadata
path: origin-bucket-metadata.json
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pulumi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true
- name: Install node
uses: actions/setup-node@v2
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
working-directory: docs
- name: generate markdown
run: |
pulumi gen-markdown ./content/docs/cli/commands
pulumi gen-markdown ./content/docs/iac/cli/commands
working-directory: docs
- name: Update latest version
run: |
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Update version lists
run: |
NL=$'\n'
sed -e "s/<tbody>/<tbody>\\${NL} {{< changelog-table-row version=\"${{ env.PULUMI_VERSION}}\" date=\"$(date +%Y-%m-%d)\" showChecksum=\"true\" >}}/" -i ./content/docs/install/versions.md
sed -e "s/<tbody>/<tbody>\\${NL} {{< changelog-table-row version=\"${{ env.PULUMI_VERSION}}\" date=\"$(date +%Y-%m-%d)\" showChecksum=\"true\" >}}/" -i ./content/docs/iac/download-install/versions.md
working-directory: docs
- name: git status
run: git status && git diff
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.126.0'
hugo-version: '0.135.0'
extended: true

- name: Configure AWS Credentials
Expand Down Expand Up @@ -56,13 +56,13 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: browser-test-results
path: cypress/videos

- name: Archive bucket metadata
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: origin-bucket-metadata
path: origin-bucket-metadata.json
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ _vendor/

.doctrees/
.buildinfo

# VScode solution files.
*.sln
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ content/docs/reference/pkg
tsconfig.json
package.json
typedoc.json

# Ignore the files we generate during the build and deployment process.
origin-bucket-metadata.json
164 changes: 0 additions & 164 deletions LEARN.md

This file was deleted.

Loading

0 comments on commit 5d7003d

Please sign in to comment.