diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 65b96bc..16dc091 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -10,4 +10,4 @@ on: jobs: validate: name: Validate - uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7618e0e..b214c49 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 276d3a7..5b43483 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} @@ -67,10 +67,10 @@ jobs: - name: Debug Output if: ${{ always() }} - uses: defenseunicorns/uds-common/.github/actions/debug-output@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: suffix: '${{ matrix.bundle }}-${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8b67c4..fa69d2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,14 +50,14 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} ghToken: ${{ secrets.GITHUB_TOKEN }} - name: Test - uses: defenseunicorns/uds-common/.github/actions/test@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/test@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} @@ -65,10 +65,10 @@ jobs: - name: Debug Output if: ${{ always() }} - uses: defenseunicorns/uds-common/.github/actions/debug-output@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@a7549ad75a9bbd8e71ce2236ec17c1e33ec4df61 # v0.8.1 + uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0 with: suffix: ${{ matrix.type }}-${{ matrix.bundle }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/README.md b/README.md index 163e7e3..c30d3cc 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Alternatively, you can deploy from OCI by running the following two commands: 1. Run the below command to deploy the `k3d-core-slim-dev` bundle: -> [!NOTE]: You can append `--set INSECURE_ADMIN_PASSWORD_GENERATION=true` to the below command to enable a default keycloak admin. This is useful for development and testing of the SWF stack and enables the ability to run `uds run setup:create-doug-user` to create a user to test with using the username `doug` and the password `unicorn123!@#`. +> [!NOTE]: You can append `--set INSECURE_ADMIN_PASSWORD_GENERATION=true` to the below command to enable a default keycloak admin. This is useful for development and testing of the SWF stack and enables the ability to run `uds run setup:create-doug-user` to create a user to test with using the username `doug` and the password `unicorn123!@#UN`. ```bash uds deploy k3d-core-slim-dev:0.24.1 diff --git a/bundles/dev/uds-bundle.yaml b/bundles/dev/uds-bundle.yaml index 2cbb35e..0f89712 100644 --- a/bundles/dev/uds-bundle.yaml +++ b/bundles/dev/uds-bundle.yaml @@ -110,7 +110,7 @@ packages: - name: gitlab repository: ghcr.io/defenseunicorns/packages/uds/gitlab - ref: 17.1.2-uds.0-upstream + ref: 17.1.2-uds.1-upstream overrides: gitlab: uds-gitlab-config: @@ -212,7 +212,7 @@ packages: - name: gitlab-runner repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner - ref: 17.0.0-uds.1-upstream + ref: 17.1.0-uds.0-upstream - name: sonarqube repository: ghcr.io/defenseunicorns/packages/uds/sonarqube @@ -240,7 +240,7 @@ packages: - name: mattermost repository: ghcr.io/defenseunicorns/packages/uds/mattermost - ref: 9.9.1-uds.0-upstream + ref: 9.10.1-uds.0-upstream imports: - name: ACCESS_KEY package: dev-secrets diff --git a/bundles/k3d-demo/uds-bundle.yaml b/bundles/k3d-demo/uds-bundle.yaml index 26fd85d..0a6074d 100644 --- a/bundles/k3d-demo/uds-bundle.yaml +++ b/bundles/k3d-demo/uds-bundle.yaml @@ -129,7 +129,7 @@ packages: - name: gitlab repository: ghcr.io/defenseunicorns/packages/uds/gitlab - ref: 17.1.2-uds.0-upstream + ref: 17.1.2-uds.1-upstream overrides: gitlab: uds-gitlab-config: @@ -231,7 +231,7 @@ packages: - name: gitlab-runner repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner - ref: 17.0.0-uds.1-upstream + ref: 17.1.0-uds.0-upstream - name: sonarqube repository: ghcr.io/defenseunicorns/packages/uds/sonarqube @@ -259,7 +259,7 @@ packages: - name: mattermost repository: ghcr.io/defenseunicorns/packages/uds/mattermost - ref: 9.9.1-uds.0-upstream + ref: 9.10.1-uds.0-upstream imports: - name: ACCESS_KEY package: dev-secrets diff --git a/tasks.yaml b/tasks.yaml index 237a4db..7b7d449 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,9 +1,9 @@ includes: - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/create.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/lint.yaml - - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/pull.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/setup.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/lint.yaml + - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/pull.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml - dependencies: ./tasks/dependencies.yaml - test: ./tasks/test.yaml diff --git a/tasks/publish.yaml b/tasks/publish.yaml index f80cf39..f91341b 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,10 +1,10 @@ includes: - dependencies: ./dependencies.yaml - test: ./tasks/test.yaml - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/create.yaml - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/publish.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/setup.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.8.1/tasks/deploy.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/publish.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml tasks: - name: build-bundle diff --git a/tasks/test.yaml b/tasks/test.yaml index b3b9640..b868fbc 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -1,8 +1,8 @@ includes: - - mm: https://raw.githubusercontent.com/defenseunicorns/uds-package-mattermost/v9.9.1-uds.0/tasks/test.yaml - - gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.1.2-uds.0/tasks/test.yaml + - mm: https://raw.githubusercontent.com/defenseunicorns/uds-package-mattermost/v9.10.1-uds.0/tasks/test.yaml + - gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.1.2-uds.1/tasks/test.yaml - sq: https://raw.githubusercontent.com/defenseunicorns/uds-package-sonarqube/v9.9.5-uds.1/tasks/test.yaml - - glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.0.0-uds.1/tasks/test.yaml + - glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.1.0-uds.0/tasks/test.yaml tasks: - name: test-swf-bundle