From 80b0c5feb6461bfa0b82e7b8027e79b7291aa402 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 21:20:56 +0000
Subject: [PATCH] chore: release main (#5482)
:robot: I have created a release *beep* *boop*
---
gcf-utils: 16.1.0
##
[16.1.0](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.0.1...gcf-utils-v16.1.0)
(2024-09-27)
### Features
* add ability to configure app to skip throttling on rate limits
([#5517](https://github.com/googleapis/repo-automation-bots/issues/5517))
([fc03235](https://github.com/googleapis/repo-automation-bots/commit/fc0323503fb62dfa0873e58aaf2b701273103d0f))
flakybot: 1.2.2
##
[1.2.2](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.1...flakybot-v1.2.2)
(2024-09-27)
### Bug Fixes
* **deps:** update to gcf-utils v16
([#5481](https://github.com/googleapis/repo-automation-bots/issues/5481))
([5a79218](https://github.com/googleapis/repo-automation-bots/commit/5a792185c8a27ef673f8667951539cb258ac40c7))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: Jeff Ching
---
.release-please-manifest.json | 4 ++--
packages/flakybot/CHANGELOG.md | 7 +++++++
packages/gcf-utils/CHANGELOG.md | 7 +++++++
packages/gcf-utils/package-lock.json | 4 ++--
packages/gcf-utils/package.json | 2 +-
5 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index ec745c9f02a..366c87d46da 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -2,8 +2,8 @@
"packages/bot-config-utils": "8.0.0",
"packages/cron-utils": "5.0.0",
"packages/datastore-lock": "6.0.0",
- "packages/flakybot": "1.2.1",
- "packages/gcf-utils": "16.0.1",
+ "packages/flakybot": "1.2.2",
+ "packages/gcf-utils": "16.1.0",
"packages/git-file-utils": "2.0.0",
"packages/issue-utils": "4.0.0",
"packages/label-utils": "5.0.0",
diff --git a/packages/flakybot/CHANGELOG.md b/packages/flakybot/CHANGELOG.md
index 710ae180feb..6d9f631cd94 100644
--- a/packages/flakybot/CHANGELOG.md
+++ b/packages/flakybot/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.2.2](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.1...flakybot-v1.2.2) (2024-09-27)
+
+
+### Bug Fixes
+
+* **deps:** update to gcf-utils v16 ([#5481](https://github.com/googleapis/repo-automation-bots/issues/5481)) ([5a79218](https://github.com/googleapis/repo-automation-bots/commit/5a792185c8a27ef673f8667951539cb258ac40c7))
+
## [1.2.1](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.0...flakybot-v1.2.1) (2024-09-06)
diff --git a/packages/gcf-utils/CHANGELOG.md b/packages/gcf-utils/CHANGELOG.md
index 1c3c988ccf2..cb51a71e429 100644
--- a/packages/gcf-utils/CHANGELOG.md
+++ b/packages/gcf-utils/CHANGELOG.md
@@ -87,6 +87,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
+## [16.1.0](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.0.1...gcf-utils-v16.1.0) (2024-09-27)
+
+
+### Features
+
+* add ability to configure app to skip throttling on rate limits ([#5517](https://github.com/googleapis/repo-automation-bots/issues/5517)) ([fc03235](https://github.com/googleapis/repo-automation-bots/commit/fc0323503fb62dfa0873e58aaf2b701273103d0f))
+
## [16.0.1](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.0.0...gcf-utils-v16.0.1) (2024-09-09)
diff --git a/packages/gcf-utils/package-lock.json b/packages/gcf-utils/package-lock.json
index 037c6737adf..5aaaec9f670 100644
--- a/packages/gcf-utils/package-lock.json
+++ b/packages/gcf-utils/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "gcf-utils",
- "version": "16.0.1",
+ "version": "16.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gcf-utils",
- "version": "16.0.1",
+ "version": "16.1.0",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/run": "^1.4.0",
diff --git a/packages/gcf-utils/package.json b/packages/gcf-utils/package.json
index f652c9f55f4..a68bc8547da 100644
--- a/packages/gcf-utils/package.json
+++ b/packages/gcf-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gcf-utils",
- "version": "16.0.1",
+ "version": "16.1.0",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",