diff --git a/.github/workflows/release-alexa-ask-skill.yml b/.github/workflows/release-alexa-ask-skill.yml index 08d37a430..5b4bb6ff8 100644 --- a/.github/workflows/release-alexa-ask-skill.yml +++ b/.github/workflows/release-alexa-ask-skill.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-aqua-enterprise-enforcer.yml b/.github/workflows/release-aqua-enterprise-enforcer.yml index 00f2889cb..36044fdc5 100644 --- a/.github/workflows/release-aqua-enterprise-enforcer.yml +++ b/.github/workflows/release-aqua-enterprise-enforcer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-aqua-enterprise-kubeenforcer.yml b/.github/workflows/release-aqua-enterprise-kubeenforcer.yml index 5a10afdce..57bcb6033 100644 --- a/.github/workflows/release-aqua-enterprise-kubeenforcer.yml +++ b/.github/workflows/release-aqua-enterprise-kubeenforcer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-aqua-enterprise-scanner.yml b/.github/workflows/release-aqua-enterprise-scanner.yml index 93f2c2ccb..c7e7b6bfe 100644 --- a/.github/workflows/release-aqua-enterprise-scanner.yml +++ b/.github/workflows/release-aqua-enterprise-scanner.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-aqua-enterprise-server.yml b/.github/workflows/release-aqua-enterprise-server.yml index da0b06f5b..a0e50f43d 100644 --- a/.github/workflows/release-aqua-enterprise-server.yml +++ b/.github/workflows/release-aqua-enterprise-server.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-atlassian-opsgenie-integration.yml b/.github/workflows/release-atlassian-opsgenie-integration.yml index ac529661c..c258c096f 100644 --- a/.github/workflows/release-atlassian-opsgenie-integration.yml +++ b/.github/workflows/release-atlassian-opsgenie-integration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-atlassian-opsgenie-team.yml b/.github/workflows/release-atlassian-opsgenie-team.yml index 2790881f7..248a34bfa 100644 --- a/.github/workflows/release-atlassian-opsgenie-team.yml +++ b/.github/workflows/release-atlassian-opsgenie-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-atlassian-opsgenie-user.yml b/.github/workflows/release-atlassian-opsgenie-user.yml index c10dd8ded..32b483fd9 100644 --- a/.github/workflows/release-atlassian-opsgenie-user.yml +++ b/.github/workflows/release-atlassian-opsgenie-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-account-alternatecontact.yml b/.github/workflows/release-awscommunity-account-alternatecontact.yml index 9cb45e77f..c58ac8cf5 100644 --- a/.github/workflows/release-awscommunity-account-alternatecontact.yml +++ b/.github/workflows/release-awscommunity-account-alternatecontact.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml b/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml index 6f62fa575..28340e20e 100644 --- a/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml +++ b/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml b/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml index dae2bd88e..a924dc4d2 100644 --- a/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml +++ b/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-dynamodb-item.yml b/.github/workflows/release-awscommunity-dynamodb-item.yml index c87b78639..64ca55724 100644 --- a/.github/workflows/release-awscommunity-dynamodb-item.yml +++ b/.github/workflows/release-awscommunity-dynamodb-item.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-resource-lookup.yml b/.github/workflows/release-awscommunity-resource-lookup.yml index 838c766ee..f0d306293 100644 --- a/.github/workflows/release-awscommunity-resource-lookup.yml +++ b/.github/workflows/release-awscommunity-resource-lookup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-s3-bucket-module.yml b/.github/workflows/release-awscommunity-s3-bucket-module.yml index f7679b884..bf0738385 100644 --- a/.github/workflows/release-awscommunity-s3-bucket-module.yml +++ b/.github/workflows/release-awscommunity-s3-bucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml b/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml index 103eff27d..076ccfa79 100644 --- a/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml +++ b/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-time-offset.yml b/.github/workflows/release-awscommunity-time-offset.yml index 940e090ca..92b7f3d67 100644 --- a/.github/workflows/release-awscommunity-time-offset.yml +++ b/.github/workflows/release-awscommunity-time-offset.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-time-sleep.yml b/.github/workflows/release-awscommunity-time-sleep.yml index 970576b55..6d139c3b1 100644 --- a/.github/workflows/release-awscommunity-time-sleep.yml +++ b/.github/workflows/release-awscommunity-time-sleep.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awscommunity-time-static.yml b/.github/workflows/release-awscommunity-time-static.yml index fe1a028f6..ed32bd0b9 100644 --- a/.github/workflows/release-awscommunity-time-static.yml +++ b/.github/workflows/release-awscommunity-time-static.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml b/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml index 57b68ab40..09f81bc80 100644 --- a/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml +++ b/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml b/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml index 7654c1a61..518a8c6d8 100644 --- a/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml +++ b/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-eks-cluster.yml b/.github/workflows/release-awsqs-eks-cluster.yml index 61c3da9c1..84a4937a0 100644 --- a/.github/workflows/release-awsqs-eks-cluster.yml +++ b/.github/workflows/release-awsqs-eks-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml b/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml index 3e0109d28..9514d2ed6 100644 --- a/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml +++ b/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-kubernetes-get.yml b/.github/workflows/release-awsqs-kubernetes-get.yml index dc6f25c5b..314fe2a66 100644 --- a/.github/workflows/release-awsqs-kubernetes-get.yml +++ b/.github/workflows/release-awsqs-kubernetes-get.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-kubernetes-helm.yml b/.github/workflows/release-awsqs-kubernetes-helm.yml index bb17fbd59..e5822b337 100644 --- a/.github/workflows/release-awsqs-kubernetes-helm.yml +++ b/.github/workflows/release-awsqs-kubernetes-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-kubernetes-resource.yml b/.github/workflows/release-awsqs-kubernetes-resource.yml index 96e0b1946..23b20d243 100644 --- a/.github/workflows/release-awsqs-kubernetes-resource.yml +++ b/.github/workflows/release-awsqs-kubernetes-resource.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-awsqs-vpc-vpcqs-module.yml b/.github/workflows/release-awsqs-vpc-vpcqs-module.yml index 881c5217b..f88a788ce 100644 --- a/.github/workflows/release-awsqs-vpc-vpcqs-module.yml +++ b/.github/workflows/release-awsqs-vpc-vpcqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-bigid-datasource-dynamodb.yml b/.github/workflows/release-bigid-datasource-dynamodb.yml index 316d8d084..e3becc952 100644 --- a/.github/workflows/release-bigid-datasource-dynamodb.yml +++ b/.github/workflows/release-bigid-datasource-dynamodb.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-bigid-datasource-s3.yml b/.github/workflows/release-bigid-datasource-s3.yml index 656f7fb62..0fc5f3910 100644 --- a/.github/workflows/release-bigid-datasource-s3.yml +++ b/.github/workflows/release-bigid-datasource-s3.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cadiaz-bucket-uno-module.yml b/.github/workflows/release-cadiaz-bucket-uno-module.yml index 4d28ac853..ca67f213c 100644 --- a/.github/workflows/release-cadiaz-bucket-uno-module.yml +++ b/.github/workflows/release-cadiaz-bucket-uno-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cloudflare-dns-record.yml b/.github/workflows/release-cloudflare-dns-record.yml index 26db4c85c..21b5810ed 100644 --- a/.github/workflows/release-cloudflare-dns-record.yml +++ b/.github/workflows/release-cloudflare-dns-record.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml b/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml index 212f6e6c9..476cbfa96 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cloudflare-loadbalancer-monitor.yml b/.github/workflows/release-cloudflare-loadbalancer-monitor.yml index e9914a98d..c34500d2b 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-monitor.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-monitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cloudflare-loadbalancer-pool.yml b/.github/workflows/release-cloudflare-loadbalancer-pool.yml index 5a09e13ad..b2618e10b 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-pool.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-pool.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-confluentcloud-iam-serviceaccount.yml b/.github/workflows/release-confluentcloud-iam-serviceaccount.yml index 3c809e5ce..a4d24452f 100644 --- a/.github/workflows/release-confluentcloud-iam-serviceaccount.yml +++ b/.github/workflows/release-confluentcloud-iam-serviceaccount.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-cyral-sidecar-deployment-module.yml b/.github/workflows/release-cyral-sidecar-deployment-module.yml index d079e9ef7..6034a0b08 100644 --- a/.github/workflows/release-cyral-sidecar-deployment-module.yml +++ b/.github/workflows/release-cyral-sidecar-deployment-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-databricks-clusters-cluster.yml b/.github/workflows/release-databricks-clusters-cluster.yml index dca1d57ef..1064acd6e 100644 --- a/.github/workflows/release-databricks-clusters-cluster.yml +++ b/.github/workflows/release-databricks-clusters-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-databricks-clusters-job.yml b/.github/workflows/release-databricks-clusters-job.yml index ec4dd3b86..b3d138dd4 100644 --- a/.github/workflows/release-databricks-clusters-job.yml +++ b/.github/workflows/release-databricks-clusters-job.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-dashboards-dashboard.yml b/.github/workflows/release-datadog-dashboards-dashboard.yml index 0d34f3f84..a866bfa5d 100644 --- a/.github/workflows/release-datadog-dashboards-dashboard.yml +++ b/.github/workflows/release-datadog-dashboards-dashboard.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-integrations-aws.yml b/.github/workflows/release-datadog-integrations-aws.yml index f80fec7fe..8b02c9f8f 100644 --- a/.github/workflows/release-datadog-integrations-aws.yml +++ b/.github/workflows/release-datadog-integrations-aws.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-monitors-downtime.yml b/.github/workflows/release-datadog-monitors-downtime.yml index 99657428a..3a92d4864 100644 --- a/.github/workflows/release-datadog-monitors-downtime.yml +++ b/.github/workflows/release-datadog-monitors-downtime.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-monitors-downtimeschedule.yml b/.github/workflows/release-datadog-monitors-downtimeschedule.yml index f11f2dfd1..018ed0ccd 100644 --- a/.github/workflows/release-datadog-monitors-downtimeschedule.yml +++ b/.github/workflows/release-datadog-monitors-downtimeschedule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-monitors-monitor.yml b/.github/workflows/release-datadog-monitors-monitor.yml index 2baf8adff..cb6e706e8 100644 --- a/.github/workflows/release-datadog-monitors-monitor.yml +++ b/.github/workflows/release-datadog-monitors-monitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-datadog-slos-slo.yml b/.github/workflows/release-datadog-slos-slo.yml index f9c6427f7..3b07faf37 100644 --- a/.github/workflows/release-datadog-slos-slo.yml +++ b/.github/workflows/release-datadog-slos-slo.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-dynatrace-configuration-dashboard.yml b/.github/workflows/release-dynatrace-configuration-dashboard.yml index 519d41c0e..a89fb12ce 100644 --- a/.github/workflows/release-dynatrace-configuration-dashboard.yml +++ b/.github/workflows/release-dynatrace-configuration-dashboard.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-dynatrace-environment-metric.yml b/.github/workflows/release-dynatrace-environment-metric.yml index d90418311..5cbe608d9 100644 --- a/.github/workflows/release-dynatrace-environment-metric.yml +++ b/.github/workflows/release-dynatrace-environment-metric.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml b/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml index 6e98d4f09..78d5d397f 100644 --- a/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml +++ b/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-dynatrace-environment-syntheticlocation.yml b/.github/workflows/release-dynatrace-environment-syntheticlocation.yml index 71b4b442c..ddf81d471 100644 --- a/.github/workflows/release-dynatrace-environment-syntheticlocation.yml +++ b/.github/workflows/release-dynatrace-environment-syntheticlocation.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml b/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml index 0fe353c1e..4add9c684 100644 --- a/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml +++ b/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-dictionary-dictionary.yml b/.github/workflows/release-fastly-dictionary-dictionary.yml index 3a35520e8..540e2788f 100644 --- a/.github/workflows/release-fastly-dictionary-dictionary.yml +++ b/.github/workflows/release-fastly-dictionary-dictionary.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-dictionary-dictionaryitem.yml b/.github/workflows/release-fastly-dictionary-dictionaryitem.yml index 01eeee960..546a79058 100644 --- a/.github/workflows/release-fastly-dictionary-dictionaryitem.yml +++ b/.github/workflows/release-fastly-dictionary-dictionaryitem.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-logging-s3.yml b/.github/workflows/release-fastly-logging-s3.yml index 95969ee26..df0da6805 100644 --- a/.github/workflows/release-fastly-logging-s3.yml +++ b/.github/workflows/release-fastly-logging-s3.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-logging-splunk.yml b/.github/workflows/release-fastly-logging-splunk.yml index 33486776d..9d6f3a036 100644 --- a/.github/workflows/release-fastly-logging-splunk.yml +++ b/.github/workflows/release-fastly-logging-splunk.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-activeversion.yml b/.github/workflows/release-fastly-services-activeversion.yml index 060bb467c..c89a707fc 100644 --- a/.github/workflows/release-fastly-services-activeversion.yml +++ b/.github/workflows/release-fastly-services-activeversion.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-backend.yml b/.github/workflows/release-fastly-services-backend.yml index 999cb0e13..70d08fd23 100644 --- a/.github/workflows/release-fastly-services-backend.yml +++ b/.github/workflows/release-fastly-services-backend.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-domain.yml b/.github/workflows/release-fastly-services-domain.yml index 0ce8f9182..2e528021a 100644 --- a/.github/workflows/release-fastly-services-domain.yml +++ b/.github/workflows/release-fastly-services-domain.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-healthcheck.yml b/.github/workflows/release-fastly-services-healthcheck.yml index 5ea99fd03..140d7c5ec 100644 --- a/.github/workflows/release-fastly-services-healthcheck.yml +++ b/.github/workflows/release-fastly-services-healthcheck.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-service.yml b/.github/workflows/release-fastly-services-service.yml index ca1176f1b..3ce53821a 100644 --- a/.github/workflows/release-fastly-services-service.yml +++ b/.github/workflows/release-fastly-services-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-services-version.yml b/.github/workflows/release-fastly-services-version.yml index 7e97f1caf..73c67032e 100644 --- a/.github/workflows/release-fastly-services-version.yml +++ b/.github/workflows/release-fastly-services-version.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-tls-certificate.yml b/.github/workflows/release-fastly-tls-certificate.yml index 9692c30ca..b0a1ec13f 100644 --- a/.github/workflows/release-fastly-tls-certificate.yml +++ b/.github/workflows/release-fastly-tls-certificate.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-tls-domain.yml b/.github/workflows/release-fastly-tls-domain.yml index 154680489..a3533f2a6 100644 --- a/.github/workflows/release-fastly-tls-domain.yml +++ b/.github/workflows/release-fastly-tls-domain.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fastly-tls-privatekeys.yml b/.github/workflows/release-fastly-tls-privatekeys.yml index da306fd14..e408c952b 100644 --- a/.github/workflows/release-fastly-tls-privatekeys.yml +++ b/.github/workflows/release-fastly-tls-privatekeys.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml b/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml index 39c968984..ac7ceb3be 100644 --- a/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml +++ b/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-impactapi-apigateway-module.yml b/.github/workflows/release-freyraim-impactapi-apigateway-module.yml index c5ab61628..f43fdf329 100644 --- a/.github/workflows/release-freyraim-impactapi-apigateway-module.yml +++ b/.github/workflows/release-freyraim-impactapi-apigateway-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-impactapi-apihandle-module.yml b/.github/workflows/release-freyraim-impactapi-apihandle-module.yml index dc5df3007..9f00b2ea6 100644 --- a/.github/workflows/release-freyraim-impactapi-apihandle-module.yml +++ b/.github/workflows/release-freyraim-impactapi-apihandle-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml b/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml index 7b7a26835..759b7c73b 100644 --- a/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml +++ b/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml b/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml index 694e34a16..1c764c7a5 100644 --- a/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml +++ b/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml b/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml index c86028db1..a029f2c9b 100644 --- a/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml +++ b/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-cloudfront-module.yml b/.github/workflows/release-freyraim-spider-cloudfront-module.yml index 3a6c7cd8a..cd7f37838 100644 --- a/.github/workflows/release-freyraim-spider-cloudfront-module.yml +++ b/.github/workflows/release-freyraim-spider-cloudfront-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-ec2instance-module.yml b/.github/workflows/release-freyraim-spider-ec2instance-module.yml index 7a77b5064..6961d72c1 100644 --- a/.github/workflows/release-freyraim-spider-ec2instance-module.yml +++ b/.github/workflows/release-freyraim-spider-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-ecs-module.yml b/.github/workflows/release-freyraim-spider-ecs-module.yml index ca740c076..2d9cdc06c 100644 --- a/.github/workflows/release-freyraim-spider-ecs-module.yml +++ b/.github/workflows/release-freyraim-spider-ecs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-loadbalancer-module.yml b/.github/workflows/release-freyraim-spider-loadbalancer-module.yml index 142334276..2c4fa92df 100644 --- a/.github/workflows/release-freyraim-spider-loadbalancer-module.yml +++ b/.github/workflows/release-freyraim-spider-loadbalancer-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-postgresql-module.yml b/.github/workflows/release-freyraim-spider-postgresql-module.yml index 07de9e909..804e8e5e1 100644 --- a/.github/workflows/release-freyraim-spider-postgresql-module.yml +++ b/.github/workflows/release-freyraim-spider-postgresql-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-freyraim-spider-s3bucket-module.yml b/.github/workflows/release-freyraim-spider-s3bucket-module.yml index b99dee5e7..054c9215c 100644 --- a/.github/workflows/release-freyraim-spider-s3bucket-module.yml +++ b/.github/workflows/release-freyraim-spider-s3bucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-generic-database-schema.yml b/.github/workflows/release-generic-database-schema.yml index 4aa30c34f..3508d9b12 100644 --- a/.github/workflows/release-generic-database-schema.yml +++ b/.github/workflows/release-generic-database-schema.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-generic-transcribe-vocabulary.yml b/.github/workflows/release-generic-transcribe-vocabulary.yml index 36691f382..8e2a0cde6 100644 --- a/.github/workflows/release-generic-transcribe-vocabulary.yml +++ b/.github/workflows/release-generic-transcribe-vocabulary.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-git-tag.yml b/.github/workflows/release-github-git-tag.yml index f7f1f7e6e..dfb36120f 100644 --- a/.github/workflows/release-github-git-tag.yml +++ b/.github/workflows/release-github-git-tag.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-organizations-membership.yml b/.github/workflows/release-github-organizations-membership.yml index 487100071..a84b6b37d 100644 --- a/.github/workflows/release-github-organizations-membership.yml +++ b/.github/workflows/release-github-organizations-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-organizations-secret.yml b/.github/workflows/release-github-organizations-secret.yml index 08bac0351..50a1ed01a 100644 --- a/.github/workflows/release-github-organizations-secret.yml +++ b/.github/workflows/release-github-organizations-secret.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-repositories-collaborator.yml b/.github/workflows/release-github-repositories-collaborator.yml index 559ad53fe..645adb7e8 100644 --- a/.github/workflows/release-github-repositories-collaborator.yml +++ b/.github/workflows/release-github-repositories-collaborator.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-repositories-repository.yml b/.github/workflows/release-github-repositories-repository.yml index 2717fd94a..9d21db294 100644 --- a/.github/workflows/release-github-repositories-repository.yml +++ b/.github/workflows/release-github-repositories-repository.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-repositories-secret.yml b/.github/workflows/release-github-repositories-secret.yml index 514ea0dfe..f3e7065cd 100644 --- a/.github/workflows/release-github-repositories-secret.yml +++ b/.github/workflows/release-github-repositories-secret.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-repositories-webhook.yml b/.github/workflows/release-github-repositories-webhook.yml index 34adfa686..876434464 100644 --- a/.github/workflows/release-github-repositories-webhook.yml +++ b/.github/workflows/release-github-repositories-webhook.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-teams-membership.yml b/.github/workflows/release-github-teams-membership.yml index 2be0bf468..60f93844c 100644 --- a/.github/workflows/release-github-teams-membership.yml +++ b/.github/workflows/release-github-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-teams-repositoryaccess.yml b/.github/workflows/release-github-teams-repositoryaccess.yml index c697cc2df..ea4add1de 100644 --- a/.github/workflows/release-github-teams-repositoryaccess.yml +++ b/.github/workflows/release-github-teams-repositoryaccess.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-github-teams-team.yml b/.github/workflows/release-github-teams-team.yml index ca5eac3ea..2c8302b70 100644 --- a/.github/workflows/release-github-teams-team.yml +++ b/.github/workflows/release-github-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-code-tag.yml b/.github/workflows/release-gitlab-code-tag.yml index 3a81492d9..c54a4618f 100644 --- a/.github/workflows/release-gitlab-code-tag.yml +++ b/.github/workflows/release-gitlab-code-tag.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-groups-group.yml b/.github/workflows/release-gitlab-groups-group.yml index ab0d15c92..8e7130c0a 100644 --- a/.github/workflows/release-gitlab-groups-group.yml +++ b/.github/workflows/release-gitlab-groups-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml b/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml index 936a32145..c82aaf9a5 100644 --- a/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml +++ b/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-groups-usermemberofgroup.yml b/.github/workflows/release-gitlab-groups-usermemberofgroup.yml index 1147f45ba..3aaf391f9 100644 --- a/.github/workflows/release-gitlab-groups-usermemberofgroup.yml +++ b/.github/workflows/release-gitlab-groups-usermemberofgroup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-projects-accesstoken.yml b/.github/workflows/release-gitlab-projects-accesstoken.yml index a4a3106f8..184aef4ca 100644 --- a/.github/workflows/release-gitlab-projects-accesstoken.yml +++ b/.github/workflows/release-gitlab-projects-accesstoken.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml b/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml index ea6160bd0..f1d27e1ba 100644 --- a/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml +++ b/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-projects-project.yml b/.github/workflows/release-gitlab-projects-project.yml index 9af036990..4f95ac521 100644 --- a/.github/workflows/release-gitlab-projects-project.yml +++ b/.github/workflows/release-gitlab-projects-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gitlab-projects-usermemberofproject.yml b/.github/workflows/release-gitlab-projects-usermemberofproject.yml index b01a59c86..37284d30f 100644 --- a/.github/workflows/release-gitlab-projects-usermemberofproject.yml +++ b/.github/workflows/release-gitlab-projects-usermemberofproject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-gremlin-agent-helm.yml b/.github/workflows/release-gremlin-agent-helm.yml index 31f7894f3..e2072d06e 100644 --- a/.github/workflows/release-gremlin-agent-helm.yml +++ b/.github/workflows/release-gremlin-agent-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-artifactory-core-module.yml b/.github/workflows/release-jfrog-artifactory-core-module.yml index 5cb910ad3..07c860c40 100644 --- a/.github/workflows/release-jfrog-artifactory-core-module.yml +++ b/.github/workflows/release-jfrog-artifactory-core-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml b/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml index 16497a01b..6f6eb7e36 100644 --- a/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml +++ b/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml b/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml index d529c12cb..4dd88b72e 100644 --- a/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml +++ b/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-artifactory-newvpc-module.yml b/.github/workflows/release-jfrog-artifactory-newvpc-module.yml index 8cc1016fc..8c553373b 100644 --- a/.github/workflows/release-jfrog-artifactory-newvpc-module.yml +++ b/.github/workflows/release-jfrog-artifactory-newvpc-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-linux-bastion-module.yml b/.github/workflows/release-jfrog-linux-bastion-module.yml index 7a283e2c8..03b3e0b9f 100644 --- a/.github/workflows/release-jfrog-linux-bastion-module.yml +++ b/.github/workflows/release-jfrog-linux-bastion-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-vpc-multiaz-module.yml b/.github/workflows/release-jfrog-vpc-multiaz-module.yml index 2bda93bc6..08195f8c9 100644 --- a/.github/workflows/release-jfrog-vpc-multiaz-module.yml +++ b/.github/workflows/release-jfrog-vpc-multiaz-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-jfrog-xray-ec2instance-module.yml b/.github/workflows/release-jfrog-xray-ec2instance-module.yml index 2e577faaa..0c8657ea1 100644 --- a/.github/workflows/release-jfrog-xray-ec2instance-module.yml +++ b/.github/workflows/release-jfrog-xray-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-karte-eventbridge-documentdb-module.yml b/.github/workflows/release-karte-eventbridge-documentdb-module.yml index 277618880..ec1545d5d 100644 --- a/.github/workflows/release-karte-eventbridge-documentdb-module.yml +++ b/.github/workflows/release-karte-eventbridge-documentdb-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml b/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml index 6e4d45927..9c9b40577 100644 --- a/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml +++ b/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-logzio-awscostandusage-cur-module.yml b/.github/workflows/release-logzio-awscostandusage-cur-module.yml index dafc0bde1..5f657dec5 100644 --- a/.github/workflows/release-logzio-awscostandusage-cur-module.yml +++ b/.github/workflows/release-logzio-awscostandusage-cur-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-logzio-awssecurityhub-collector-module.yml b/.github/workflows/release-logzio-awssecurityhub-collector-module.yml index d9d77da19..3165d1243 100644 --- a/.github/workflows/release-logzio-awssecurityhub-collector-module.yml +++ b/.github/workflows/release-logzio-awssecurityhub-collector-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml b/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml index ffec06b82..49e8eed67 100644 --- a/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml +++ b/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-logzio-myservice-myname-module.yml b/.github/workflows/release-logzio-myservice-myname-module.yml index 71ddf1fc7..8cf961f0d 100644 --- a/.github/workflows/release-logzio-myservice-myname-module.yml +++ b/.github/workflows/release-logzio-myservice-myname-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mavi-pipeline-default-module.yml b/.github/workflows/release-mavi-pipeline-default-module.yml index 05615cd3a..8bbcdb86e 100644 --- a/.github/workflows/release-mavi-pipeline-default-module.yml +++ b/.github/workflows/release-mavi-pipeline-default-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mongodb-atlas-cluster.yml b/.github/workflows/release-mongodb-atlas-cluster.yml index 5d6a4245c..ba7364b79 100644 --- a/.github/workflows/release-mongodb-atlas-cluster.yml +++ b/.github/workflows/release-mongodb-atlas-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mongodb-atlas-databaseuser.yml b/.github/workflows/release-mongodb-atlas-databaseuser.yml index 23201576e..014f56bb8 100644 --- a/.github/workflows/release-mongodb-atlas-databaseuser.yml +++ b/.github/workflows/release-mongodb-atlas-databaseuser.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mongodb-atlas-networkpeering.yml b/.github/workflows/release-mongodb-atlas-networkpeering.yml index 5489ff0f4..894667f69 100644 --- a/.github/workflows/release-mongodb-atlas-networkpeering.yml +++ b/.github/workflows/release-mongodb-atlas-networkpeering.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mongodb-atlas-project.yml b/.github/workflows/release-mongodb-atlas-project.yml index 83323988c..b3459ec27 100644 --- a/.github/workflows/release-mongodb-atlas-project.yml +++ b/.github/workflows/release-mongodb-atlas-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml b/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml index 33bf12320..923f863fb 100644 --- a/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml +++ b/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-agent-configuration.yml b/.github/workflows/release-newrelic-agent-configuration.yml index 3ff5e1f2e..f4a804ac3 100644 --- a/.github/workflows/release-newrelic-agent-configuration.yml +++ b/.github/workflows/release-newrelic-agent-configuration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-alert-alertspolicy.yml b/.github/workflows/release-newrelic-alert-alertspolicy.yml index 99763e6be..3bef99eee 100644 --- a/.github/workflows/release-newrelic-alert-alertspolicy.yml +++ b/.github/workflows/release-newrelic-alert-alertspolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml b/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml index 4f31164ea..2184c69aa 100644 --- a/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml +++ b/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-cloudformation-dashboards.yml b/.github/workflows/release-newrelic-cloudformation-dashboards.yml index 4c1d49b0e..804704fef 100644 --- a/.github/workflows/release-newrelic-cloudformation-dashboards.yml +++ b/.github/workflows/release-newrelic-cloudformation-dashboards.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-cloudformation-tagging.yml b/.github/workflows/release-newrelic-cloudformation-tagging.yml index 457d0ae5a..9e71888ce 100644 --- a/.github/workflows/release-newrelic-cloudformation-tagging.yml +++ b/.github/workflows/release-newrelic-cloudformation-tagging.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-cloudformation-workloads.yml b/.github/workflows/release-newrelic-cloudformation-workloads.yml index fe1b66456..803a13f6b 100644 --- a/.github/workflows/release-newrelic-cloudformation-workloads.yml +++ b/.github/workflows/release-newrelic-cloudformation-workloads.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-ainotificationschannel.yml b/.github/workflows/release-newrelic-observability-ainotificationschannel.yml index 4b238c59f..dff6909bd 100644 --- a/.github/workflows/release-newrelic-observability-ainotificationschannel.yml +++ b/.github/workflows/release-newrelic-observability-ainotificationschannel.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml b/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml index f7721aae5..4e37530df 100644 --- a/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml +++ b/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-aiworkflows.yml b/.github/workflows/release-newrelic-observability-aiworkflows.yml index e9132040f..c48c889bf 100644 --- a/.github/workflows/release-newrelic-observability-aiworkflows.yml +++ b/.github/workflows/release-newrelic-observability-aiworkflows.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-alertsmutingrule.yml b/.github/workflows/release-newrelic-observability-alertsmutingrule.yml index ef1ab044e..77db24498 100644 --- a/.github/workflows/release-newrelic-observability-alertsmutingrule.yml +++ b/.github/workflows/release-newrelic-observability-alertsmutingrule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml b/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml index f071c9379..726bbb718 100644 --- a/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml +++ b/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-alertspolicy.yml b/.github/workflows/release-newrelic-observability-alertspolicy.yml index 917f1162e..af18e2a2d 100644 --- a/.github/workflows/release-newrelic-observability-alertspolicy.yml +++ b/.github/workflows/release-newrelic-observability-alertspolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-dashboards.yml b/.github/workflows/release-newrelic-observability-dashboards.yml index 9607d913e..7b1483707 100644 --- a/.github/workflows/release-newrelic-observability-dashboards.yml +++ b/.github/workflows/release-newrelic-observability-dashboards.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-newrelic-observability-workloads.yml b/.github/workflows/release-newrelic-observability-workloads.yml index e22669c6d..15d196b25 100644 --- a/.github/workflows/release-newrelic-observability-workloads.yml +++ b/.github/workflows/release-newrelic-observability-workloads.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-okta-application-application.yml b/.github/workflows/release-okta-application-application.yml index 73cf550c7..a6a2434df 100644 --- a/.github/workflows/release-okta-application-application.yml +++ b/.github/workflows/release-okta-application-application.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-okta-group-group.yml b/.github/workflows/release-okta-group-group.yml index 391241721..0a3e109aa 100644 --- a/.github/workflows/release-okta-group-group.yml +++ b/.github/workflows/release-okta-group-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-okta-group-groupapplicationassociation.yml b/.github/workflows/release-okta-group-groupapplicationassociation.yml index ba8f6c22c..cf9f8c422 100644 --- a/.github/workflows/release-okta-group-groupapplicationassociation.yml +++ b/.github/workflows/release-okta-group-groupapplicationassociation.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-okta-group-membership.yml b/.github/workflows/release-okta-group-membership.yml index 8dd45adbc..92d225091 100644 --- a/.github/workflows/release-okta-group-membership.yml +++ b/.github/workflows/release-okta-group-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-okta-policy-policy.yml b/.github/workflows/release-okta-policy-policy.yml index a023f7184..a9ada6872 100644 --- a/.github/workflows/release-okta-policy-policy.yml +++ b/.github/workflows/release-okta-policy-policy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-org-test-sample-module.yml b/.github/workflows/release-org-test-sample-module.yml index ae2cf2881..659e4d30a 100644 --- a/.github/workflows/release-org-test-sample-module.yml +++ b/.github/workflows/release-org-test-sample-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml b/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml index 08bc3363f..ff8a5b6ba 100644 --- a/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml +++ b/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-responseplays-responseplay.yml b/.github/workflows/release-pagerduty-responseplays-responseplay.yml index 48e68066f..938ebbec3 100644 --- a/.github/workflows/release-pagerduty-responseplays-responseplay.yml +++ b/.github/workflows/release-pagerduty-responseplays-responseplay.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-schedules-schedule.yml b/.github/workflows/release-pagerduty-schedules-schedule.yml index 2646a4252..1dcaea7a8 100644 --- a/.github/workflows/release-pagerduty-schedules-schedule.yml +++ b/.github/workflows/release-pagerduty-schedules-schedule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-services-integration.yml b/.github/workflows/release-pagerduty-services-integration.yml index aa3e50fb8..2849483db 100644 --- a/.github/workflows/release-pagerduty-services-integration.yml +++ b/.github/workflows/release-pagerduty-services-integration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-services-service.yml b/.github/workflows/release-pagerduty-services-service.yml index ea4775db3..a2f610c71 100644 --- a/.github/workflows/release-pagerduty-services-service.yml +++ b/.github/workflows/release-pagerduty-services-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-teams-membership.yml b/.github/workflows/release-pagerduty-teams-membership.yml index 8593a5e4b..55adbc78c 100644 --- a/.github/workflows/release-pagerduty-teams-membership.yml +++ b/.github/workflows/release-pagerduty-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-teams-team.yml b/.github/workflows/release-pagerduty-teams-team.yml index 9bf7fac6b..2de5d84e4 100644 --- a/.github/workflows/release-pagerduty-teams-team.yml +++ b/.github/workflows/release-pagerduty-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-pagerduty-users-user.yml b/.github/workflows/release-pagerduty-users-user.yml index c97e100d3..1250dd053 100644 --- a/.github/workflows/release-pagerduty-users-user.yml +++ b/.github/workflows/release-pagerduty-users-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml b/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml index 37a5eda4b..fe1cba27d 100644 --- a/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml +++ b/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml b/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml index 6f5031922..0fb79774d 100644 --- a/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml +++ b/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-poc-azure-blobstorage.yml b/.github/workflows/release-poc-azure-blobstorage.yml index 435cd9ae9..3c99f1d55 100644 --- a/.github/workflows/release-poc-azure-blobstorage.yml +++ b/.github/workflows/release-poc-azure-blobstorage.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-registry-test-resource1-module.yml b/.github/workflows/release-registry-test-resource1-module.yml index 6e180ff42..74d56bd29 100644 --- a/.github/workflows/release-registry-test-resource1-module.yml +++ b/.github/workflows/release-registry-test-resource1-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-rollbar-notifications-rule.yml b/.github/workflows/release-rollbar-notifications-rule.yml index 2f542ecba..af5d2cbde 100644 --- a/.github/workflows/release-rollbar-notifications-rule.yml +++ b/.github/workflows/release-rollbar-notifications-rule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-rollbar-projects-accesstoken.yml b/.github/workflows/release-rollbar-projects-accesstoken.yml index dff5ebdca..842b7ea22 100644 --- a/.github/workflows/release-rollbar-projects-accesstoken.yml +++ b/.github/workflows/release-rollbar-projects-accesstoken.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-rollbar-projects-project.yml b/.github/workflows/release-rollbar-projects-project.yml index bfc3a23c6..f13a3866a 100644 --- a/.github/workflows/release-rollbar-projects-project.yml +++ b/.github/workflows/release-rollbar-projects-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-rollbar-teams-membership.yml b/.github/workflows/release-rollbar-teams-membership.yml index 7c0e15733..6686a9d49 100644 --- a/.github/workflows/release-rollbar-teams-membership.yml +++ b/.github/workflows/release-rollbar-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-rollbar-teams-team.yml b/.github/workflows/release-rollbar-teams-team.yml index a34342e60..7abefbc0a 100644 --- a/.github/workflows/release-rollbar-teams-team.yml +++ b/.github/workflows/release-rollbar-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-database-database.yml b/.github/workflows/release-snowflake-database-database.yml index 8fc2b9656..13d7cd1a3 100644 --- a/.github/workflows/release-snowflake-database-database.yml +++ b/.github/workflows/release-snowflake-database-database.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-database-grant.yml b/.github/workflows/release-snowflake-database-grant.yml index 232a571cd..59d023e5b 100644 --- a/.github/workflows/release-snowflake-database-grant.yml +++ b/.github/workflows/release-snowflake-database-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-role-grant.yml b/.github/workflows/release-snowflake-role-grant.yml index cf4473d24..0d4ddd502 100644 --- a/.github/workflows/release-snowflake-role-grant.yml +++ b/.github/workflows/release-snowflake-role-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-role-role.yml b/.github/workflows/release-snowflake-role-role.yml index 0996d51e3..01abbf143 100644 --- a/.github/workflows/release-snowflake-role-role.yml +++ b/.github/workflows/release-snowflake-role-role.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-user-user.yml b/.github/workflows/release-snowflake-user-user.yml index c65fc0cce..2666a720c 100644 --- a/.github/workflows/release-snowflake-user-user.yml +++ b/.github/workflows/release-snowflake-user-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snowflake-warehouse-grant.yml b/.github/workflows/release-snowflake-warehouse-grant.yml index 31a5ee691..4c3b6293b 100644 --- a/.github/workflows/release-snowflake-warehouse-grant.yml +++ b/.github/workflows/release-snowflake-warehouse-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-snyk-container-helm.yml b/.github/workflows/release-snyk-container-helm.yml index eb349383b..b0c128cda 100644 --- a/.github/workflows/release-snyk-container-helm.yml +++ b/.github/workflows/release-snyk-container-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-splunk-enterprise-quickstart-module.yml b/.github/workflows/release-splunk-enterprise-quickstart-module.yml index f40555dcb..c82daa01f 100644 --- a/.github/workflows/release-splunk-enterprise-quickstart-module.yml +++ b/.github/workflows/release-splunk-enterprise-quickstart-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-spot-elastigroup-group.yml b/.github/workflows/release-spot-elastigroup-group.yml index 52c00a7a2..565c0dcbf 100644 --- a/.github/workflows/release-spot-elastigroup-group.yml +++ b/.github/workflows/release-spot-elastigroup-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-stackery-open-bastion-module.yml b/.github/workflows/release-stackery-open-bastion-module.yml index e61fed371..3b8b8855f 100644 --- a/.github/workflows/release-stackery-open-bastion-module.yml +++ b/.github/workflows/release-stackery-open-bastion-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-stocks-orders-marketorder.yml b/.github/workflows/release-stocks-orders-marketorder.yml index f00010a01..9278defc2 100644 --- a/.github/workflows/release-stocks-orders-marketorder.yml +++ b/.github/workflows/release-stocks-orders-marketorder.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-svectordb-vectordatabase-apikey.yml b/.github/workflows/release-svectordb-vectordatabase-apikey.yml index 1a2f8c94d..265ed5870 100644 --- a/.github/workflows/release-svectordb-vectordatabase-apikey.yml +++ b/.github/workflows/release-svectordb-vectordatabase-apikey.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-svectordb-vectordatabase-database.yml b/.github/workflows/release-svectordb-vectordatabase-database.yml index 652ccf39a..46b66a4de 100644 --- a/.github/workflows/release-svectordb-vectordatabase-database.yml +++ b/.github/workflows/release-svectordb-vectordatabase-database.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml b/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml index b11daefa8..2caa8bcd8 100644 --- a/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml +++ b/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-sysdig-helm-agent.yml b/.github/workflows/release-sysdig-helm-agent.yml index 5eca898af..4e8d2e3e4 100644 --- a/.github/workflows/release-sysdig-helm-agent.yml +++ b/.github/workflows/release-sysdig-helm-agent.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-ad-computer.yml b/.github/workflows/release-tf-ad-computer.yml index 7aab2b781..903c77c2f 100644 --- a/.github/workflows/release-tf-ad-computer.yml +++ b/.github/workflows/release-tf-ad-computer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-ad-user.yml b/.github/workflows/release-tf-ad-user.yml index 80bd6dfc1..4c3bc3b0e 100644 --- a/.github/workflows/release-tf-ad-user.yml +++ b/.github/workflows/release-tf-ad-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-aws-keypair.yml b/.github/workflows/release-tf-aws-keypair.yml index 8eab64fee..9e5d44fd6 100644 --- a/.github/workflows/release-tf-aws-keypair.yml +++ b/.github/workflows/release-tf-aws-keypair.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-aws-s3bucket.yml b/.github/workflows/release-tf-aws-s3bucket.yml index f1aed6e89..eff9f9c29 100644 --- a/.github/workflows/release-tf-aws-s3bucket.yml +++ b/.github/workflows/release-tf-aws-s3bucket.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-aws-s3bucketobject.yml b/.github/workflows/release-tf-aws-s3bucketobject.yml index 90f8ff40d..bbf58d73c 100644 --- a/.github/workflows/release-tf-aws-s3bucketobject.yml +++ b/.github/workflows/release-tf-aws-s3bucketobject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-azuread-application.yml b/.github/workflows/release-tf-azuread-application.yml index b5a964c83..43dc21e06 100644 --- a/.github/workflows/release-tf-azuread-application.yml +++ b/.github/workflows/release-tf-azuread-application.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-azuread-user.yml b/.github/workflows/release-tf-azuread-user.yml index 8e88a41a4..e697758d3 100644 --- a/.github/workflows/release-tf-azuread-user.yml +++ b/.github/workflows/release-tf-azuread-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-cloudflare-record.yml b/.github/workflows/release-tf-cloudflare-record.yml index eb1fef90d..674f9a6fd 100644 --- a/.github/workflows/release-tf-cloudflare-record.yml +++ b/.github/workflows/release-tf-cloudflare-record.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-digitalocean-droplet.yml b/.github/workflows/release-tf-digitalocean-droplet.yml index 8c88544c6..f1477fa1e 100644 --- a/.github/workflows/release-tf-digitalocean-droplet.yml +++ b/.github/workflows/release-tf-digitalocean-droplet.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-github-repository.yml b/.github/workflows/release-tf-github-repository.yml index 0fc31f042..aaa75a6b8 100644 --- a/.github/workflows/release-tf-github-repository.yml +++ b/.github/workflows/release-tf-github-repository.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-google-storagebucket.yml b/.github/workflows/release-tf-google-storagebucket.yml index 5c526f2bd..b3ef52f34 100644 --- a/.github/workflows/release-tf-google-storagebucket.yml +++ b/.github/workflows/release-tf-google-storagebucket.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-pagerduty-service.yml b/.github/workflows/release-tf-pagerduty-service.yml index 10c08672e..5a3d7a511 100644 --- a/.github/workflows/release-tf-pagerduty-service.yml +++ b/.github/workflows/release-tf-pagerduty-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-random-string.yml b/.github/workflows/release-tf-random-string.yml index 48ccac4a5..c267787f7 100644 --- a/.github/workflows/release-tf-random-string.yml +++ b/.github/workflows/release-tf-random-string.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-tf-random-uuid.yml b/.github/workflows/release-tf-random-uuid.yml index 6604e13f7..b2fcaa3b3 100644 --- a/.github/workflows/release-tf-random-uuid.yml +++ b/.github/workflows/release-tf-random-uuid.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml b/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml index eab0db842..942406a73 100644 --- a/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml +++ b/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-unxpose-iam-integration-module.yml b/.github/workflows/release-unxpose-iam-integration-module.yml index 283345f7f..fb188f773 100644 --- a/.github/workflows/release-unxpose-iam-integration-module.yml +++ b/.github/workflows/release-unxpose-iam-integration-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml b/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml index 612dcd210..c976a4334 100644 --- a/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml +++ b/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f56b8f3c..2b1d053cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,5 +78,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.md -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi diff --git a/package.json b/package.json index 53cef2db8..4785c4950 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "aws-cdk-github-oidc": "^2.2.0", - "aws-cdk-lib": "^2.141.0", - "aws-sdk": "^2.1620.0", + "aws-cdk-lib": "^2.142.1", + "aws-sdk": "^2.1623.0", "case": "^1.6.3", "cdk-import": "^0.2.112", "cdklabs-projen-project-types": "^0.1.196", @@ -56,7 +56,7 @@ "jsii": "^5.4.15", "jsii-pacmak": "^1.98.0", "jsii-rosetta": "^5.4.17", - "projen": "^0.81.11", + "projen": "^0.81.15", "standard-version": "^9", "ts-jest": "^27.1.5", "ts-node": "^10", @@ -71,7 +71,7 @@ "jest": { "testMatch": [ "/src/**/__tests__/**/*.ts?(x)", - "/(test|src)/**/*(*.)@(spec|test).ts?(x)" + "/@(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, diff --git a/packages/@cdk-cloudformation/alexa-ask-skill/package.json b/packages/@cdk-cloudformation/alexa-ask-skill/package.json index bc8f2b59c..a271eddeb 100644 --- a/packages/@cdk-cloudformation/alexa-ask-skill/package.json +++ b/packages/@cdk-cloudformation/alexa-ask-skill/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json b/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json index 18d8fac05..c458ede47 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json b/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json index 50ab55d69..208aac3b8 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json b/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json index 749d09829..9a31b5c74 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-server/package.json b/packages/@cdk-cloudformation/aqua-enterprise-server/package.json index 1eb1608c2..4d2be09cc 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-server/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-server/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json index 650a8bdf5..bd009f89e 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json index 2f85a0558..49200878d 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json index 8ccc868fd..e400b4743 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json b/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json index 8e46b0a11..3dcbc72b7 100644 --- a/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json +++ b/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json b/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json index 58df711a1..360269201 100644 --- a/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json +++ b/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json b/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json index fe475f87e..7046afc2a 100644 --- a/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json +++ b/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json b/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json index 655c35771..c4d567c6b 100644 --- a/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json +++ b/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json b/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json index 472791596..8907098cb 100644 --- a/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json +++ b/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json b/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json index ef13728bd..ee7f796fc 100644 --- a/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json +++ b/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json b/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json index e279665e3..f2f7f07cc 100644 --- a/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json +++ b/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-offset/package.json b/packages/@cdk-cloudformation/awscommunity-time-offset/package.json index 3b2de1b50..5ea932360 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-offset/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-offset/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json b/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json index 0c70476a0..47b910d5b 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-static/package.json b/packages/@cdk-cloudformation/awscommunity-time-static/package.json index 918885992..8ccd2e5c9 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-static/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-static/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json b/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json index a5b440444..8fc19fbe5 100644 --- a/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json b/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json index 3036c4228..6f99ba373 100644 --- a/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json b/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json index cb18b4bc0..0bd22ab71 100644 --- a/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json +++ b/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json b/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json index 162b4a7e4..514d0e902 100644 --- a/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json index c651e46fa..7c4545ca9 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json index 71f1f6d9f..8cbb1823a 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json index 2a6d5e38f..6b79151c5 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json b/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json index 3bba0725a..440ce016c 100644 --- a/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json b/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json index 5d4ad95cc..f0ddaee50 100644 --- a/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json +++ b/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/bigid-datasource-s3/package.json b/packages/@cdk-cloudformation/bigid-datasource-s3/package.json index b1299c92e..3adf41675 100644 --- a/packages/@cdk-cloudformation/bigid-datasource-s3/package.json +++ b/packages/@cdk-cloudformation/bigid-datasource-s3/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json b/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json index 46593c922..325d6c514 100644 --- a/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json +++ b/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-dns-record/package.json b/packages/@cdk-cloudformation/cloudflare-dns-record/package.json index 5abdbe197..a74e61edf 100644 --- a/packages/@cdk-cloudformation/cloudflare-dns-record/package.json +++ b/packages/@cdk-cloudformation/cloudflare-dns-record/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json index 5ea3d0d57..bdd6ebd1c 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json index e7c0f4f0a..4be4a8045 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json index 26c738497..5e90fe6b8 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json b/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json index c63e86424..20ac71884 100644 --- a/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json +++ b/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json b/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json index 5888e2a7e..ab956e356 100644 --- a/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json +++ b/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json b/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json index bcff461d8..6c0d832c7 100644 --- a/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json +++ b/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/databricks-clusters-job/package.json b/packages/@cdk-cloudformation/databricks-clusters-job/package.json index 4391b9896..6b1cce85f 100644 --- a/packages/@cdk-cloudformation/databricks-clusters-job/package.json +++ b/packages/@cdk-cloudformation/databricks-clusters-job/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json b/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json index 6ffeedafd..d23b8116c 100644 --- a/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json +++ b/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-integrations-aws/package.json b/packages/@cdk-cloudformation/datadog-integrations-aws/package.json index 8a8de5891..f1088ffb7 100644 --- a/packages/@cdk-cloudformation/datadog-integrations-aws/package.json +++ b/packages/@cdk-cloudformation/datadog-integrations-aws/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json b/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json index 446a6437b..e30ed655b 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json b/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json index 337a48585..cb2c7fff0 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json b/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json index 2a12de95a..59852c657 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-slos-slo/package.json b/packages/@cdk-cloudformation/datadog-slos-slo/package.json index d7b313cdc..f57b4d53f 100644 --- a/packages/@cdk-cloudformation/datadog-slos-slo/package.json +++ b/packages/@cdk-cloudformation/datadog-slos-slo/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json b/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json index f2e58bc36..b97f5aad3 100644 --- a/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json +++ b/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json b/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json index a39766a62..52ea9ad9b 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json b/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json index ea9dcbbca..dc1b6a60b 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json b/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json index 58e11c831..62db9a4f5 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json b/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json index f65c6c040..f53857aee 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json b/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json index 248481fc1..8bddfe7d4 100644 --- a/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json +++ b/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json b/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json index d0692b505..43af0d3dd 100644 --- a/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json +++ b/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-logging-s3/package.json b/packages/@cdk-cloudformation/fastly-logging-s3/package.json index 084ad8448..0405574d0 100644 --- a/packages/@cdk-cloudformation/fastly-logging-s3/package.json +++ b/packages/@cdk-cloudformation/fastly-logging-s3/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-logging-splunk/package.json b/packages/@cdk-cloudformation/fastly-logging-splunk/package.json index fecdf916d..ff86126c6 100644 --- a/packages/@cdk-cloudformation/fastly-logging-splunk/package.json +++ b/packages/@cdk-cloudformation/fastly-logging-splunk/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-activeversion/package.json b/packages/@cdk-cloudformation/fastly-services-activeversion/package.json index 4a0e58046..92b563b54 100644 --- a/packages/@cdk-cloudformation/fastly-services-activeversion/package.json +++ b/packages/@cdk-cloudformation/fastly-services-activeversion/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-backend/package.json b/packages/@cdk-cloudformation/fastly-services-backend/package.json index f7da20001..014118c6e 100644 --- a/packages/@cdk-cloudformation/fastly-services-backend/package.json +++ b/packages/@cdk-cloudformation/fastly-services-backend/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-domain/package.json b/packages/@cdk-cloudformation/fastly-services-domain/package.json index 960bda204..03df1a031 100644 --- a/packages/@cdk-cloudformation/fastly-services-domain/package.json +++ b/packages/@cdk-cloudformation/fastly-services-domain/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json b/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json index ed9bff834..af5a15fd6 100644 --- a/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json +++ b/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-service/package.json b/packages/@cdk-cloudformation/fastly-services-service/package.json index 03426b32c..c210b2c63 100644 --- a/packages/@cdk-cloudformation/fastly-services-service/package.json +++ b/packages/@cdk-cloudformation/fastly-services-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-version/package.json b/packages/@cdk-cloudformation/fastly-services-version/package.json index 212465711..6c19f5683 100644 --- a/packages/@cdk-cloudformation/fastly-services-version/package.json +++ b/packages/@cdk-cloudformation/fastly-services-version/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-certificate/package.json b/packages/@cdk-cloudformation/fastly-tls-certificate/package.json index a2058ed88..d736c2f58 100644 --- a/packages/@cdk-cloudformation/fastly-tls-certificate/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-certificate/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-domain/package.json b/packages/@cdk-cloudformation/fastly-tls-domain/package.json index 4a7bbe87d..f50226c3b 100644 --- a/packages/@cdk-cloudformation/fastly-tls-domain/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-domain/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json b/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json index bbf0e94e7..17537c643 100644 --- a/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json b/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json index 8dc41a21d..e3e3bf360 100644 --- a/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json +++ b/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json index 2a6b5f1c7..cf8bb4d2b 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json index f0404251f..8d938e880 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json index 83c48dea3..bfa8b4e0d 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json index 36d83c1ca..5f743d092 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json index 43a631a7e..3b0cbc258 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json index 06c33657e..4f5af3355 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json index 891ccfc2e..1ac1b0a5b 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json index 4e830e561..847c993bb 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json index 78fbeca7a..4a9ae20c7 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json index b932dcea8..41f58e1df 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json index 1ce46ff91..6216a1628 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/generic-database-schema/package.json b/packages/@cdk-cloudformation/generic-database-schema/package.json index c24e75b16..827e7fc78 100644 --- a/packages/@cdk-cloudformation/generic-database-schema/package.json +++ b/packages/@cdk-cloudformation/generic-database-schema/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json b/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json index c5ae67077..0b54cbd65 100644 --- a/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json +++ b/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-git-tag/package.json b/packages/@cdk-cloudformation/github-git-tag/package.json index 9b35871af..79eeebefa 100644 --- a/packages/@cdk-cloudformation/github-git-tag/package.json +++ b/packages/@cdk-cloudformation/github-git-tag/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-organizations-membership/package.json b/packages/@cdk-cloudformation/github-organizations-membership/package.json index 36739b7e4..0424afa29 100644 --- a/packages/@cdk-cloudformation/github-organizations-membership/package.json +++ b/packages/@cdk-cloudformation/github-organizations-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-organizations-secret/package.json b/packages/@cdk-cloudformation/github-organizations-secret/package.json index 1bc7ff0ca..6a301c510 100644 --- a/packages/@cdk-cloudformation/github-organizations-secret/package.json +++ b/packages/@cdk-cloudformation/github-organizations-secret/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-collaborator/package.json b/packages/@cdk-cloudformation/github-repositories-collaborator/package.json index e5f4f5891..e81b4f42c 100644 --- a/packages/@cdk-cloudformation/github-repositories-collaborator/package.json +++ b/packages/@cdk-cloudformation/github-repositories-collaborator/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-repository/package.json b/packages/@cdk-cloudformation/github-repositories-repository/package.json index bdda09acb..90f39902f 100644 --- a/packages/@cdk-cloudformation/github-repositories-repository/package.json +++ b/packages/@cdk-cloudformation/github-repositories-repository/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-secret/package.json b/packages/@cdk-cloudformation/github-repositories-secret/package.json index eed439ab6..39602399c 100644 --- a/packages/@cdk-cloudformation/github-repositories-secret/package.json +++ b/packages/@cdk-cloudformation/github-repositories-secret/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-webhook/package.json b/packages/@cdk-cloudformation/github-repositories-webhook/package.json index 26cd8892c..53a509acb 100644 --- a/packages/@cdk-cloudformation/github-repositories-webhook/package.json +++ b/packages/@cdk-cloudformation/github-repositories-webhook/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-membership/package.json b/packages/@cdk-cloudformation/github-teams-membership/package.json index bee819408..f1ba62e3b 100644 --- a/packages/@cdk-cloudformation/github-teams-membership/package.json +++ b/packages/@cdk-cloudformation/github-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json b/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json index 7b588c315..7009381c8 100644 --- a/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json +++ b/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-team/package.json b/packages/@cdk-cloudformation/github-teams-team/package.json index ddcae1888..f70089944 100644 --- a/packages/@cdk-cloudformation/github-teams-team/package.json +++ b/packages/@cdk-cloudformation/github-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-code-tag/package.json b/packages/@cdk-cloudformation/gitlab-code-tag/package.json index 672bcc73f..2fab1a54c 100644 --- a/packages/@cdk-cloudformation/gitlab-code-tag/package.json +++ b/packages/@cdk-cloudformation/gitlab-code-tag/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-group/package.json b/packages/@cdk-cloudformation/gitlab-groups-group/package.json index d6b1e5263..510ec0941 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-group/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-group/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json b/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json index 50f874939..32211d48b 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json b/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json index 7314b7def..c0875cacf 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json b/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json index 67487775f..3671908c7 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json b/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json index 0ead15c79..f3eefec95 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-project/package.json b/packages/@cdk-cloudformation/gitlab-projects-project/package.json index 74b30afa6..eb32c3e92 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-project/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json b/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json index 630721491..43faf6e0f 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gremlin-agent-helm/package.json b/packages/@cdk-cloudformation/gremlin-agent-helm/package.json index 5d5671018..8111bae2f 100644 --- a/packages/@cdk-cloudformation/gremlin-agent-helm/package.json +++ b/packages/@cdk-cloudformation/gremlin-agent-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json index 648eddbf3..7c44cd50b 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json index 6116f5096..9d936074e 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json index 2312855c8..df4ee7ac8 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json index 5f27dd086..9db00fc1c 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json b/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json index 07c403d79..1f9bf743e 100644 --- a/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json b/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json index 6d32ec671..9d81ba03c 100644 --- a/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json b/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json index b6ca54b2b..174c5dc7a 100644 --- a/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json b/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json index 3dbbbd397..bfbcc34b0 100644 --- a/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json +++ b/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json b/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json index b953bb016..88c3a97d8 100644 --- a/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json +++ b/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json b/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json index 7451fa8af..c9710f59e 100644 --- a/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json +++ b/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json b/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json index fb89a0a2f..536849959 100644 --- a/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json +++ b/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json b/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json index 6b2d9ae8f..5ae17d094 100644 --- a/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json +++ b/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json b/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json index 8b7a79c55..f4ed4c0cc 100644 --- a/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json +++ b/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json b/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json index fa9ef9fe1..8108cf68f 100644 --- a/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json +++ b/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json b/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json index 038fbf5f6..95af32a0e 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json b/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json index 3dfc6edd1..4a2661968 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json b/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json index aa8fa29f2..f74f571ea 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-project/package.json b/packages/@cdk-cloudformation/mongodb-atlas-project/package.json index ebb68e7cf..4414959de 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-project/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json b/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json index 141cc1b86..1e780aa65 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json @@ -62,11 +62,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json b/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json index 8359848b9..3434608af 100644 --- a/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json +++ b/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json b/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json index 42a508546..3e22ee06f 100644 --- a/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json +++ b/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json b/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json index e30a44ef3..23c66b122 100644 --- a/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json +++ b/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json index 9fb50fa3a..ab52878eb 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json index 33e695815..49a223281 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json index 9607963d5..947b0fb62 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json b/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json index 357283703..b7ddce89a 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json b/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json index d907353ea..38468e088 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json b/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json index b98702997..7286dbb5d 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json index 806bb5035..67bee2821 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json index 45b06dc26..debcbdd2d 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json index 7f539a20a..bc4559a80 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json b/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json index 64076058d..fc21970dd 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json b/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json index 2e3b81a0c..738fb6264 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-application-application/package.json b/packages/@cdk-cloudformation/okta-application-application/package.json index dcbfdce5a..8fec94d6a 100644 --- a/packages/@cdk-cloudformation/okta-application-application/package.json +++ b/packages/@cdk-cloudformation/okta-application-application/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-group/package.json b/packages/@cdk-cloudformation/okta-group-group/package.json index 2fca3c280..6650b12f3 100644 --- a/packages/@cdk-cloudformation/okta-group-group/package.json +++ b/packages/@cdk-cloudformation/okta-group-group/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json b/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json index dc2ec76a3..64f9082a4 100644 --- a/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json +++ b/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-membership/package.json b/packages/@cdk-cloudformation/okta-group-membership/package.json index 736bc57a8..02e35d868 100644 --- a/packages/@cdk-cloudformation/okta-group-membership/package.json +++ b/packages/@cdk-cloudformation/okta-group-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-policy-policy/package.json b/packages/@cdk-cloudformation/okta-policy-policy/package.json index fbaef37b9..062986249 100644 --- a/packages/@cdk-cloudformation/okta-policy-policy/package.json +++ b/packages/@cdk-cloudformation/okta-policy-policy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/org-test-sample-module/package.json b/packages/@cdk-cloudformation/org-test-sample-module/package.json index e92d6807e..251d547b1 100644 --- a/packages/@cdk-cloudformation/org-test-sample-module/package.json +++ b/packages/@cdk-cloudformation/org-test-sample-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json b/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json index 0ad147b5c..5a02a2919 100644 --- a/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json +++ b/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json b/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json index c417b7473..1386b31e0 100644 --- a/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json +++ b/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json b/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json index fe3ad2f26..ff883ca0c 100644 --- a/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json +++ b/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-services-integration/package.json b/packages/@cdk-cloudformation/pagerduty-services-integration/package.json index 9703267b6..2df1ac95f 100644 --- a/packages/@cdk-cloudformation/pagerduty-services-integration/package.json +++ b/packages/@cdk-cloudformation/pagerduty-services-integration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-services-service/package.json b/packages/@cdk-cloudformation/pagerduty-services-service/package.json index 715c3af04..7301201a3 100644 --- a/packages/@cdk-cloudformation/pagerduty-services-service/package.json +++ b/packages/@cdk-cloudformation/pagerduty-services-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json b/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json index 0f9273ced..c8baad866 100644 --- a/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json +++ b/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-teams-team/package.json b/packages/@cdk-cloudformation/pagerduty-teams-team/package.json index a62d967c5..8f5b4c079 100644 --- a/packages/@cdk-cloudformation/pagerduty-teams-team/package.json +++ b/packages/@cdk-cloudformation/pagerduty-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-users-user/package.json b/packages/@cdk-cloudformation/pagerduty-users-user/package.json index 1fe4fcfb7..fb05125a4 100644 --- a/packages/@cdk-cloudformation/pagerduty-users-user/package.json +++ b/packages/@cdk-cloudformation/pagerduty-users-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json index 68183da9a..a172b3ae8 100644 --- a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json +++ b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json index 56d5d9971..b26f88ded 100644 --- a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json +++ b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json b/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json index 79a812821..32ec8adc1 100644 --- a/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json +++ b/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/registry-test-resource1-module/package.json b/packages/@cdk-cloudformation/registry-test-resource1-module/package.json index cd3c9d0f7..946e85aac 100644 --- a/packages/@cdk-cloudformation/registry-test-resource1-module/package.json +++ b/packages/@cdk-cloudformation/registry-test-resource1-module/package.json @@ -62,11 +62,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json b/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json index e8776a6eb..a2be2fd41 100644 --- a/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json +++ b/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json b/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json index cab4b80ef..005cc91bc 100644 --- a/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json +++ b/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-projects-project/package.json b/packages/@cdk-cloudformation/rollbar-projects-project/package.json index 1549cadb4..25ec7b04e 100644 --- a/packages/@cdk-cloudformation/rollbar-projects-project/package.json +++ b/packages/@cdk-cloudformation/rollbar-projects-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-teams-membership/package.json b/packages/@cdk-cloudformation/rollbar-teams-membership/package.json index 30306d09e..bfb329106 100644 --- a/packages/@cdk-cloudformation/rollbar-teams-membership/package.json +++ b/packages/@cdk-cloudformation/rollbar-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-teams-team/package.json b/packages/@cdk-cloudformation/rollbar-teams-team/package.json index 6ad54568f..3391fd083 100644 --- a/packages/@cdk-cloudformation/rollbar-teams-team/package.json +++ b/packages/@cdk-cloudformation/rollbar-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-database-database/package.json b/packages/@cdk-cloudformation/snowflake-database-database/package.json index 911344916..a701b991d 100644 --- a/packages/@cdk-cloudformation/snowflake-database-database/package.json +++ b/packages/@cdk-cloudformation/snowflake-database-database/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-database-grant/package.json b/packages/@cdk-cloudformation/snowflake-database-grant/package.json index 98390d340..944f114ef 100644 --- a/packages/@cdk-cloudformation/snowflake-database-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-database-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-role-grant/package.json b/packages/@cdk-cloudformation/snowflake-role-grant/package.json index 98d229f89..c9f329c22 100644 --- a/packages/@cdk-cloudformation/snowflake-role-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-role-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-role-role/package.json b/packages/@cdk-cloudformation/snowflake-role-role/package.json index 810f051cb..12e168b88 100644 --- a/packages/@cdk-cloudformation/snowflake-role-role/package.json +++ b/packages/@cdk-cloudformation/snowflake-role-role/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-user-user/package.json b/packages/@cdk-cloudformation/snowflake-user-user/package.json index 077903907..e0e104f9c 100644 --- a/packages/@cdk-cloudformation/snowflake-user-user/package.json +++ b/packages/@cdk-cloudformation/snowflake-user-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json b/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json index 879c2ac98..8418d13f1 100644 --- a/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snyk-container-helm/package.json b/packages/@cdk-cloudformation/snyk-container-helm/package.json index ba591f173..1bdba161a 100644 --- a/packages/@cdk-cloudformation/snyk-container-helm/package.json +++ b/packages/@cdk-cloudformation/snyk-container-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json b/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json index a5420fc1f..0139f3b36 100644 --- a/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json +++ b/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/spot-elastigroup-group/package.json b/packages/@cdk-cloudformation/spot-elastigroup-group/package.json index 9f5afa809..f870a7f33 100644 --- a/packages/@cdk-cloudformation/spot-elastigroup-group/package.json +++ b/packages/@cdk-cloudformation/spot-elastigroup-group/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json b/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json index 9ddb2c346..3247f82c2 100644 --- a/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json +++ b/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json b/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json index cafd86a06..2d6a72a71 100644 --- a/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json +++ b/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json b/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json index 3e4f96c36..afa77f25b 100644 --- a/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json +++ b/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json b/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json index 712943c90..c8bc4e933 100644 --- a/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json +++ b/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json b/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json index cfcc40b58..72a15628c 100644 --- a/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json +++ b/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/sysdig-helm-agent/package.json b/packages/@cdk-cloudformation/sysdig-helm-agent/package.json index ac65046ad..e8e3d30f3 100644 --- a/packages/@cdk-cloudformation/sysdig-helm-agent/package.json +++ b/packages/@cdk-cloudformation/sysdig-helm-agent/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-ad-computer/package.json b/packages/@cdk-cloudformation/tf-ad-computer/package.json index 2a14cf3b6..76b9698a9 100644 --- a/packages/@cdk-cloudformation/tf-ad-computer/package.json +++ b/packages/@cdk-cloudformation/tf-ad-computer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-ad-user/package.json b/packages/@cdk-cloudformation/tf-ad-user/package.json index 641459b44..d4b472b5f 100644 --- a/packages/@cdk-cloudformation/tf-ad-user/package.json +++ b/packages/@cdk-cloudformation/tf-ad-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-keypair/package.json b/packages/@cdk-cloudformation/tf-aws-keypair/package.json index e052f89d6..04d6a474d 100644 --- a/packages/@cdk-cloudformation/tf-aws-keypair/package.json +++ b/packages/@cdk-cloudformation/tf-aws-keypair/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json b/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json index e5c0ffc7d..7dc238b2e 100644 --- a/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json +++ b/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json b/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json index 319355e7b..175fea310 100644 --- a/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json +++ b/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-azuread-application/package.json b/packages/@cdk-cloudformation/tf-azuread-application/package.json index 62f247390..854ced05b 100644 --- a/packages/@cdk-cloudformation/tf-azuread-application/package.json +++ b/packages/@cdk-cloudformation/tf-azuread-application/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-azuread-user/package.json b/packages/@cdk-cloudformation/tf-azuread-user/package.json index fed4be54a..3fd084e9f 100644 --- a/packages/@cdk-cloudformation/tf-azuread-user/package.json +++ b/packages/@cdk-cloudformation/tf-azuread-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-cloudflare-record/package.json b/packages/@cdk-cloudformation/tf-cloudflare-record/package.json index c6e155dfa..dc98f6511 100644 --- a/packages/@cdk-cloudformation/tf-cloudflare-record/package.json +++ b/packages/@cdk-cloudformation/tf-cloudflare-record/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json b/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json index c118b0d18..ddc31dbf3 100644 --- a/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json +++ b/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-github-repository/package.json b/packages/@cdk-cloudformation/tf-github-repository/package.json index 07ad11e9e..cad88d60f 100644 --- a/packages/@cdk-cloudformation/tf-github-repository/package.json +++ b/packages/@cdk-cloudformation/tf-github-repository/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-google-storagebucket/package.json b/packages/@cdk-cloudformation/tf-google-storagebucket/package.json index 9b73ee137..063d1af84 100644 --- a/packages/@cdk-cloudformation/tf-google-storagebucket/package.json +++ b/packages/@cdk-cloudformation/tf-google-storagebucket/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-pagerduty-service/package.json b/packages/@cdk-cloudformation/tf-pagerduty-service/package.json index 1d4fc4b20..79add1e0f 100644 --- a/packages/@cdk-cloudformation/tf-pagerduty-service/package.json +++ b/packages/@cdk-cloudformation/tf-pagerduty-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-random-string/package.json b/packages/@cdk-cloudformation/tf-random-string/package.json index 606bdc59a..57455c43c 100644 --- a/packages/@cdk-cloudformation/tf-random-string/package.json +++ b/packages/@cdk-cloudformation/tf-random-string/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-random-uuid/package.json b/packages/@cdk-cloudformation/tf-random-uuid/package.json index ad3b31298..86dc2d131 100644 --- a/packages/@cdk-cloudformation/tf-random-uuid/package.json +++ b/packages/@cdk-cloudformation/tf-random-uuid/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json b/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json index 2793efba6..14fcceafe 100644 --- a/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json +++ b/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json b/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json index 127be995a..db996e854 100644 --- a/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json +++ b/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json b/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json index f9cdf276e..bcef0c32f 100644 --- a/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json +++ b/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.142.1", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.142.1", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index fd246a7e9..4bd4dca83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1196,10 +1196,10 @@ aws-cdk-github-oidc@^2.2.0: resolved "https://registry.yarnpkg.com/aws-cdk-github-oidc/-/aws-cdk-github-oidc-2.4.1.tgz#8fcb134401f3a15d74260e5bcc58ed05dabac2a0" integrity sha512-zKQYPGyf5f6APG76OpOxW6P7KGY/fC6VhN1ZullxySSu6RroUH9VtVl+cJ8hYes5XvEE/ZDpx2h2fPtNwZrcVQ== -aws-cdk-lib@2.141.0, aws-cdk-lib@^2.141.0: - version "2.141.0" - resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.141.0.tgz#022c577b08563c226e7649be7283947d2c49fb0b" - integrity sha512-xda56Lfwpdqg9MssnFdXrAKTmeeNjfrfFCaWwqGqToG6cfGY2W+6wyyoObX60/MeZGhhs3Lhdb/K94ulLJ4X/A== +aws-cdk-lib@2.142.1, aws-cdk-lib@^2.142.1: + version "2.142.1" + resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.142.1.tgz#aa5f4789f55d549d50337e4aec0272ddd9a8acf9" + integrity sha512-xs4NRoml5/Zh30YHSk/Wwmr7VcZOZHyIInuBye3gC/BYwCh1lsUe9/ChWIeLUCRhUrELd5npyoBOJiHb3ql7Rg== dependencies: "@aws-cdk/asset-awscli-v1" "^2.2.202" "@aws-cdk/asset-kubectl-v20" "^2.1.2" @@ -1216,10 +1216,10 @@ aws-cdk-lib@2.141.0, aws-cdk-lib@^2.141.0: table "^6.8.2" yaml "1.10.2" -aws-sdk@^2.1619.0, aws-sdk@^2.1620.0: - version "2.1620.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1620.0.tgz#712c72ccaca0c86e6c70f25eb5f6022f05249c57" - integrity sha512-G+mBI/VzuFpobBe+pu++ELc3YXSx2UzBTiLmQuZIQDi2+9VEU+/8QFAH45SI8PRPDRCcn4NMK4Euqs0uCyObvQ== +aws-sdk@^2.1623.0: + version "2.1623.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1623.0.tgz#d797fea335266c1c639d31a2e4a53b4f2cee5e42" + integrity sha512-SFPc+QJqoghsE0nn6YSmrDDDPpWc3m4rcDQYg6W3GQek+f1v6kycxM5+N58pMZ2iWhRSOTf9NQRcZj0ZU3PklQ== dependencies: buffer "4.9.2" events "1.1.1" @@ -1409,9 +1409,9 @@ camelcase@^6.2.0, camelcase@^6.3.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001587: - version "1.0.30001618" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz#fad74fa006aef0f01e8e5c0a5540c74d8d36ec6f" - integrity sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg== + version "1.0.30001620" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001620.tgz#78bb6f35b8fe315b96b8590597094145d0b146b4" + integrity sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew== case@1.6.3, case@^1.6.3: version "1.6.3" @@ -1419,15 +1419,15 @@ case@1.6.3, case@^1.6.3: integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== cdk-import@^0.2.112: - version "0.2.732" - resolved "https://registry.yarnpkg.com/cdk-import/-/cdk-import-0.2.732.tgz#3544e6dac0aa2701790eb2d55d72d29050dfadce" - integrity sha512-V7/gXkBUjMLt6uOw+LKUYhcbyeIu2MuTI2oETFMvhsL+wogduoZIVToTcpKthTLZdUGzIOJHRpiNTBie+0AU4g== + version "0.2.737" + resolved "https://registry.yarnpkg.com/cdk-import/-/cdk-import-0.2.737.tgz#c4cab128e68ff4a34f53c87de16b63a6b75407f2" + integrity sha512-S/0LQzEAT8JvO38leVRQcH/2pUog35IX1nBdYKTMRFnSzIDHQFGvylRxJtlVoabIq48bOUeSYKtGbfwlACjhGQ== dependencies: - aws-cdk-lib "^2.141.0" - aws-sdk "^2.1619.0" + aws-cdk-lib "^2.142.1" + aws-sdk "^2.1623.0" case "^1.6.3" constructs "^10" - jsii-srcmak "^0.1.1122" + jsii-srcmak "^0.1.1127" json2jsii "^0.4.3" minimist "^1.2.8" minimist-subcommand "^3.0.2" @@ -2044,9 +2044,9 @@ downlevel-dts@^0.11.0: typescript next electron-to-chromium@^1.4.668: - version "1.4.768" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.768.tgz#3795bd000ccb8978be1af2d06320b2dac810a372" - integrity sha512-z2U3QcvNuxdkk33YV7R1bVMNq7fL23vq3WfO5BHcqrm4TnDGReouBfYKLEFh5umoK1XACjEwp8mmnhXk2EJigw== + version "1.4.774" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.774.tgz#1017d1758aaeeefe5423aa9d67b4b1e5d1d0a856" + integrity sha512-132O1XCd7zcTkzS3FgkAzKmnBuNJjK8WjcTtNuoylj7MYbqw5eXehjQ5OK91g0zm7OTKIPeaAG4CPoRfD9M1Mg== emittery@^0.8.1: version "0.8.1" @@ -3755,10 +3755,10 @@ jsii-rosetta@^5.4.17: workerpool "^6.5.1" yargs "^17.7.2" -jsii-srcmak@^0.1.1122: - version "0.1.1123" - resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.1123.tgz#599505c1f52d331d7d4c83f24eb0b5df89f91a0f" - integrity sha512-z/uHcx90UiVBG6sGQE1TrZal/4n5I/lQ4L+Yml/RMxrIyhi8yVUNTQnEJeB4iAT68EGa3ComykUzwlF9SyQ/dw== +jsii-srcmak@^0.1.1127: + version "0.1.1128" + resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.1128.tgz#47867b11cc69c66f830dc02af975262f8cc67694" + integrity sha512-C1jLH+kGraOf/BmihBNfxzWEn3NTrlwZT9eVpILWU1w/hxpRD82m3950gyGUzD8sAEqdd7RIWYzclDq1jMie5Q== dependencies: fs-extra "^9.1.0" jsii "~5.4.15" @@ -4519,10 +4519,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.81.11: - version "0.81.11" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.11.tgz#e933cd8b3df19fcc6c3ca7c9918a0995eeaefb8a" - integrity sha512-4zfviP7jWXLa7JP2PSBJZIvfy6IVZcPkjBD1LcVjvxeSc+f2al1NdWe3jLY8ssD+siARQU53YwGuGRGiCh1rXQ== +projen@^0.81.15: + version "0.81.15" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.15.tgz#6eca919899099fa7a74894a2a0e189c1769e1e00" + integrity sha512-Frr2bcYzqZqgk6yQarjHm+lOQRWW6qAP6LAB7ZgtoxqJUN74tzllbceoGTBY/QOG6DLHJORNlvFQ9xMnXM576A== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -5486,9 +5486,9 @@ typedarray@^0.0.6: integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== typescript@next: - version "5.5.0-dev.20240514" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240514.tgz#e5af4601760955c53fe5eb42298419862f01a262" - integrity sha512-NccALPZlTF/kDNV2Q071Or2T5CcoAHodWjsKseA4LZKfdqufQzebaQlPuZatC8AgHY2cnQJBcKMCHNFWW9ubpA== + version "5.5.0-dev.20240519" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240519.tgz#654eee89c410c3380d74d86d47d05d7c22db175d" + integrity sha512-WCk836BrP8utieqEbEyKVh/4OkykqhDWO/NsjCp9g9Jm2YyK4yYI7MBOHvcDYZmo4x7e0i9/eLnu4Fcuzv/utw== typescript@~4.9.5: version "4.9.5"