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

Provide guidance when updating/downgrading versions #2436

Open
fridex opened this issue Aug 4, 2023 · 0 comments
Open

Provide guidance when updating/downgrading versions #2436

fridex opened this issue Aug 4, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@fridex
Copy link
Contributor

fridex commented Aug 4, 2023

Problem statement

I, as a developer, would like to know any information when updating or downgrading a package. This information can involve info from a changelog or so. This could involve static source code analysis but also other parts.

Proposal description

Add a new feature to prescriptions that would allow declaring what to report to users. A high level example:

name: ExampleUnit
type: update.step
should_include:
  adviser_pipeline: true
match:
- package_version:
    name: flask
    version: "==2.1.0"
    index_url: https://pypi.org/simple
run:
  stack_info:
  - type: INFO
    message: safe_join is removed, use werkzeug.utils.safe_join instead
    link: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-1-0
@fridex fridex added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant