Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Bump kinto from 14.6.0 to 15.0.0 #326

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps kinto from 14.6.0 to 15.0.0.

Release notes

Sourced from kinto's releases.

14.8.0

New Features

  • Add Cache-Control response header in root URL endpoint (/v1/) when the instance is configured as read-only.

14.7.2

Bug Fixes

14.7.1

Bug Fixes

  • Include Kinto Admin VERSION file in package

Internal Changes

  • Exclude tests from built package

14.7.0

Internal Changes

Kinto Admin

Bug Fixes

  • Kinto/kinto-admin#2180

... (truncated)

Changelog

Sourced from kinto's changelog.

15.0.0 (2022-10-14)

Breaking Changes

  • raven is not installed by default anymore (fixes #3054). Sentry reporting is now enabled via settings (or environment variables).

In order to migrate from Kinto <14 to Kinto 15, remove the mention of sentry and raven from your logging configuration:

.. code-block:: diff

     # kinto.ini
 [logger_root]
 level = INFO
  • handlers = console, sentry
  • handlers = console

    [handlers]

  • keys = console, sentry
  • keys = console
  • [handler_sentry]
  • class = raven.handlers.logging.SentryHandler
  • args = ('https://<key>:<secret>@​app.getsentry.com/<project>',)
  • level = WARNING
  • formatter = generic

And add the following settings:

.. code-block:: ini

kinto.sentry_dsn = https://[email protected]/1
kinto.sentry_env = prod

For more information, see Settings documentation <https://kinto.readthedocs.io/en/stable/configuration/settings.html#authentication>_.

Documentation

  • Fix /batch endpoint documentation about required authentication.

14.8.0 (2022-10-06)

New features

  • Add Cache-Control response header in root URL endpoint (/v1/) when the instance is configured as read-only.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [kinto](https://github.com/Kinto/kinto) from 14.6.0 to 15.0.0.
- [Release notes](https://github.com/Kinto/kinto/releases)
- [Changelog](https://github.com/Kinto/kinto/blob/master/CHANGELOG.rst)
- [Commits](Kinto/kinto@14.6.0...15.0.0)

---
updated-dependencies:
- dependency-name: kinto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants