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

Deploy release v0.36.0 #719

Merged
merged 17 commits into from
Oct 3, 2024
Merged

Deploy release v0.36.0 #719

merged 17 commits into from
Oct 3, 2024

Commits on Oct 1, 2024

  1. chore: Bump actions/checkout in the production-dependencies group

    Bumps the production-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.7 to 4.2.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.7...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0e97585 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #715 from cordada/dependabot/github_actions/produc…

    …tion-dependencies-aa3137d618
    
    chore: Bump actions/checkout from 4.1.7 to 4.2.0 in the production-dependencies group
    jtrobles-cdd authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    318d19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae3f61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #717 from cordada/task/refactor-python-imports

    Refactor `cryptography.hazmat.*` Python imports
    jtrobles-cdd authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b39402e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix: Update cleaning regex to match RUTs with non-numeric digits

    - The regular expression in `get_subject_rut_from_certificate_pfx` caused the removal of all letters,
    including the letter K, from the RUTs.
    - It has been updated to a regex that includes the letter K in certain RUTs.
    - Added tests for RUTs that end with a `K`.
    - Added a guide named `howto.md`, which explains how to create a valid `.der` certificate.
      Based on the guide in `FD-CL-Data`
      [See](https://github.com/cordada/fd-cl-data/blob/ba85835e81c857acbcc0498751c21335591b17b5/test_data/apps/sii_auth/certificate_pfx/howto.md).
    
    Ref: #700
    Ref: https://app.shortcut.com/cordada/story/9821
    svillegas-cdd committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    421aca7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #716 from cordada/task/sc-9821-lib-cl-sii-python-r…

    …ut-cleaning-regex-breaks
    
    Update cleaning regex to match RUTs with non-numeric digits
    svillegas-cdd authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    878562e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. chore(deps): Bump tox in the development-dependencies group

    Bumps the development-dependencies group with 1 update:
    [tox](https://github.com/tox-dev/tox).
    
    Updates `tox` from 4.20.0 to 4.21.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.20.0...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jtrobles-cdd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    07d8731 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #710 from cordada/dependabot/pip/development-depen…

    …dencies-2854b9c656
    
    chore(deps): Bump tox from 4.20.0 to 4.21.0 in the development-dependencies group
    jtrobles-cdd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9f62ba1 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump django-filter from 24.2 to 24.3

    Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.2 to 24.3.
    - [Release notes](https://github.com/carltongibson/django-filter/releases)
    - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
    - [Commits](carltongibson/django-filter@24.2...24.3)
    
    ---
    updated-dependencies:
    - dependency-name: django-filter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    34e0971 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #711 from cordada/dependabot/pip/django-filter-24.3

    chore(deps): Bump django-filter from 24.2 to 24.3
    jtrobles-cdd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5d72df2 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump pytz from 2024.1 to 2024.2

    Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2.
    - [Release notes](https://github.com/stub42/pytz/releases)
    - [Commits](stub42/pytz@release_2024.1...release_2024.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytz
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    529c52f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #714 from cordada/dependabot/pip/pytz-2024.2

    chore(deps): Bump pytz from 2024.1 to 2024.2
    jtrobles-cdd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    882e8e1 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0

    Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.4.0 to 8.5.0.
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v8.4.0...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jtrobles-cdd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d2d1059 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #712 from cordada/dependabot/pip/importlib-metadat…

    …a-8.5.0
    
    chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0
    jtrobles-cdd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a8ab7e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d6e32f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f85510 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #718 from cordada/release/v0.36.0

    Release v0.36.0
    svillegas-cdd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    05e1f30 View commit details
    Browse the repository at this point in the history