diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5df1cd..00fa05d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: with: credentials_json: ${{ secrets.GCR_KEY }} - name: Setup Google Cloud SDK - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 - name: template helm run: | helm template $CHART_DIRECTORY @@ -135,18 +135,11 @@ jobs: cp $IMAGE-${{ env.HELM_VERSION }}.tgz $IMAGE-latest.tgz gsutil cp $IMAGE-*.tgz gs://$ARTIFACT_BUCKET/$IMAGE/ - - uses: actions/create-release@v1 + - name: Create Release if: github.ref == 'refs/heads/main' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ env.version }} - release_name: ${{ env.version }} - body: | - Automated release - ${{ env.version }} - draft: false - prerelease: false + run: gh release create ${{ env.version }} --title ${{ env.version }} --notes ${{ env.version }} - name: CD hook if: github.ref == 'refs/heads/main' diff --git a/_infra/helm/uaa/Chart.yaml b/_infra/helm/uaa/Chart.yaml index 6c17eb7..fa0134d 100644 --- a/_infra/helm/uaa/Chart.yaml +++ b/_infra/helm/uaa/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.1.11 +version: 2.1.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.1.11 +appVersion: 2.1.12