diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 917fd488aeb..33f164f3498 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,11 +3,12 @@ "packages/cron-utils": "3.2.2", "packages/datastore-lock": "4.1.0", "packages/flakybot": "1.2.0", - "packages/gcf-utils": "14.4.6", + "packages/gcf-utils": "15.0.0", "packages/git-file-utils": "1.2.6", "packages/issue-utils": "2.1.2", "packages/label-utils": "3.0.2", "packages/mono-repo-publish": "1.7.0", "packages/object-selector": "3.0.2", - "packages/release-brancher": "1.3.3" + "packages/release-brancher": "1.3.3", + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..743fa5d972a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,186 @@ +# Changelog + +## 1.0.0 (2023-09-11) + + +### ⚠ BREAKING CHANGES + +* require node 18 +* remove `addOrUpdateIssueComment` which is moved to issue-utils. + +### Features + +* [auto-approve] add python sample dependency process ([#5002](/~https://github.com/googleapis/repo-automation-bots/issues/5002)) ([8323737](/~https://github.com/googleapis/repo-automation-bots/commit/8323737ba92084ca6b820b3c78e18ec44cdc0e60)) +* add --exclude-files option ([#4368](/~https://github.com/googleapis/repo-automation-bots/issues/4368)) ([9c9664d](/~https://github.com/googleapis/repo-automation-bots/commit/9c9664d368661634249cc19819eb40ce09db2dd6)) +* add `withDatastoreLock()` helper ([#5057](/~https://github.com/googleapis/repo-automation-bots/issues/5057)) ([ec2c8e3](/~https://github.com/googleapis/repo-automation-bots/commit/ec2c8e3b2c87223835a5d3a4b4b7ce6fc7fe9286)) +* add alternate initial version for release please ([#4510](/~https://github.com/googleapis/repo-automation-bots/issues/4510)) ([1786fa7](/~https://github.com/googleapis/repo-automation-bots/commit/1786fa722b5e66913d703e34282f67c5b30b4ba1)) +* add auto label multiple config setting ([#5003](/~https://github.com/googleapis/repo-automation-bots/issues/5003)) ([57c3a09](/~https://github.com/googleapis/repo-automation-bots/commit/57c3a09b2fb2da42085a45a91d9d9411b08e75e9)) +* add closeIssue helper ([#4432](/~https://github.com/googleapis/repo-automation-bots/issues/4432)) ([6bdc4b2](/~https://github.com/googleapis/repo-automation-bots/commit/6bdc4b2adb245e4edc06611029ff2b165c2e282c)) +* add enabled flag to sync-repo-settings ([#4626](/~https://github.com/googleapis/repo-automation-bots/issues/4626)) ([8c7493c](/~https://github.com/googleapis/repo-automation-bots/commit/8c7493cb89c25623e32b6c0578d6e97eff339fca)) +* add Java sample app dependency ([#5153](/~https://github.com/googleapis/repo-automation-bots/issues/5153)) ([84e4c39](/~https://github.com/googleapis/repo-automation-bots/commit/84e4c3918dd691a424fe3120a6153dc2b37b09aa)) +* add manual list of extra allowed api shortnames ([#5037](/~https://github.com/googleapis/repo-automation-bots/issues/5037)) ([e107a8d](/~https://github.com/googleapis/repo-automation-bots/commit/e107a8dd76d6a5ae84f8121fb1dfde6cbd34ad3d)), closes [#5036](/~https://github.com/googleapis/repo-automation-bots/issues/5036) +* add NESTED_COMMIT markers when combining multiple source commits ([#4426](/~https://github.com/googleapis/repo-automation-bots/issues/4426)) ([f4be398](/~https://github.com/googleapis/repo-automation-bots/commit/f4be39851e8c02e2a3cc7800e755409e5b432e9e)) +* add option to ignore year in license header bot ([#4659](/~https://github.com/googleapis/repo-automation-bots/issues/4659)) ([739f5c4](/~https://github.com/googleapis/repo-automation-bots/commit/739f5c44af1a3ce3d56daaf7971c0b75c7c99541)) +* add testing option to quiet issue creation ([#4649](/~https://github.com/googleapis/repo-automation-bots/issues/4649)) ([bb53fb9](/~https://github.com/googleapis/repo-automation-bots/commit/bb53fb9cfc2079b417bf562b21f0814407cd4bd9)) +* allow configuring a multiScmName for the kokoro job ([#5012](/~https://github.com/googleapis/repo-automation-bots/issues/5012)) ([4902a64](/~https://github.com/googleapis/repo-automation-bots/commit/4902a646cc08b51fa6843a5df3f0d50d13696aa4)) +* allow onDemand configuration for release PRs ([#5073](/~https://github.com/googleapis/repo-automation-bots/issues/5073)) ([ebbe2c8](/~https://github.com/googleapis/repo-automation-bots/commit/ebbe2c8ee2f2c6395841ff21d22a1ca12c60687a)) +* allow unauthentiated GitHub API usage ([#4666](/~https://github.com/googleapis/repo-automation-bots/issues/4666)) ([4dd4b8d](/~https://github.com/googleapis/repo-automation-bots/commit/4dd4b8d96f255c063c9ae39a5bd3a278db40a86d)) +* **auto-approve:** add GoApiaryCodegen option ([#5063](/~https://github.com/googleapis/repo-automation-bots/issues/5063)) ([c1adffc](/~https://github.com/googleapis/repo-automation-bots/commit/c1adffcfef7efc78a8a8c527db4dfbe9c9dc2e65)) +* **auto-approve:** add sample app repo processes ([#5053](/~https://github.com/googleapis/repo-automation-bots/issues/5053)) ([fee988b](/~https://github.com/googleapis/repo-automation-bots/commit/fee988bde60be0792612ca18cbb12e630b248d7a)) +* **blunderbuss:** assign_prs_always in config ([#5051](/~https://github.com/googleapis/repo-automation-bots/issues/5051)) ([ed75a9a](/~https://github.com/googleapis/repo-automation-bots/commit/ed75a9ad9364a7f6622432130ea395739e84555e)) +* **ccl:** introduce `always_check_pr_title` config ([#4770](/~https://github.com/googleapis/repo-automation-bots/issues/4770)) ([e8da52c](/~https://github.com/googleapis/repo-automation-bots/commit/e8da52cf7c655b4be0e40a78df670d9d2ce0d0c0)), closes [#4769](/~https://github.com/googleapis/repo-automation-bots/issues/4769) +* **cherry-pick-bot:** add support for preserving original PR title ([#4357](/~https://github.com/googleapis/repo-automation-bots/issues/4357)) ([cfeae78](/~https://github.com/googleapis/repo-automation-bots/commit/cfeae78ace588ab29036a4d4de262463125de0f1)) +* create, require and read env variables for MONO_REPO_PATH, SERVICE_CONFIG_PATH, INTER_CONTAINER_VARS_PATH ([#4561](/~https://github.com/googleapis/repo-automation-bots/issues/4561)) ([cacc73c](/~https://github.com/googleapis/repo-automation-bots/commit/cacc73c72cfca7ec1bbadf6319f0b9b58c5edb7f)) +* **cron-utils:** switch to @google-cloud/run ([#4383](/~https://github.com/googleapis/repo-automation-bots/issues/4383)) ([bba9703](/~https://github.com/googleapis/repo-automation-bots/commit/bba97031e2b7004ccc79fb025ecfbf9474ec818a)) +* detect MergeConflict errors and comment on PR on failure ([#4781](/~https://github.com/googleapis/repo-automation-bots/issues/4781)) ([3eff5e9](/~https://github.com/googleapis/repo-automation-bots/commit/3eff5e9d88307517786e50100c1db29ebaf3b976)) +* enable nested commit delimiters ([#4619](/~https://github.com/googleapis/repo-automation-bots/issues/4619)) ([3ee2b07](/~https://github.com/googleapis/repo-automation-bots/commit/3ee2b07d0222eea6bab26adfa8825674510549d9)) +* **failurechecker:** close failure issue if resolved ([#4435](/~https://github.com/googleapis/repo-automation-bots/issues/4435)) ([a462df8](/~https://github.com/googleapis/repo-automation-bots/commit/a462df8041324ca39ac1dd2fe7c11177b50090de)) +* fetch api information from DRIFT and service_config.yaml ([#4567](/~https://github.com/googleapis/repo-automation-bots/issues/4567)) ([120da1b](/~https://github.com/googleapis/repo-automation-bots/commit/120da1b4373c94d0cabd3aad6129952f09ba519c)) +* flag controls the maximum # of APIs to combine in one PR ([#4779](/~https://github.com/googleapis/repo-automation-bots/issues/4779)) ([2a6b9e5](/~https://github.com/googleapis/repo-automation-bots/commit/2a6b9e5a35c1301958c01373c3a19982245749ac)) +* **flakybot:** notify users when no logs are found ([#4679](/~https://github.com/googleapis/repo-automation-bots/issues/4679)) ([bc6fdd9](/~https://github.com/googleapis/repo-automation-bots/commit/bc6fdd9089f1a2eca943660ed377cf0aeb079113)) +* **gcf-utils:** Add [@type](/~https://github.com/type) property for unhandled errors. ([#4438](/~https://github.com/googleapis/repo-automation-bots/issues/4438)) ([d7b1a70](/~https://github.com/googleapis/repo-automation-bots/commit/d7b1a70efdd66e77540d99a063a87871d9caa671)) +* **gcf-utils:** introduce ServiceUnavailable ([#4496](/~https://github.com/googleapis/repo-automation-bots/issues/4496)) ([3398c8c](/~https://github.com/googleapis/repo-automation-bots/commit/3398c8c1905da7ac8f65d03cd4eb973c0583efc7)) +* **gcf-utils:** store the payload to gcs only when the body is too big ([#4703](/~https://github.com/googleapis/repo-automation-bots/issues/4703)) ([9c93052](/~https://github.com/googleapis/repo-automation-bots/commit/9c93052e3337406eaedd8e2a322d4e8f468fd649)) +* **gcf-utils:** switch to @google-cloud/run ([#4382](/~https://github.com/googleapis/repo-automation-bots/issues/4382)) ([54a23ca](/~https://github.com/googleapis/repo-automation-bots/commit/54a23ca48962d8dc6ddeb5a36876064f5343d557)) +* make Cloud Task queue rate configurable ([#4413](/~https://github.com/googleapis/repo-automation-bots/issues/4413)) ([9b3d301](/~https://github.com/googleapis/repo-automation-bots/commit/9b3d3016bba4606e998da2556a5567d19ab0ef90)) +* **owlbot-bootstrapper:** get full mono repo path, mono repo name, and mono repo org from the cli args ([#4577](/~https://github.com/googleapis/repo-automation-bots/issues/4577)) ([eaab032](/~https://github.com/googleapis/repo-automation-bots/commit/eaab03289ee6b3dd0aaa1c29c4b69d5f86128c47)) +* post processors can specify new PR title and body ([#4774](/~https://github.com/googleapis/repo-automation-bots/issues/4774)) ([5e60ab5](/~https://github.com/googleapis/repo-automation-bots/commit/5e60ab5043759ae9ae8ceb102ee56587f619b376)) +* **release-trigger:** comment on PR after triggering ([#4540](/~https://github.com/googleapis/repo-automation-bots/issues/4540)) ([03cfcaa](/~https://github.com/googleapis/repo-automation-bots/commit/03cfcaa1aa5caabc9258db6b9d5f5fc6a5ddddb7)) +* remove `addOrUpdateIssueComment` which is moved to issue-utils. ([057125e](/~https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593)) +* **repo-metadata-lint:** add support for .repo-metadata-full.json ([#5090](/~https://github.com/googleapis/repo-automation-bots/issues/5090)) ([ede7865](/~https://github.com/googleapis/repo-automation-bots/commit/ede786549198f955a8d86127465dc707d2558e98)) +* require node 18 ([057125e](/~https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593)) +* set owl-bot's max APIs per PR to 20 ([#4782](/~https://github.com/googleapis/repo-automation-bots/issues/4782)) ([d7479c9](/~https://github.com/googleapis/repo-automation-bots/commit/d7479c90c9e4156f8b8a4aae1ed8bc97f372dcff)) +* **snippet-bot:** read products from service configs in googleapis/googleapis ([#5014](/~https://github.com/googleapis/repo-automation-bots/issues/5014)) ([97e053c](/~https://github.com/googleapis/repo-automation-bots/commit/97e053cdf1455f65811355089de1dea0fcafb20f)) +* store validated .repo-metadata in table ([#5081](/~https://github.com/googleapis/repo-automation-bots/issues/5081)) ([4435b40](/~https://github.com/googleapis/repo-automation-bots/commit/4435b40972385548e5a2716ab91692e6cbfd11e1)) +* switch on ([c17173a](/~https://github.com/googleapis/repo-automation-bots/commit/c17173ab592258dec1f2d39d92f1a7c821f986ee)) +* triggerWithoutPullRequest ([#5052](/~https://github.com/googleapis/repo-automation-bots/issues/5052)) ([92c4776](/~https://github.com/googleapis/repo-automation-bots/commit/92c47760db39deeb4667d1b45255fedab3e5de75)) +* update mono-repo-publish to leave a tarball for archiving ([#5015](/~https://github.com/googleapis/repo-automation-bots/issues/5015)) ([07e6b56](/~https://github.com/googleapis/repo-automation-bots/commit/07e6b56ae00b50b4ace823fa4f4c63e48570c7b1)) +* use datastore lock per repo/branch when handling events ([#5167](/~https://github.com/googleapis/repo-automation-bots/issues/5167)) ([6f86f33](/~https://github.com/googleapis/repo-automation-bots/commit/6f86f331afcb7ccc438bea47dad70158cab6d727)) +* validate command scans directory for all configs ([#5033](/~https://github.com/googleapis/repo-automation-bots/issues/5033)) ([ce2302e](/~https://github.com/googleapis/repo-automation-bots/commit/ce2302e73a5ca379ae97a23433afd57b682291c9)) +* validate configs after post processor runs ([#5035](/~https://github.com/googleapis/repo-automation-bots/issues/5035)) ([9dbfa7f](/~https://github.com/googleapis/repo-automation-bots/commit/9dbfa7f8cda3b14ac38c59fa09bdbb9434959ee5)) + + +### Bug Fixes + +* (owl-bot) add ignore files list to refreshConfigs function ([#5007](/~https://github.com/googleapis/repo-automation-bots/issues/5007)) ([17aa4ed](/~https://github.com/googleapis/repo-automation-bots/commit/17aa4edd26783401d096f7e81ab0f5855ac4cf72)), closes [#4980](/~https://github.com/googleapis/repo-automation-bots/issues/4980) +* assign reviewers when PR is marked ready for review ([#5165](/~https://github.com/googleapis/repo-automation-bots/issues/5165)) ([aebd229](/~https://github.com/googleapis/repo-automation-bots/commit/aebd22909abaa26b4e1dd31bbe2d0bc1ae87a3c3)) +* attach PR information as context to logs ([#4660](/~https://github.com/googleapis/repo-automation-bots/issues/4660)) ([6d32fa9](/~https://github.com/googleapis/repo-automation-bots/commit/6d32fa9a0b1a8abb00f84895a9947277810eb3fe)) +* **auto-approve:** allow Python major dependency updates ([#4998](/~https://github.com/googleapis/repo-automation-bots/issues/4998)) ([04b8d47](/~https://github.com/googleapis/repo-automation-bots/commit/04b8d479ab78e686edba8ee64d742a4b054adefd)), closes [#4126](/~https://github.com/googleapis/repo-automation-bots/issues/4126) +* **auto-approve:** always try to re-add an automerge label, even if the PR is approved ([#5159](/~https://github.com/googleapis/repo-automation-bots/issues/5159)) ([342b94a](/~https://github.com/googleapis/repo-automation-bots/commit/342b94abcc82d62a827b62b447352bc01c3d42ae)), closes [#5099](/~https://github.com/googleapis/repo-automation-bots/issues/5099) +* **auto-approve:** regex typo for Docker dependency ([#5152](/~https://github.com/googleapis/repo-automation-bots/issues/5152)) ([3c8849f](/~https://github.com/googleapis/repo-automation-bots/commit/3c8849fc021e618aad2d0b9c9f9c51fd53bac663)) +* **auto-approve:** rethrow original request error ([#4778](/~https://github.com/googleapis/repo-automation-bots/issues/4778)) ([fee59dd](/~https://github.com/googleapis/repo-automation-bots/commit/fee59ddac55e90082fdb10ae29ee562b5866fe67)) +* **auto-approve:** update node dependency for mono repo migration ([#5060](/~https://github.com/googleapis/repo-automation-bots/issues/5060)) ([e160ebb](/~https://github.com/googleapis/repo-automation-bots/commit/e160ebb90ab0db10dde3aedae3de88f1ae8bb007)) +* **auto-approve:** update regex for Node ([#5064](/~https://github.com/googleapis/repo-automation-bots/issues/5064)) ([e77a781](/~https://github.com/googleapis/repo-automation-bots/commit/e77a7818611a795190903b3971896cafeefaecb0)) +* auto-label should recursively search through configuration to find the right label ([#4927](/~https://github.com/googleapis/repo-automation-bots/issues/4927)) ([85f5561](/~https://github.com/googleapis/repo-automation-bots/commit/85f5561d9b855d377175a5956d5b019ed4ae3e74)) +* **auto-label:** add multiple label paths for config ([#5025](/~https://github.com/googleapis/repo-automation-bots/issues/5025)) ([73a967e](/~https://github.com/googleapis/repo-automation-bots/commit/73a967efcc784235e499f310d9659f5bfe4f1ad2)), closes [#4992](/~https://github.com/googleapis/repo-automation-bots/issues/4992) +* catch and log warning if issues disabled on repository ([#4430](/~https://github.com/googleapis/repo-automation-bots/issues/4430)) ([e937dd3](/~https://github.com/googleapis/repo-automation-bots/commit/e937dd3db2022c1395cf7ecd440fa495871f72c0)) +* **cherry-pick-bot:** allow forward slash in branch name ([#4854](/~https://github.com/googleapis/repo-automation-bots/issues/4854)) ([59f7788](/~https://github.com/googleapis/repo-automation-bots/commit/59f778890e3234e334771882a4c2a83beb6af2cb)) +* clone more history for post processor ([#4942](/~https://github.com/googleapis/repo-automation-bots/issues/4942)) ([0d9a1ed](/~https://github.com/googleapis/repo-automation-bots/commit/0d9a1edd4ccab4d397345a6757f2fb67a9d568bd)) +* collect broken commit messages ([#5056](/~https://github.com/googleapis/repo-automation-bots/issues/5056)) ([7bbff0a](/~https://github.com/googleapis/repo-automation-bots/commit/7bbff0aa9850fe40e5a9d65d74ca948f528d024f)) +* conventional commit for JavaApiaryCodegen ([#4356](/~https://github.com/googleapis/repo-automation-bots/issues/4356)) ([c732259](/~https://github.com/googleapis/repo-automation-bots/commit/c7322597daab787b8ebe929c993c6d56b4971431)) +* **deps:** [conventional-commit-lint] update dependency @octokit/openapi-types to v14 ([#4635](/~https://github.com/googleapis/repo-automation-bots/issues/4635)) ([4695b77](/~https://github.com/googleapis/repo-automation-bots/commit/4695b772310a67b2fee5ae3432e5f93484fa02d7)) +* **deps:** [cron-utils] update dependency @google-cloud/run to ^0.3.0 ([#4879](/~https://github.com/googleapis/repo-automation-bots/issues/4879)) ([3759875](/~https://github.com/googleapis/repo-automation-bots/commit/37598753143364d6a159fbad01bd518a7be83962)) +* **deps:** [flakybot] update all non-major dependencies ([#4727](/~https://github.com/googleapis/repo-automation-bots/issues/4727)) ([1f78bfe](/~https://github.com/googleapis/repo-automation-bots/commit/1f78bfee14df85674b467bc6ed8f5a94683eb8e0)) +* **deps:** [flakybot] update dependency @octokit/openapi-types to v14 ([#4636](/~https://github.com/googleapis/repo-automation-bots/issues/4636)) ([3350a38](/~https://github.com/googleapis/repo-automation-bots/commit/3350a38a6720545374231770353a663dd4eb71b0)) +* **deps:** [flakybot] update dependency @octokit/types to v8 ([#4638](/~https://github.com/googleapis/repo-automation-bots/issues/4638)) ([ea30494](/~https://github.com/googleapis/repo-automation-bots/commit/ea304949eb5dde07d351621d44c9ac263f497324)) +* **deps:** [flakybot] update module cloud.google.com/go/pubsub to v1.26.0 ([#4622](/~https://github.com/googleapis/repo-automation-bots/issues/4622)) ([f429390](/~https://github.com/googleapis/repo-automation-bots/commit/f429390bd398e956db83870aa0c7bbff31af66de)) +* **deps:** [flakybot] update module google.golang.org/api to v0.100.0 ([#4585](/~https://github.com/googleapis/repo-automation-bots/issues/4585)) ([824a630](/~https://github.com/googleapis/repo-automation-bots/commit/824a630efd673a683bc652b4da3be39a163f0cec)) +* **deps:** [flakybot] update module google.golang.org/api to v0.101.0 ([#4629](/~https://github.com/googleapis/repo-automation-bots/issues/4629)) ([b38821a](/~https://github.com/googleapis/repo-automation-bots/commit/b38821a7e9a3bf171ab613647eeab8c7f14d0760)) +* **deps:** [flakybot] update module google.golang.org/api to v0.102.0 ([#4713](/~https://github.com/googleapis/repo-automation-bots/issues/4713)) ([4ae477d](/~https://github.com/googleapis/repo-automation-bots/commit/4ae477dd195942d7f3e23eccce46ec71cfe1e19b)) +* **deps:** [flakybot] update module google.golang.org/api to v0.104.0 ([#4883](/~https://github.com/googleapis/repo-automation-bots/issues/4883)) ([113bae9](/~https://github.com/googleapis/repo-automation-bots/commit/113bae948778c744720f1a9834dc1a82f5e2bea6)) +* **deps:** [flakybot] update module google.golang.org/api to v0.106.0 ([#4923](/~https://github.com/googleapis/repo-automation-bots/issues/4923)) ([2677919](/~https://github.com/googleapis/repo-automation-bots/commit/2677919ef23ecf0990866cadf2cbaa44e1df062a)) +* **deps:** [flakybot] update module google.golang.org/api to v0.96.0 ([#4407](/~https://github.com/googleapis/repo-automation-bots/issues/4407)) ([d5c9398](/~https://github.com/googleapis/repo-automation-bots/commit/d5c939803a853cbc6ae8dac7a4a76919dd721f7d)) +* **deps:** [flakybot] update module google.golang.org/api to v0.97.0 ([#4472](/~https://github.com/googleapis/repo-automation-bots/issues/4472)) ([e0cd407](/~https://github.com/googleapis/repo-automation-bots/commit/e0cd40768d5eda23c47f48130e12febff0ac3ec7)) +* **deps:** [flakybot] update module google.golang.org/api to v0.98.0 ([#4512](/~https://github.com/googleapis/repo-automation-bots/issues/4512)) ([dba4dde](/~https://github.com/googleapis/repo-automation-bots/commit/dba4dde8bbb6ad0f3d44be0d8f1c1a1a7ba41a2a)) +* **deps:** [gcf-utils] update dependency @google-cloud/run to ^0.3.0 ([#4881](/~https://github.com/googleapis/repo-automation-bots/issues/4881)) ([753b3a3](/~https://github.com/googleapis/repo-automation-bots/commit/753b3a3e8882b372d8287118521d9171ef7c53dd)) +* **deps:** [gcf-utils] update dependency @octokit/plugin-enterprise-compatibility to v2.0.3 ([#4568](/~https://github.com/googleapis/repo-automation-bots/issues/4568)) ([3b0c6bc](/~https://github.com/googleapis/repo-automation-bots/commit/3b0c6bcff3759d900708d7120f138f7feed488b0)) +* **deps:** [gcf-utils] update dependency @types/uuid to v9 ([#4759](/~https://github.com/googleapis/repo-automation-bots/issues/4759)) ([a951ab7](/~https://github.com/googleapis/repo-automation-bots/commit/a951ab774d0dc9bba1d712987c01f1a73d0d2443)) +* **deps:** [gcf-utils] update dependency yargs to v17 ([#4375](/~https://github.com/googleapis/repo-automation-bots/issues/4375)) ([62938db](/~https://github.com/googleapis/repo-automation-bots/commit/62938dbf505fc65496f5d4a56765559968faa1fc)) +* **deps:** [git-file-utils] update dependency @octokit/rest to v19.0.5 ([#4575](/~https://github.com/googleapis/repo-automation-bots/issues/4575)) ([92a5fc8](/~https://github.com/googleapis/repo-automation-bots/commit/92a5fc8a8d4a677fa36a72026687dd0f252550a1)) +* **deps:** [git-file-utils] update dependency @octokit/types to v8 ([#4672](/~https://github.com/googleapis/repo-automation-bots/issues/4672)) ([a372a6d](/~https://github.com/googleapis/repo-automation-bots/commit/a372a6d6cab9535c77d830bbf079ba7594ed1b3e)) +* **deps:** [owl-bot] update dependency @octokit/types to v8 ([#4673](/~https://github.com/googleapis/repo-automation-bots/issues/4673)) ([db04c6a](/~https://github.com/googleapis/repo-automation-bots/commit/db04c6a42080cb78bcad933b6c08da115a4f86a6)) +* **deps:** [owl-bot] update dependency fs-extra to v11 ([#4761](/~https://github.com/googleapis/repo-automation-bots/issues/4761)) ([659d8ce](/~https://github.com/googleapis/repo-automation-bots/commit/659d8ce39bb8bbd89dcf388aa34f152f66cb473b)) +* **deps:** [owl-bot] update dependency jsonwebtoken to v9 [security] ([#4817](/~https://github.com/googleapis/repo-automation-bots/issues/4817)) ([e22ede7](/~https://github.com/googleapis/repo-automation-bots/commit/e22ede7c6c27bd1623d1b2c3f512d9547a22c9ba)) +* **deps:** [release-please] update dependency release-please to v15 ([#4776](/~https://github.com/googleapis/repo-automation-bots/issues/4776)) ([8725a9a](/~https://github.com/googleapis/repo-automation-bots/commit/8725a9a483c7c1f4eb1928221a961250a493a3f5)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 115e99e ([#4644](/~https://github.com/googleapis/repo-automation-bots/issues/4644)) ([1fff1e0](/~https://github.com/googleapis/repo-automation-bots/commit/1fff1e0aee236162b37ac8d26d1f78bdbaec9b39)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 15ba04f ([#4559](/~https://github.com/googleapis/repo-automation-bots/issues/4559)) ([1dfa905](/~https://github.com/googleapis/repo-automation-bots/commit/1dfa905c60238900d30c8ae512cd80dd89245186)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 1645502 ([#4683](/~https://github.com/googleapis/repo-automation-bots/issues/4683)) ([92b2e43](/~https://github.com/googleapis/repo-automation-bots/commit/92b2e43a2194a6bca10f93b00abf4457a5678e1f)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 1bc688f ([#4621](/~https://github.com/googleapis/repo-automation-bots/issues/4621)) ([6e08c59](/~https://github.com/googleapis/repo-automation-bots/commit/6e08c592f4da9e5d9676558ad221b15b0e243a63)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 23e4bf6 ([#4773](/~https://github.com/googleapis/repo-automation-bots/issues/4773)) ([137af4d](/~https://github.com/googleapis/repo-automation-bots/commit/137af4d96b13ab8b8080f0fc54ec2dbbab369e40)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 2d38753 ([#4665](/~https://github.com/googleapis/repo-automation-bots/issues/4665)) ([dfce162](/~https://github.com/googleapis/repo-automation-bots/commit/dfce1624d6024742118e56a35b9f2d2c4d9f9239)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 3c3c17c ([#4917](/~https://github.com/googleapis/repo-automation-bots/issues/4917)) ([76a49d0](/~https://github.com/googleapis/repo-automation-bots/commit/76a49d0538e7995614ae2e029c42e78cb7f65d0e)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 63c7b68 ([#4583](/~https://github.com/googleapis/repo-automation-bots/issues/4583)) ([afa4632](/~https://github.com/googleapis/repo-automation-bots/commit/afa46328984d41e75df287d947432de592e5ec99)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 68c0371 ([#4428](/~https://github.com/googleapis/repo-automation-bots/issues/4428)) ([a300d8e](/~https://github.com/googleapis/repo-automation-bots/commit/a300d8e2b10f8c570a9f317436c6b0df67c8dfd5)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 69f6226 ([#4387](/~https://github.com/googleapis/repo-automation-bots/issues/4387)) ([f1f0b41](/~https://github.com/googleapis/repo-automation-bots/commit/f1f0b419ce0444333a6d951551069bd9c63bd3f2)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to 8222ab4 ([#4723](/~https://github.com/googleapis/repo-automation-bots/issues/4723)) ([02b7707](/~https://github.com/googleapis/repo-automation-bots/commit/02b77075e9a874ed4ab6ea6d1d7ecd6d2521f282)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to c98284e ([#4524](/~https://github.com/googleapis/repo-automation-bots/issues/4524)) ([57f95a3](/~https://github.com/googleapis/repo-automation-bots/commit/57f95a3e719d4b7db70a06eba365782c9b000253)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to e4508eb ([#4674](/~https://github.com/googleapis/repo-automation-bots/issues/4674)) ([4cdd2e5](/~https://github.com/googleapis/repo-automation-bots/commit/4cdd2e56d9742710723118c2b874203519e3862a)) +* **deps:** [serverless-scheduler-proxy] update google.golang.org/genproto digest to f9683d7 ([#4850](/~https://github.com/googleapis/repo-automation-bots/issues/4850)) ([bc5e5d9](/~https://github.com/googleapis/repo-automation-bots/commit/bc5e5d95efb7e9bd3f033b689f7e70d2d45fac68)) +* **deps:** [serverless-scheduler-proxy] update module cloud.google.com/go/secretmanager to v1.6.0 ([#4433](/~https://github.com/googleapis/repo-automation-bots/issues/4433)) ([f451ca3](/~https://github.com/googleapis/repo-automation-bots/commit/f451ca3ee0c8ca7b02e5ea5bfe4a14fdfe7b371c)) +* **deps:** [serverless-scheduler-proxy] update module cloud.google.com/go/secretmanager to v1.7.0 ([#4506](/~https://github.com/googleapis/repo-automation-bots/issues/4506)) ([4368bfc](/~https://github.com/googleapis/repo-automation-bots/commit/4368bfc52b607a9013f6e0977dbe5b98831e1686)) +* **deps:** [serverless-scheduler-proxy] update module cloud.google.com/go/secretmanager to v1.8.0 ([#4630](/~https://github.com/googleapis/repo-automation-bots/issues/4630)) ([3b4e6f3](/~https://github.com/googleapis/repo-automation-bots/commit/3b4e6f36c7aa43649c2658bb09dc6e50e87585e1)) +* **deps:** [serverless-scheduler-proxy] update module cloud.google.com/go/secretmanager to v1.9.0 ([#4656](/~https://github.com/googleapis/repo-automation-bots/issues/4656)) ([e284c98](/~https://github.com/googleapis/repo-automation-bots/commit/e284c983c9e0ca3b9411ac4c81348238fe26fbe7)) +* **deps:** [snippet-bot] update all non-major dependencies ([#4835](/~https://github.com/googleapis/repo-automation-bots/issues/4835)) ([86402ca](/~https://github.com/googleapis/repo-automation-bots/commit/86402cacc3086779779a73ba92eb28c3ba2eef25)) +* **deps:** npm audit fixes for several packages ([#4939](/~https://github.com/googleapis/repo-automation-bots/issues/4939)) ([a9a6755](/~https://github.com/googleapis/repo-automation-bots/commit/a9a67552a1cd0278a1b74383c988f099082e949f)) +* **deps:** update releasetool to 1.10.1 ([6514eff](/~https://github.com/googleapis/repo-automation-bots/commit/6514effc0788cf47374c2d02deea4e743ff44429)) +* **deps:** upgrade octokit types ([#4944](/~https://github.com/googleapis/repo-automation-bots/issues/4944)) ([bb852df](/~https://github.com/googleapis/repo-automation-bots/commit/bb852dfe8b2161481426f5202a7ecf1669072972)) +* **deps:** use google-gax v3.5.2 ([#4650](/~https://github.com/googleapis/repo-automation-bots/issues/4650)) ([b01f8a6](/~https://github.com/googleapis/repo-automation-bots/commit/b01f8a64edd6b11f10bb513c858381469644185f)) +* do not fail merging on empty PR body ([#4658](/~https://github.com/googleapis/repo-automation-bots/issues/4658)) ([6b43d2c](/~https://github.com/googleapis/repo-automation-bots/commit/6b43d2c33533ab77a33f8eade529c347c74759c8)) +* don't revalidate bot schema when trying to execute ([#5168](/~https://github.com/googleapis/repo-automation-bots/issues/5168)) ([0dc286c](/~https://github.com/googleapis/repo-automation-bots/commit/0dc286c06e2b137bd1e4bc0b5e3d285daf636276)), closes [#4928](/~https://github.com/googleapis/repo-automation-bots/issues/4928) +* don't skip drafts with label owl-bot-copy ([#5181](/~https://github.com/googleapis/repo-automation-bots/issues/5181)) ([5a698ef](/~https://github.com/googleapis/repo-automation-bots/commit/5a698ef7eb6c5e0ffbeb081e736041ffc60b21b8)) +* downgrade logs to warn when API is missing github_label or api_shortname ([#4429](/~https://github.com/googleapis/repo-automation-bots/issues/4429)) ([36a2c3c](/~https://github.com/googleapis/repo-automation-bots/commit/36a2c3c52f77af7ba5e1add4a970d2448c462d33)) +* extend post-processor timeout to 3 hours ([#4755](/~https://github.com/googleapis/repo-automation-bots/issues/4755)) ([8d4cdda](/~https://github.com/googleapis/repo-automation-bots/commit/8d4cdda398e0a47fca14a44bd04db71e2a232e68)) +* failed to fetch docker images' timestamps ([#5061](/~https://github.com/googleapis/repo-automation-bots/issues/5061)) ([e252b08](/~https://github.com/googleapis/repo-automation-bots/commit/e252b08ac92a33939889a2f1e2093da6727b5140)) +* flag to enable creating draft pull requests ([#5156](/~https://github.com/googleapis/repo-automation-bots/issues/5156)) ([9aacdb6](/~https://github.com/googleapis/repo-automation-bots/commit/9aacdb650b55f05e7ef1d30472b7ad91e2acd40c)) +* **flakybot:** skip archived repositories ([#4868](/~https://github.com/googleapis/repo-automation-bots/issues/4868)) ([912d781](/~https://github.com/googleapis/repo-automation-bots/commit/912d7813a3406bb3bd517e85b48e9a4f0f31c60a)) +* flip flag to create draft prs when copying code ([#5163](/~https://github.com/googleapis/repo-automation-bots/issues/5163)) ([e7a8794](/~https://github.com/googleapis/repo-automation-bots/commit/e7a8794125e26458ef6e2d7edf748884d7a02deb)) +* flip flag to turn on *draft* copy code PRs ([#5157](/~https://github.com/googleapis/repo-automation-bots/issues/5157)) ([7b5ef7e](/~https://github.com/googleapis/repo-automation-bots/commit/7b5ef7eb6e652cc05335ce801477c74f68d6aa74)), closes [#5034](/~https://github.com/googleapis/repo-automation-bots/issues/5034) +* **gcf-utils:** cache Cloud Run service URL ([#4487](/~https://github.com/googleapis/repo-automation-bots/issues/4487)) ([a908803](/~https://github.com/googleapis/repo-automation-bots/commit/a908803a623c32d029b0d82d2d314b4ce61ff7a7)), closes [#4469](/~https://github.com/googleapis/repo-automation-bots/issues/4469) +* **git-file-utils:** throws BranchNotFoundError for missing branch ([#4522](/~https://github.com/googleapis/repo-automation-bots/issues/4522)) ([ecb7652](/~https://github.com/googleapis/repo-automation-bots/commit/ecb76529ab04e6676b8fd21a671281597ddab8b2)) +* handle empty repository as if it has no files ([#4863](/~https://github.com/googleapis/repo-automation-bots/issues/4863)) ([9c1d60e](/~https://github.com/googleapis/repo-automation-bots/commit/9c1d60ef624f476f661be27f6697a7af42a01f6a)) +* header-checker-lint test broke with every new year ([#4920](/~https://github.com/googleapis/repo-automation-bots/issues/4920)) ([84f33ab](/~https://github.com/googleapis/repo-automation-bots/commit/84f33ab240a683032b89cbeaae7d8d146068ecc0)) +* ignore renovate state from opening issues ([#4967](/~https://github.com/googleapis/repo-automation-bots/issues/4967)) ([ad632b9](/~https://github.com/googleapis/repo-automation-bots/commit/ad632b9bfd3a7d5cbc30a27947407d5f8beb36ae)) +* improve timeout error message ([#4958](/~https://github.com/googleapis/repo-automation-bots/issues/4958)) ([f366208](/~https://github.com/googleapis/repo-automation-bots/commit/f3662083846f1d8d47ebe1f0c758aa3e120026cc)) +* instantiate client as the project ID that is running the build trigger, not the one from the env ([#4654](/~https://github.com/googleapis/repo-automation-bots/issues/4654)) ([4854486](/~https://github.com/googleapis/repo-automation-bots/commit/48544866066ac77cbd1e41dc1a7e6f659181e3c4)) +* lock the version of typescript to 4.8.4 ([#4800](/~https://github.com/googleapis/repo-automation-bots/issues/4800)) ([add7f46](/~https://github.com/googleapis/repo-automation-bots/commit/add7f4637ff6533308b0e5164ab0a4fe9486e3db)) +* log the labels when owl-bot skips draft PR ([#5182](/~https://github.com/googleapis/repo-automation-bots/issues/5182)) ([222c462](/~https://github.com/googleapis/repo-automation-bots/commit/222c462ffa607d2042a84f40cf82acc4d5c527a0)) +* logger.child() should preserve original bindings ([#4686](/~https://github.com/googleapis/repo-automation-bots/issues/4686)) ([9575fa2](/~https://github.com/googleapis/repo-automation-bots/commit/9575fa2484194f64dcfebe2c09343fcc7a1ea5f5)) +* **logging:** better logging for publication failures ([#4999](/~https://github.com/googleapis/repo-automation-bots/issues/4999)) ([10ac19e](/~https://github.com/googleapis/repo-automation-bots/commit/10ac19e46eb17f169ff6b87bf257941dc1dd8910)) +* look at all comments on merged pull request ([#4385](/~https://github.com/googleapis/repo-automation-bots/issues/4385)) ([27c997b](/~https://github.com/googleapis/repo-automation-bots/commit/27c997b45b7919a1e66b99761061e5d8f93fdb5a)) +* **m-o-g:** remove github.com links, convert to togithub.com ([#4497](/~https://github.com/googleapis/repo-automation-bots/issues/4497)) ([9a2dac4](/~https://github.com/googleapis/repo-automation-bots/commit/9a2dac4866bee9ab9810c0ba1211317aae870117)) +* on-demand repo should not open new PR on push to main ([#5080](/~https://github.com/googleapis/repo-automation-bots/issues/5080)) ([7be5293](/~https://github.com/googleapis/repo-automation-bots/commit/7be52932a6cfa95def01e6a3d3bbc806dfde6f15)) +* **owlbot-bootstrapper:** add optional chaining for drift metadata ([#4662](/~https://github.com/googleapis/repo-automation-bots/issues/4662)) ([ddbef3d](/~https://github.com/googleapis/repo-automation-bots/commit/ddbef3d296c15e0e427439f9bcbbd347d5045e36)) +* **owlbot-bootstrapper:** drop support for split repo ([#4414](/~https://github.com/googleapis/repo-automation-bots/issues/4414)) ([ac9d7c4](/~https://github.com/googleapis/repo-automation-bots/commit/ac9d7c49f1700d2560dc890b597933d02a5f18f5)) +* **owlbot-bootstrapper:** get correct default branch for bootstrapper ([#4676](/~https://github.com/googleapis/repo-automation-bots/issues/4676)) ([60c1990](/~https://github.com/googleapis/repo-automation-bots/commit/60c1990c91886c169e03dc6a18a03c63ec0e0a73)) +* **owlbot:** include newlines when there are multiple nested commits ([#4991](/~https://github.com/googleapis/repo-automation-bots/issues/4991)) ([c77f2b7](/~https://github.com/googleapis/repo-automation-bots/commit/c77f2b75724a42b987496ee8a90e61f0234769eb)), closes [#4984](/~https://github.com/googleapis/repo-automation-bots/issues/4984) +* pass context logger to post-processor handlers ([#4957](/~https://github.com/googleapis/repo-automation-bots/issues/4957)) ([9512ff5](/~https://github.com/googleapis/repo-automation-bots/commit/9512ff51091354668bba1367d18524b2e85be2ac)) +* pass context logger to release-please when using fromConfig ([#4367](/~https://github.com/googleapis/repo-automation-bots/issues/4367)) ([4045fac](/~https://github.com/googleapis/repo-automation-bots/commit/4045facabaeee10708911e7789a8714d756ad29e)) +* pin typescript to 4.8.4 for blunderbuss ([#4807](/~https://github.com/googleapis/repo-automation-bots/issues/4807)) ([54b7450](/~https://github.com/googleapis/repo-automation-bots/commit/54b7450730bcc9c8bf3932e56d6c985ce11cecd6)) +* pin typescript to 4.8.4 for four more bots ([#4806](/~https://github.com/googleapis/repo-automation-bots/issues/4806)) ([3f4d0b0](/~https://github.com/googleapis/repo-automation-bots/commit/3f4d0b03c14a80460d4269e174a3613454c7c530)) +* pip install with require-hashes ([#4793](/~https://github.com/googleapis/repo-automation-bots/issues/4793)) ([6514eff](/~https://github.com/googleapis/repo-automation-bots/commit/6514effc0788cf47374c2d02deea4e743ff44429)) +* promote draft copy-code PRs ([#5149](/~https://github.com/googleapis/repo-automation-bots/issues/5149)) ([2559350](/~https://github.com/googleapis/repo-automation-bots/commit/2559350df26ee094b79327339f8aab6fd9ee5c7a)) +* races while updating pull request branches ([#5011](/~https://github.com/googleapis/repo-automation-bots/issues/5011)) ([8a5980b](/~https://github.com/googleapis/repo-automation-bots/commit/8a5980b711e1301f88056e77dc72a2956b2e0eb1)) +* **release-please:** filter commits in changelog.json ([#4962](/~https://github.com/googleapis/repo-automation-bots/issues/4962)) ([288f755](/~https://github.com/googleapis/repo-automation-bots/commit/288f7559f6f1ebe977fb2d3408e586778458c01c)) +* **repo-metadata-lint:** handle empty repository ([#4862](/~https://github.com/googleapis/repo-automation-bots/issues/4862)) ([410a2d2](/~https://github.com/googleapis/repo-automation-bots/commit/410a2d23228409e250197c6325545bd06aae3148)) +* report errors to error reporting only on the last retry attempt ([#4867](/~https://github.com/googleapis/repo-automation-bots/issues/4867)) ([d15cb54](/~https://github.com/googleapis/repo-automation-bots/commit/d15cb540aa7307d2f275a12d6ffecf8ef867d8f7)) +* set buffer size for copy-code-again flow ([#5070](/~https://github.com/googleapis/repo-automation-bots/issues/5070)) ([1426706](/~https://github.com/googleapis/repo-automation-bots/commit/14267066a9822a54a5d7b1232ff946429aeccf07)) +* skip publishing private packages ([d982753](/~https://github.com/googleapis/repo-automation-bots/commit/d982753b2bdc68564e83a0d5dc31165affa8482c)) +* skip running release-please on archived/disabled repositories ([#5030](/~https://github.com/googleapis/repo-automation-bots/issues/5030)) ([de5d785](/~https://github.com/googleapis/repo-automation-bots/commit/de5d7856f119a04c0bf4ab26be2cd1d3644e3e1b)), closes [#5029](/~https://github.com/googleapis/repo-automation-bots/issues/5029) +* **snippet-bot:** always ignore "owl-bot-staging" ([#4541](/~https://github.com/googleapis/repo-automation-bots/issues/4541)) ([7626749](/~https://github.com/googleapis/repo-automation-bots/commit/762674955dc3add68b647554554824ff40bddf5e)) +* **snippet-bot:** exits early upon 404 errors ([#4521](/~https://github.com/googleapis/repo-automation-bots/issues/4521)) ([44e97c5](/~https://github.com/googleapis/repo-automation-bots/commit/44e97c5152bf4ee8c52520eca3a294d9c04a15a8)) +* **snippet-bot:** ignore draft PRs ([#4545](/~https://github.com/googleapis/repo-automation-bots/issues/4545)) ([bda4eab](/~https://github.com/googleapis/repo-automation-bots/commit/bda4eabe1dfcdf2192f039fdaa4129f40d5ea9b5)) +* **snippet-bot:** only fetch files with region tag edit ([#4546](/~https://github.com/googleapis/repo-automation-bots/issues/4546)) ([0339d0d](/~https://github.com/googleapis/repo-automation-bots/commit/0339d0d0c411cdb9ae3b93dabeb8a78da6e39797)) +* **snippet-bot:** provide installation id for global cron ([#5023](/~https://github.com/googleapis/repo-automation-bots/issues/5023)) ([a4505b8](/~https://github.com/googleapis/repo-automation-bots/commit/a4505b825a4e3dd2065fb840570a73e9e66ec1cc)) +* **snippet-bot:** trim text when it is too long ([#4574](/~https://github.com/googleapis/repo-automation-bots/issues/4574)) ([0f7286a](/~https://github.com/googleapis/repo-automation-bots/commit/0f7286a6b8b24272d5431ce1595ddfafdeb0a996)) +* trigger post processor when owl-bot-run label was added to a dra… ([#5184](/~https://github.com/googleapis/repo-automation-bots/issues/5184)) ([ce3f826](/~https://github.com/googleapis/repo-automation-bots/commit/ce3f8261e8755edcf1d6d6bf8a5bf68e1c4d8c22)) +* update dependency on jsonwebtoken ([#4929](/~https://github.com/googleapis/repo-automation-bots/issues/4929)) ([325f171](/~https://github.com/googleapis/repo-automation-bots/commit/325f17191e2c102b53eff6673c0fdd2b10ed642d)) +* update existing bulk copy-code PRs ([#5089](/~https://github.com/googleapis/repo-automation-bots/issues/5089)) ([ab301c3](/~https://github.com/googleapis/repo-automation-bots/commit/ab301c3207dc58ed6e1c6136906ef9891ba48895)), closes [#5075](/~https://github.com/googleapis/repo-automation-bots/issues/5075) +* update gcf-utils to update dependency on jsonwebtoken ([#4919](/~https://github.com/googleapis/repo-automation-bots/issues/4919)) ([b1d4e4b](/~https://github.com/googleapis/repo-automation-bots/commit/b1d4e4bb9253420cfa8f8ad13f4ec3e9bb9548a3)) +* upgrade jsonwebtoken to 9.0.0 ([#4820](/~https://github.com/googleapis/repo-automation-bots/issues/4820)) ([ab1314f](/~https://github.com/googleapis/repo-automation-bots/commit/ab1314f4b72a86ec90ddf785d7a939ff5877153e)) +* use graphql to promote PR from draft to ready for review ([#5162](/~https://github.com/googleapis/repo-automation-bots/issues/5162)) ([9c43ea6](/~https://github.com/googleapis/repo-automation-bots/commit/9c43ea6074f294a6bfee3fb06ac5d20d708b1869)), closes [#5160](/~https://github.com/googleapis/repo-automation-bots/issues/5160) +* use http/1.1 for post ([#5067](/~https://github.com/googleapis/repo-automation-bots/issues/5067)) ([a865295](/~https://github.com/googleapis/repo-automation-bots/commit/a865295ea6e1adeb83d0ad4fbf3d6feac495bd1b)), closes [#5066](/~https://github.com/googleapis/repo-automation-bots/issues/5066) +* use http/1.1 for post ([#5068](/~https://github.com/googleapis/repo-automation-bots/issues/5068)) ([76e9773](/~https://github.com/googleapis/repo-automation-bots/commit/76e9773ae55d5c6a1f5e487c2911d143d4e2a000)) +* use http/1.1 for post for post-processor ([#5069](/~https://github.com/googleapis/repo-automation-bots/issues/5069)) ([676ddf0](/~https://github.com/googleapis/repo-automation-bots/commit/676ddf0b2bbec5a7659dae390ff18629edb111b1)), closes [#5066](/~https://github.com/googleapis/repo-automation-bots/issues/5066) +* use preferRest mode in Firestore, do not use firebase-admin ([#4446](/~https://github.com/googleapis/repo-automation-bots/issues/4446)) ([973c430](/~https://github.com/googleapis/repo-automation-bots/commit/973c430380e0c9940ebfd0174badff95728680cf)) +* wait for all PRs to attempt to merge before throwing error ([#4663](/~https://github.com/googleapis/repo-automation-bots/issues/4663)) ([b236b99](/~https://github.com/googleapis/repo-automation-bots/commit/b236b99e64cc8d571cfe9be6f3ffec37792f5151)) +* write log when creating GitHub check ([#5178](/~https://github.com/googleapis/repo-automation-bots/issues/5178)) ([e6882ff](/~https://github.com/googleapis/repo-automation-bots/commit/e6882ffbc3ac0beb5ea6a76a7887373a4181a3a7)) diff --git a/package.json b/package.json index 1ff2523070f..dfd427e4f80 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,6 @@ "gaxios": "^5.0.0", "smee-client": "^1.1.0", "@google-cloud/mono-repo-publish": "^1.0.0" - } + }, + "version": "1.0.0" } diff --git a/packages/gcf-utils/CHANGELOG.md b/packages/gcf-utils/CHANGELOG.md index a3c2c06eeaa..97e0e853542 100644 --- a/packages/gcf-utils/CHANGELOG.md +++ b/packages/gcf-utils/CHANGELOG.md @@ -87,6 +87,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [15.0.0](/~https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.6...gcf-utils-v15.0.0) (2023-09-11) + + +### ⚠ BREAKING CHANGES + +* require node 18 +* remove `addOrUpdateIssueComment` which is moved to issue-utils. + +### Features + +* remove `addOrUpdateIssueComment` which is moved to issue-utils. ([057125e](/~https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593)) +* require node 18 ([057125e](/~https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593)) + ## [14.4.6](/~https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.5...gcf-utils-v14.4.6) (2023-01-12) diff --git a/packages/gcf-utils/package-lock.json b/packages/gcf-utils/package-lock.json index 02e874f8ed7..8fe2941bdd3 100644 --- a/packages/gcf-utils/package-lock.json +++ b/packages/gcf-utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "gcf-utils", - "version": "14.4.6", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gcf-utils", - "version": "14.4.6", + "version": "15.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/kms": "^3.0.1", diff --git a/packages/gcf-utils/package.json b/packages/gcf-utils/package.json index 14cf28cee1a..02b6566aa5e 100644 --- a/packages/gcf-utils/package.json +++ b/packages/gcf-utils/package.json @@ -1,6 +1,6 @@ { "name": "gcf-utils", - "version": "14.4.6", + "version": "15.0.0", "description": "An extension for running Probot in Google Cloud Functions", "scripts": { "compile": "tsc -p .",