diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 7488369..6c41b30 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15 -# created: 2022-08-23T18:40:55.597313991Z + digest: sha256:f59941869d508c6825deeffce180579545fd528f359f549a80a18ec0458d7094 diff --git a/.kokoro/continuous/node12/samples-test.cfg b/.kokoro/continuous/node12/samples-test.cfg index 84c779a..d6413ce 100644 --- a/.kokoro/continuous/node12/samples-test.cfg +++ b/.kokoro/continuous/node12/samples-test.cfg @@ -5,3 +5,8 @@ env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: "github/github-repo-automation/.kokoro/samples-test.sh" } + +env_vars: { + key: "SECRET_MANAGER_KEYS" + value: "long-door-651-kokoro-system-test-service-account" +} \ No newline at end of file diff --git a/.kokoro/presubmit/node12/samples-test.cfg b/.kokoro/presubmit/node12/samples-test.cfg index 84c779a..d6413ce 100644 --- a/.kokoro/presubmit/node12/samples-test.cfg +++ b/.kokoro/presubmit/node12/samples-test.cfg @@ -5,3 +5,8 @@ env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: "github/github-repo-automation/.kokoro/samples-test.sh" } + +env_vars: { + key: "SECRET_MANAGER_KEYS" + value: "long-door-651-kokoro-system-test-service-account" +} \ No newline at end of file diff --git a/.kokoro/samples-test.sh b/.kokoro/samples-test.sh index fbc058a..806c008 100755 --- a/.kokoro/samples-test.sh +++ b/.kokoro/samples-test.sh @@ -19,7 +19,7 @@ set -eo pipefail export NPM_CONFIG_PREFIX=${HOME}/.npm-global # Setup service account credentials. -export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json +export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/secret_manager/long-door-651-kokoro-system-test-service-account export GCLOUD_PROJECT=long-door-651 cd $(dirname $0)/.. diff --git a/CHANGELOG.md b/CHANGELOG.md index eb50990..e5e97d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google/repo?activeTab=versions +## [6.1.2](https://github.com/googleapis/github-repo-automation/compare/v6.1.1...v6.1.2) (2022-12-08) + + +### Bug Fixes + +* **deps:** Update dependency meow to v11 ([#624](https://github.com/googleapis/github-repo-automation/issues/624)) ([f9ed780](https://github.com/googleapis/github-repo-automation/commit/f9ed7807a2429301bd4c6f9a8a552111050b56aa)) + ## [6.1.1](https://github.com/googleapis/github-repo-automation/compare/v6.1.0...v6.1.1) (2022-09-14) diff --git a/package.json b/package.json index b4d4264..f6de4c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google/repo", - "version": "6.1.1", + "version": "6.1.2", "repository": "googleapis/github-repo-automation", "description": "A tool for automating multiple GitHub repositories.", "engines": { @@ -24,7 +24,7 @@ "extend": "^3.0.2", "gaxios": "^5.0.1", "js-yaml": "^4.1.0", - "meow": "^10.1.3", + "meow": "^11.0.0", "ora": "^6.1.2", "p-queue": "^7.2.0", "text-encoding-shim": "^1.0.5", @@ -45,7 +45,7 @@ "mocha": "^10.0.0", "nock": "^13.2.9", "proxyquire": "^2.1.3", - "sinon": "^14.0.0", + "sinon": "^15.0.0", "typescript": "~4.7.4" }, "scripts": { diff --git a/samples/package.json b/samples/package.json index 008c36d..82ff2a0 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test" }, "dependencies": { - "@google/repo": "^6.1.1" + "@google/repo": "^6.1.2" }, "devDependencies": { "mocha": "^8.0.0"