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

Update probot to the latest version 🚀 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 13, 2017

Version 4.0.0 of probot was just published.

Dependency probot
Current Version 3.0.3
Type dependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of probot.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0 – 2017-12-13

Improvements

  • GitHub Enterprise Support (#331). See the docs on using GitHub Enterprise docs to get started.

  • Lots of logging improvements (#320), including adding context.log for logging in your event handlers (#321), req.log for logging in HTTP requests (#322), and improved logging of GitHub API requests (#351). See the logging docs for more information.

  • Add support for a new and experimental webhook proxy (#359). Go to https://smee.io and click Start a new channel. Use that URL as your Webhook URL in your GitHub App, and set WEBHOOK_PROXY_URL to that URL in your .env (along with DISABLE_TUNNEL=true). This new webhook proxy service will likely replace localtunnel in 5.0.

  • Update the node-github client to version 12.0.3 (#340)

Breaking Changes

  • The default log level is now info for robot.log(msg). Set LOG_LEVEL=debug or trace in your .env to see more verbose logging from Probot internals.

  • Probot now uses hbs internally instead of ejs (#325). If you are using res.render('my-ejs-file') and depending on probot for the ejs setup, you'll now need to pull in ejs yourself.

View the full changelog

Commits

The new version differs by 19 commits.

  • 7d2a284 docs: Improve Now documentation with scaling and aliases (#367)
  • 976af75 docs: Add NODE_ENV to Zeit Now boot command (#365)
  • 6042678 docs: Reflect now.sh private key issue (#364)
  • 6aa3a2f feat: Add support for experimental webhook proxy (#359)
  • 68ef6c0 Add example to README (#361)
  • c2d2da1 Enable Codecov (#360)
  • 92c5c52 Implement GHE Support (#331)
  • 27b7c8d refactor: Extract Sentry logging to a built-in plugin (#353)
  • b475176 Log full requests as trace (#352)
  • e350288 Improve GitHub logging (#351)
  • a7596e2 General cleanup (#350)
  • 01b347c doc: Logging (#348)
  • 1e25518 feat: Add request/response logging (#322)
  • b5d05b3 fix: Improve log messages for localtunnel (#349)
  • a183102 Fix two 404s to the API docs (#344)

There are 19 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Dec 13, 2017

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files           6        6           
  Lines          42       42           
  Branches        2        2           
=======================================
  Hits           41       41           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 896abd4...018fc7b. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 36e3b57 feature: Add early termination to paginate method (#329)
  • 6b9c41d docs: Update "Remix on Glitch" button link (#388)
  • 2e51bb3 docs: How to install Node and Probot for Development (#381)
  • 575d308 [Suggestion] Use marketplace link instread of original link (#383)
  • 0e373a8 fix(package): update jest to version 22.0.3 (#378)
  • 60c1b2b docs: Link to GHE docs (#370)
  • 7bef6a7 chore: Add serializer tests (#369)

See the full diff

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.

None yet

0 participants