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

Release v2.7.99 #6

Merged
merged 8 commits into from
Oct 11, 2023
Merged

Release v2.7.99 #6

merged 8 commits into from
Oct 11, 2023

Commits on Oct 9, 2023

  1. prepare to new version

    azhavoro committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e0ea6d2 View commit details
    Browse the repository at this point in the history
  2. Release v2.7.5

    nmanovic committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3255b09 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Persist image filters across jobs (cvat-ai#6953)

    <!-- Raise an issue to propose your change
    (https://github.com/opencv/cvat/issues).
    It helps to avoid duplication of efforts from multiple independent
    contributors.
    Discuss your ideas with maintainers to be sure that changes will be
    approved and merged.
    Read the [Contribution
    guide](https://opencv.github.io/cvat/docs/contributing/). -->
    
    <!-- Provide a general summary of your changes in the Title above -->
    
    ### Motivation and context
    <!-- Why is this change required? What problem does it solve? If it
    fixes an open
    issue, please link to the issue here. Describe your changes in detail,
    add
    screenshots. -->
    
    ### How has this been tested?
    <!-- Please describe in detail how you tested your changes.
    Include details of your testing environment, and the tests you ran to
    see how your change affects other areas of the code, etc. -->
    
    ### Checklist
    <!-- Go over all the following points, and put an `x` in all the boxes
    that apply.
    If an item isn't applicable for some reason, then ~~explicitly
    strikethrough~~ the whole
    line. If you don't do that, GitHub will show incorrect progress for the
    pull request.
    If you're unsure about any of these, don't hesitate to ask. We're here
    to help! -->
    - [ ] I submit my changes into the `develop` branch
    - [ ] I have created a changelog fragment <!-- see top comment in
    CHANGELOG.md -->
    - [ ] I have updated the documentation accordingly
    - [ ] I have added tests to cover my changes
    - [ ] I have linked related issues (see [GitHub docs](
    
    https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))
    - [ ] I have increased versions of npm packages if it is necessary
    
    ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning),
    
    [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning),
    
    [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning)
    and
    
    [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning))
    
    ### License
    
    - [ ] I submit _my code changes_ under the same [MIT License](
    https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the
    project.
      Feel free to contact the maintainers if that's a concern.
    klakhov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6ce88d3 View commit details
    Browse the repository at this point in the history
  2. Update README for REST API tests (cvat-ai#6971)

    Kirill Sizov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fceeeeb View commit details
    Browse the repository at this point in the history
  3. [Snyk] Security upgrade opencv-python-headless from 4.5.5.62 to 4.8.1…

    ….78 (cvat-ai#6931)
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: Roman Donchenko <roman@cvat.ai>
    3 people committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ae9cc2e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add a GitHub workflow to prepare a release pull request (cvat-ai#6972)

    This automates the first half of the current release process. The second
    half will be implemented by another workflow.
    
    The reason why it can't all be done in a single workflow is that it's
    useful to let developers inspect what'll go into the release before
    actually publishing it, and to apply any last-minute fixes, if
    necessary. It also allows CI to complete for the release PR.
    
    To support the new workflow, add a `--set` option to `update_version.py`
    that sets the version to a custom value.
    SpecLad committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    43181a0 View commit details
    Browse the repository at this point in the history
  2. Add a GitHub workflow for finalizing a release

    This automates the second half of the release process (the first being
    automated by `prepare-release.yml`). After this workflow completes, the only
    action that should remain for the releaser to do is to merge the
    `dev-release-*` pull request. We can't do that as part of this workflow,
    because CI has to finish first, and it seems pointless to create another
    workflow just to merge 1 PR.
    
    Make the release notes extraction process more sophisticated to work around
    GitHub's frustrating handling of line breaks in PR and release
    descriptions.
    SpecLad committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    86aed62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b81ce4 View commit details
    Browse the repository at this point in the history