diff --git a/.github/workflows/api-update-docs.yml b/.github/workflows/api-update-docs.yml index a04a9d1767..f291019e3a 100644 --- a/.github/workflows/api-update-docs.yml +++ b/.github/workflows/api-update-docs.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/.github/workflows/api-update-ent-schema.yml b/.github/workflows/api-update-ent-schema.yml index ddfc8cd3b0..c193b32e16 100644 --- a/.github/workflows/api-update-ent-schema.yml +++ b/.github/workflows/api-update-ent-schema.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/.github/workflows/automerge-dep.yml b/.github/workflows/automerge-dep.yml index d67eb51c97..1adff94763 100644 --- a/.github/workflows/automerge-dep.yml +++ b/.github/workflows/automerge-dep.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/.github/workflows/charts-release.yml b/.github/workflows/charts-release.yml index 23273bf619..3190d458ef 100644 --- a/.github/workflows/charts-release.yml +++ b/.github/workflows/charts-release.yml @@ -37,7 +37,7 @@ jobs: script: return context.ref.replace('refs/tags/happy-stack-helm-chart-v', '') - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} @@ -99,8 +99,8 @@ jobs: echo ------ cd main - - + + RELEASE=${{ needs.check-chart-released.outputs.tag }} VERSION=${{ steps.parse_version.outputs.result }} sed -i "s/appVersion\:\s[0-9.]\+/appVersion\: ${VERSION}/g" ${CHARTS_DIR}/Chart.yaml @@ -110,7 +110,7 @@ jobs: echo ------ ${HELM_CMD} package ${CHARTS_DIR} -d ${PACKAGE_DIR} --version ${VERSION} ${GHCLI_CMD} release upload ${RELEASE} ${PACKAGE_DIR}/*.tgz --clobber - ${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml + ${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml echo ------ cat ${PACKAGE_DIR}/index.yaml @@ -121,4 +121,4 @@ jobs: git commit index.yaml -m "chore: publish charts from ${{ github.repository }} ${VERSION}" git push env: - GH_CRED: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_CRED: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cli-ci.yml b/.github/workflows/cli-ci.yml index 410dcb0532..413c2edb53 100644 --- a/.github/workflows/cli-ci.yml +++ b/.github/workflows/cli-ci.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} @@ -70,7 +70,7 @@ jobs: cd cli && go mod tidy - name: Update coverage - if: github.actor!= 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' run: cd cli && make coverage-update - name: Commit updated coverage diff --git a/.github/workflows/cli-release.yaml b/.github/workflows/cli-release.yaml index 24848fbb26..6c95d56bb4 100644 --- a/.github/workflows/cli-release.yaml +++ b/.github/workflows/cli-release.yaml @@ -29,7 +29,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} diff --git a/.github/workflows/hvm-ci.yml b/.github/workflows/hvm-ci.yml index 4124853826..b476ff278a 100644 --- a/.github/workflows/hvm-ci.yml +++ b/.github/workflows/hvm-ci.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} diff --git a/.github/workflows/hvm-release.yaml b/.github/workflows/hvm-release.yaml index e92b0e611c..bc03b11f81 100644 --- a/.github/workflows/hvm-release.yaml +++ b/.github/workflows/hvm-release.yaml @@ -29,7 +29,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} diff --git a/.github/workflows/provider-release.yaml b/.github/workflows/provider-release.yaml index 7732f51871..1dd7bf0e02 100644 --- a/.github/workflows/provider-release.yaml +++ b/.github/workflows/provider-release.yaml @@ -28,7 +28,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} diff --git a/.github/workflows/provider-update-docs.yml b/.github/workflows/provider-update-docs.yml index d4d1cc732b..7d09bca20d 100644 --- a/.github/workflows/provider-update-docs.yml +++ b/.github/workflows/provider-update-docs.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0fea3a315c..256dde9884 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,7 +14,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }} diff --git a/.github/workflows/shared-ci.yml b/.github/workflows/shared-ci.yml index 28e404bc2a..d012b01deb 100644 --- a/.github/workflows/shared-ci.yml +++ b/.github/workflows/shared-ci.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/.github/workflows/tf-ci.yml b/.github/workflows/tf-ci.yml index f1a7658624..f0e78ec4ab 100644 --- a/.github/workflows/tf-ci.yml +++ b/.github/workflows/tf-ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} @@ -67,7 +67,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }} diff --git a/cli/COVERAGE b/cli/COVERAGE index 784d6f443d..3e9c25b48b 100644 --- a/cli/COVERAGE +++ b/cli/COVERAGE @@ -1 +1 @@ -15.31 \ No newline at end of file +15.31 diff --git a/cli/cmd/COVERAGE b/cli/cmd/COVERAGE index bd1523922a..75daf37b8b 100644 --- a/cli/cmd/COVERAGE +++ b/cli/cmd/COVERAGE @@ -1 +1 @@ -10.8 \ No newline at end of file +10.80 diff --git a/cli/cmd/hosts/COVERAGE b/cli/cmd/hosts/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/cmd/hosts/COVERAGE +++ b/cli/cmd/hosts/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/mocks/COVERAGE b/cli/mocks/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/mocks/COVERAGE +++ b/cli/mocks/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/pkg/artifact_builder/COVERAGE b/cli/pkg/artifact_builder/COVERAGE index 3327ed08f8..72fdac00fd 100644 --- a/cli/pkg/artifact_builder/COVERAGE +++ b/cli/pkg/artifact_builder/COVERAGE @@ -1 +1 @@ -53.6 \ No newline at end of file +53.60 diff --git a/cli/pkg/cmd/COVERAGE b/cli/pkg/cmd/COVERAGE index ab9da2702d..0cb9386f87 100644 --- a/cli/pkg/cmd/COVERAGE +++ b/cli/pkg/cmd/COVERAGE @@ -1 +1 @@ -13.6 \ No newline at end of file +13.60 diff --git a/cli/pkg/config_manager/COVERAGE b/cli/pkg/config_manager/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/pkg/config_manager/COVERAGE +++ b/cli/pkg/config_manager/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/pkg/hapi/COVERAGE b/cli/pkg/hapi/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/pkg/hapi/COVERAGE +++ b/cli/pkg/hapi/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/pkg/hostname_manager/COVERAGE b/cli/pkg/hostname_manager/COVERAGE index 4412b92efa..c38165b84e 100644 --- a/cli/pkg/hostname_manager/COVERAGE +++ b/cli/pkg/hostname_manager/COVERAGE @@ -1 +1 @@ -84.1 \ No newline at end of file +84.10 diff --git a/cli/pkg/log/COVERAGE b/cli/pkg/log/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/pkg/log/COVERAGE +++ b/cli/pkg/log/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/pkg/orchestrator/COVERAGE b/cli/pkg/orchestrator/COVERAGE index 9a956f5308..59b842ca1a 100644 --- a/cli/pkg/orchestrator/COVERAGE +++ b/cli/pkg/orchestrator/COVERAGE @@ -1 +1 @@ -54.4 \ No newline at end of file +54.40 diff --git a/cli/pkg/orchestrator/orchestrator_test.go b/cli/pkg/orchestrator/orchestrator_test.go index fb95fb506e..a6ec910ba7 100644 --- a/cli/pkg/orchestrator/orchestrator_test.go +++ b/cli/pkg/orchestrator/orchestrator_test.go @@ -132,7 +132,7 @@ func TestNewOrchestratorEC2(t *testing.T) { // ecsApi.EXPECT().WaitUntilTasksRunning(gomock.Any(), gomock.Any()).Return(nil).Times(2) // ecsApi.EXPECT().WaitUntilTasksStopped(gomock.Any(), gomock.Any()).Return(nil) filterLogEventsApi := interfaces.NewMockFilterLogEventsAPIClient(ctrl) - filterLogEventsApi.EXPECT().FilterLogEvents(gomock.Any(), gomock.Any()).Return(&cwlv2.FilterLogEventsOutput{}, nil).AnyTimes() + filterLogEventsApi.EXPECT().FilterLogEvents(gomock.Any(), gomock.Any(), gomock.Any()).Return(&cwlv2.FilterLogEventsOutput{}, nil).AnyTimes() ecsApi.EXPECT().DescribeTasks(gomock.Any(), gomock.Any(), gomock.Any()).Return(&ecs.DescribeTasksOutput{ Failures: []ecstypes.Failure{}, diff --git a/cli/pkg/output/COVERAGE b/cli/pkg/output/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/pkg/output/COVERAGE +++ b/cli/pkg/output/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/cli/templates/COVERAGE b/cli/templates/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/cli/templates/COVERAGE +++ b/cli/templates/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/hvm/COVERAGE b/hvm/COVERAGE index 1d65b3e555..fb1088c65a 100644 --- a/hvm/COVERAGE +++ b/hvm/COVERAGE @@ -1 +1 @@ -0.00 \ No newline at end of file +0.00 diff --git a/hvm/cmd/COVERAGE b/hvm/cmd/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/hvm/cmd/COVERAGE +++ b/hvm/cmd/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/hvm/config/COVERAGE b/hvm/config/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/hvm/config/COVERAGE +++ b/hvm/config/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/hvm/installer/COVERAGE b/hvm/installer/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/hvm/installer/COVERAGE +++ b/hvm/installer/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00 diff --git a/hvm/linkManager/COVERAGE b/hvm/linkManager/COVERAGE index 171538eb0b..fb1088c65a 100644 --- a/hvm/linkManager/COVERAGE +++ b/hvm/linkManager/COVERAGE @@ -1 +1 @@ -0.0 \ No newline at end of file +0.00