Skip to content

Update dependency canonicalwebteam.flask-base to v3 #71

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
canonicalwebteam.flask-base ==1.1.0 -> ==3.0.0 age adoption passing confidence

Release Notes

canonical-web-and-design/canonicalwebteam.flask-base (canonicalwebteam.flask-base)

v3.0.0

Compare Source

  • Update to use the latest version of Flask, Werkzeug, gunicorn and gevent.
  • Completely remove talisker as a dependency.
  • Add per route metrics that report the number of requests, response time, and error rate. (These metrics will be picked up automatically by a statsd-server if you are using the 12f app charm)

Upgrade notes

This version will require a few updates to remove talisker usage in your application. Namely:

  • In your entrypoint script, replace talisker.gunicorn.gevent with gunicorn.
  • Replace any instance of talisker.requests with requests.
  • Remove TALISKER_REVISION_ID from Dockerfile.
  • Remove any usage of talisker loggers.
  • Remove any usage of app.extensions["sentry"] as Sentry support was provided by talisker and is no longer available. You can use the sentry-sdk package directly to integrate Sentry into your Flask application.

v2.6.1

Compare Source

Changes

add SENTRY_DSN env var (#​90)

This release was made possible by the following contributors:

@​usamabinnadeem-10

v2.6.0

Compare Source

Changes

Add flask secret key (#​87)

This release was made possible by the following contributors:

@​samhotep

v2.5.0

Compare Source

Changes

feat: added custom worker class (#​86)
chore: update PyPI publish action to use stable release version (#​85)

This release was made possible by the following contributors:

@​Dampolo03, @​goulinkh and @​samhotep

v2.4.0

Compare Source

Fix Werkzeug version limit to work with current Flask 2.3.3.

v2.3.0

Compare Source

Add response content compression using Gzip

v2.2.1

Compare Source

Revert 2.1.0 changes to compression of JS and CSS assets

v2.2.0

Compare Source

  • Add support for Python 3.12
  • Update dependencies: talisker, Werkzeug
  • Remove unused direct dependencies that are used by talisker: gevent, jinja2, markupsafe, itsdangerous gevent, jinja2, markupsafe, itsdangerous

Upgrade notes

This version will require changes in the Dockerfile to use a virtual environment as this is mandatory for Python 3.12.

Here is an example of how to upgrade to 2.2.0: canonical/ubuntu.com@82f04d9

v2.1.0

Compare Source

Add compression of JS and CSS assets

v2.0.0

Compare Source

Pin to Flask 2.3.3
Update dependencies: jinja2, Werkzeug, markupsafe, itsdangerous


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link

@renovate renovate bot force-pushed the renovate/major-internal branch from 928104b to 6528a8c Compare January 23, 2025 15:13
@renovate renovate bot force-pushed the renovate/major-internal branch from 6528a8c to 3d49818 Compare February 12, 2025 13:26
@renovate renovate bot force-pushed the renovate/major-internal branch from 3d49818 to a1e68f7 Compare March 6, 2025 13:08
@renovate renovate bot force-pushed the renovate/major-internal branch from a1e68f7 to 12a1f51 Compare March 21, 2025 17:22
@renovate renovate bot force-pushed the renovate/major-internal branch from 12a1f51 to 034eb75 Compare April 11, 2025 14:13
@renovate renovate bot force-pushed the renovate/major-internal branch from 034eb75 to 79d6b0c Compare June 20, 2025 13:48
@renovate renovate bot force-pushed the renovate/major-internal branch from 79d6b0c to 6636427 Compare July 24, 2025 18:28
@renovate renovate bot force-pushed the renovate/major-internal branch from 6636427 to 6c1ded1 Compare August 1, 2025 09:10
@renovate renovate bot changed the title Update dependency canonicalwebteam.flask-base to v2 Update dependency canonicalwebteam.flask-base to v3 Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant