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

Fix the release mechanism #244

Merged
merged 17 commits into from
Sep 5, 2023
Merged

Fix the release mechanism #244

merged 17 commits into from
Sep 5, 2023

Commits on Aug 21, 2023

  1. Fix the release mechanism

    enolfc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    773e25e View commit details
    Browse the repository at this point in the history
  2. Improve yaml files

    enolfc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6aaced2 View commit details
    Browse the repository at this point in the history
  3. Better yamls

    enolfc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0e58947 View commit details
    Browse the repository at this point in the history
  4. Fix release

    enolfc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    16b0af0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Bump actions/download-artifact from 2 to 3

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    042aae8 View commit details
    Browse the repository at this point in the history
  2. Bump github/super-linter from 4 to 5

    Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5.
    - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
    - [Commits](github/super-linter@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: github/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d130a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b4c3a View commit details
    Browse the repository at this point in the history
  4. Bump actions/upload-artifact from 2 to 3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c31b5e7 View commit details
    Browse the repository at this point in the history
  5. Bump actions/setup-python from 2 to 4

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bda2962 View commit details
    Browse the repository at this point in the history
  6. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e79c97e View commit details
    Browse the repository at this point in the history
  7. Update bandit requirement from <=1.6.2,>=1.1.0 to >=1.1.0,<=1.7.5

    Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/bandit/releases)
    - [Commits](PyCQA/bandit@1.1.0...1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: bandit
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    29d4022 View commit details
    Browse the repository at this point in the history
  8. Add timeouts to requests

    enolfc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a527ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix linter issues

    enolfc committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b86f4e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Simplify release process

    And remove deprecated action
    enolfc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2aeb6d3 View commit details
    Browse the repository at this point in the history
  2. Fix release

    enolfc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8b51348 View commit details
    Browse the repository at this point in the history
  3. Fix debian name

    enolfc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    172856a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    751494d View commit details
    Browse the repository at this point in the history