Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release gcf-utils 7.1.1 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release *beep* *boop*

7.1.1 (2021-03-18)

⚠ BREAKING CHANGES

Features

  • add auto-label bot to repo-automation bots (21cefe0)
  • add bot for npm publication through wombat (#184) (851e77d)
  • added utils for running probot apps in gcf (#2) (0032e84)
  • adds package-lock.json to make upgrades more explicit (#130) (4be4413)
  • auto-labeling bot (#247) (21cefe0)
  • bind trigger information to all logs (#926) (dcdd281)
  • gcf-util: add a plugin for Octokit to automatically log bot actions (#686) (e381a7d)
  • gcf-utils,label-sync: use /installation/repositories to get repo list (#645) (e006a4d)
  • gcf-utils: add addOrUpdateIssueComment (#1118) (448243f), closes #1114
  • gcf-utils: add Cloud Tasks retry logic (#442) (9811933)
  • gcf-utils: add trigger info as bindings to all log statements (#796) (157c768)
  • gcf-utils: change the method signature of addOrUpdateIssueComment (#1131) (700927f)
  • gcf-utils: export a function for the comment mark (#1173) (90981e4)
  • gcf-utils: export an interface for CronPayload (#644) (4fbdfc5)
  • gcf-utils: Log bot execution trigger information from gcf-utils (#670) (be35fd8)
  • gcf-utils: log event type with trigger information (#921) (023ed12)
  • gcf-utils: log more trigger information (#788) (8a73cca)
  • gcf-utils: provide a standardized logger for repo automation bots (#654) (5f8220a)
  • gcf-utils: some bots have large payloads not appropriate for cloud task payload (#700) (37ca0d3)
  • gcf-utils: Use Secret Manager as opposed to KMS + GCS (#506) (a1e6519)
  • gcf-utils: Use Secret Manager as opposed to KMS + GCS (#480) (92d0353)
  • gcf-utils: utility to add/upload probot secrets. (#18) (d3ddaf2)
  • gcf-utils: write payload to tmp bucket (#983) (38f264e)
  • GCFLogger: support Cloud Logging/Stackdriver severity levels (#746) (adfb012)
  • improvements to cron functionality (#167) (f7b2d22)
  • infra: Created bootstrapping infra for GCF (5ec6d24)
  • lint title if more than 1 commit exists (#22) (51b74fd)
  • logger must be turned on with config option (#733) (3b3165c)
  • make gcf-utils work with pubsub (#196) (5c989b1)
  • merge-on-green bot (#287) (338cce8)
  • release gcf-utils with logging (#693) (12db876)
  • scheduled tasks now execute authenticated for each repository (#166) (835ab9a)

Bug Fixes

  • address bugs with tasks logic found after deployment (#469) (701ca2d)
  • allow webhook secret to be specified (#19) (55d00cf)
  • authenticate octokit instance properly when receiving payload from cloud scheduler (#1461) (c968d8a)
  • credentials should not be base64 encoded when stored (#164) (de31e95)
  • deploy script had typo/typescript had types issue (#300) (d4b7347)
  • deps: update dependency @google-cloud/storage to v3 (#9) (1c98b01)
  • deps: update dependency @google-cloud/storage to v4 (#129) (1d9893e)
  • deps: update dependency @google-cloud/storage to v5 (#545) (ced97fd)
  • deps: update dependency @google-cloud/tasks to v2 (#464) (01d116d)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.1 (#141) (684eda0)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.10 (#1518) (6e6d40b)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.2 (#412) (219b5e6)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.4 (#561) (472b814)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.5 (#589) (1434070)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.6 (#1069) (1c0fb97)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.7 (#1194) (9d07382)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.8 (#1203) (6216b5c)
  • deps: update dependency @octokit/plugin-enterprise-compatibility to v1.2.9 (#1327) (2dfc220)
  • deps: update dependency cross-env to v6 (056fa0b)
  • deps: update dependency gaxios to v3 (#413) (57c8775)
  • deps: update dependency gaxios to v4 (#1049) (1301f76)
  • deps: update dependency probot to v11.0.3 (#1284) (ea5ef00)
  • deps: update dependency probot to v11.0.4 (#1285) (3191159)
  • deps: update dependency probot to v11.0.5 (#1295) (36e9880)
  • deps: update dependency probot to v9.9.4 (#272) (6d21e61)
  • deps: update dependency tar to v6 (#245) (c0c4756)
  • deps: update dependency tmp to ^0.2.0 (#504) (d49a467)
  • deps: update dependency yargs to v14 (01e5ed9)
  • deps: update dependency yargs to v15 (#155) (ee4e7e1)
  • deps: update dependency yargs to v16 (#944) (1579ab6)
  • deps: upgrade to kms v2 (#462) (f90e783)
  • deps: upgrade to Probot 11 (#1280) (6abbbed)
  • docs: add appropriate meta information (#11) (a9c0590)
  • don't use absolute path for gts config (#3) (6deba89)
  • drop prepare, which is broken with "npm ci" (#446) (d471fdb)
  • gcf-utils: add missing dev dependency @types/sonic-boom (#696) (d45b16c)
  • gcf-utils: add repository details to payload for pub/sub triggered executions (#758) (00faedc)
  • gcf-utils: log entire errors in specific cases (#775) (ab6fec4)
  • gcf-utils: populate repository.owner (#655) (7e3d3d2)
  • gcf-utils: prepackage required type modules and interfaces (#647) (1067542)
  • gcf-utils: release as appropriate version (#1371) (730be51)
  • gcf-utils: Revert binding trigger information to logger (#809) (e9c42b3)
  • gcf-utils: upgrade to Probot 11, with e2e deployment test (#1345) (07418a2)
  • improve documentation on using genkey (#180) (44a7fa3)
  • lint: get linting working (#8) (70a6bcd)
  • logger: allow log methods to be used in isolation (#997) (38371ca)
  • merge-on-green: payload switches between Buffer and object (#785) (43bbd2a)
  • mog: do not double schedule work (#719) (b1639bc)
  • owl-bot: fix two timing related bugs (#1413) (8a60f32)
  • paginate result set when listing installations (#658) (f965e9b)
  • probot 9.4.0 broke types for apps written in 9.3.0 (#72) (94999a1)
  • probot: latest release of probot breaks auth (#1063) (e32e8da)
  • queue name rules (#459) (b67ff5a)
  • update secret values for old bots (#1365) (e88a323)
  • update to version of release-please that addresses issue with terraform (#252) (3871ea0)
  • upgrade to same version of probot, fixing typings (#21) (f08869b)
  • we were missing an await in gcf-utils (#350) (491cf80)

Miscellaneous Chores

  • deps: upgrade to newest version of probot (#140) (23b0731)

Code Refactoring

  • probot: upgrade gcf-utils to probot@10, @octokit/rest@18 (#963) (a601f4a)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant