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(deps): update configuration management dependencies #8

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
ansible (source) 8.5.0 -> 8.6.1 age adoption passing confidence dependencies minor
ansible-lint (changelog) 6.21.1 -> 6.22.1 age adoption passing confidence dependencies minor
hashicorp/terraform 1.6.2 -> 1.6.5 age adoption passing confidence patch
oci (source) 5.18.0 -> 5.21.0 age adoption passing confidence required_provider minor
oci-cli 3.36.0 -> 3.37.0 age adoption passing confidence dependencies minor
poetry (source, changelog) 1.6.1 -> 1.7.1 age adoption passing confidence minor

Release Notes

ansible-community/ansible-build-data (ansible)

v8.6.1

Compare Source

v8.6.0

Compare Source

ansible/ansible-lint (ansible-lint)

v6.22.1

Compare Source

Bugfixes

v6.22.0

Compare Source

Minor Changes

Bugfixes

hashicorp/terraform (hashicorp/terraform)

v1.6.5

Compare Source

1.6.5 (November 29, 2023)

BUG FIXES:

  • backend/s3: Fixes parsing errors in shared config and credentials files. (#​34313)
  • backend/s3: Fixes error with AWS SSO when using FIPS endpoints. (#​34313)

v1.6.4

Compare Source

1.6.4 (November 15, 2023)

ENHANCEMENTS:

  • backend/s3: Add the parameter endpoints.sso to allow overriding the AWS SSO API endpoint. (#​34195)

BUG FIXES:

  • terraform test: Fix bug preventing passing sensitive output values from previous run blocks as inputs to future run blocks. (#​34190)
  • backend/s3: Add https_proxy and no_proxy parameters to allow fully specifying proxy configuration (#​34243)

v1.6.3

Compare Source

1.6.3 (November 1, 2023)

ENHANCEMENTS:

  • backend/s3: Adds the parameter skip_s3_checksum to allow users to disable checksum on S3 uploads for compatibility with "S3-compatible" APIs. (#​34127)
oracle/terraform-provider-oci (oci)

v5.21.0

Compare Source

Added
  • Support for BM Capacity API for customers with dedicated capacity
    test improvements for postgresql service
  • Support for BDS Certificate Management - API ONLY Changes
  • Support for IdentityDomains/IDCS API - Phase 3
Bug Fix
  • core ipsec tunnels
  • Analytics - fix for AOAC-60112 change on network_security_group_ids attribute for oci_analytics_analytics_instance resource forces replacement

v5.20.0

Compare Source

Added
  • Support for Java Management Service 8.0 - Java Download Component
  • Support for Reorganize Terraform ExaCC example folder
  • Support for Create _management resources for auto created Auditing resources in Data Safe
  • Support for Add Standby ACDs / Enable AuDG | ADB-D
  • Support for Java Management Service 8.0
  • Support for GoldenGate Additional Connection Types R4
Bug Fix

Update startCredentialRotation and completeCredentialRotation resource for failed scenario to get error msg from workflow

v5.19.0

Compare Source

Added
  • Support for Full Stack Disaster Recovery Service: Test standby
  • Support for Baseline and Anomaly Detection in Stack Monitoring
  • Support for DBM : Support MySQL Database Service
  • Support for Stack Monitoring: Metric Extensions
  • Support for Advanced SKU
  • Support for MDS: Integrate with Database Management Service
  • Stack Monitoring: Extensibility Support
  • Support for Extend the OS Management service to manage systems in OCI Compute, in customer data centers, and in 3rd party clouds.
  • Support for DB firewall support in Data Safe
python-poetry/poetry (poetry)

v1.7.1

Compare Source

Fixed
  • Fix an issue where sdists that call CLI tools of their build requirements could not be installed (#​8630).
  • Fix an issue where sdists with symlinks could not be installed due to a broken tarfile datafilter (#​8649).
  • Fix an issue where poetry init failed when trying to add dependencies (#​8655).
  • Fix an issue where poetry install failed if virtualenvs.create was set to false (#​8672).

v1.7.0

Compare Source

Added
  • Add official support for Python 3.12 (#​7803, #​8544).
  • Print a future warning that poetry-plugin-export will not be installed by default anymore (#​8562).
  • Add poetry-install pre-commit hook (#​8327).
  • Add --next-phase option to poetry version (#​8089).
  • Print a warning when overwriting files from another package at installation (#​8386).
  • Print a warning if the current project cannot be installed (#​8369).
  • Report more details on build backend exceptions (#​8464).
Changed
  • Set Poetry as user-agent for all HTTP requests (#​8394).
  • Do not install setuptools per default in Python 3.12 (#​7803).
  • Do not install wheel per default (#​7803).
  • Remove setuptools and wheel when running poetry install --sync if they are not required by the project (#​8600).
  • Improve error message about PEP-517 support (#​8463).
  • Improve keyring handling (#​8227).
  • Read the description field when extracting metadata from setup.py files (#​8545).
Fixed
  • Fix an issue where dependencies of inactive extras were locked and installed (#​8399).
  • Fix an issue where build requirements were not installed due to a race condition in the artifact cache (#​8517).
  • Fix an issue where packages included in the system site packages were installed even though virtualenvs.options.system-site-packages was set (#​8359).
  • Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly (#​8020).
  • Fix an issue where a failed installation of build dependencies was not noticed directly (#​8479).
  • Fix an issue where poetry shell did not work completely with nushell (#​8478).
  • Fix an issue where a confusing error messages was displayed when running poetry config pypi-token.pypi without a value (#​8502).
  • Fix an issue where a cryptic error message is printed if there is no metadata entry in the lockfile (#​8523).
  • Fix an issue with the encoding with special characters in the virtualenv's path (#​8565).
  • Fix an issue where the connection pool size was not adjusted to the number of workers (#​8559).
Docs
  • Improve the wording regarding a project's supported Python range (#​8423).
  • Make pipx the preferred (first mentioned) installation method (#​8090).
  • Add a warning about poetry self on Windows (#​8090).
  • Fix example for poetry add with a git dependency (#​8438).
  • Add information about auto-included files in wheels and sdist (#​8555).
  • Fix documentation of the POETRY_REPOSITORIES_ variables docs (#​8492).
  • Add CITATION.cff file (#​8510).
poetry-core (1.8.1)
  • Add support for creating packages dynamically in the build script (#​629).
  • Improve marker logic for extra markers (#​636).
  • Update list of supported licenses (#​635, #​646).
  • Fix an issue where projects with extension modules were not installed in editable mode (#​633).
  • Fix an issue where the wrong or no lib folder was added to the wheel (#​634).
poetry-plugin-export (^1.6.0)
  • Add an --all-extras option (#​241).
  • Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash (#​213).

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/configuration-management-dependencies branch from 65f77ee to 5fe15f7 Compare December 3, 2023 11:02
@renovate renovate bot force-pushed the renovate/configuration-management-dependencies branch from 5fe15f7 to d7b1446 Compare December 4, 2023 15:57
@AlexTMjugador AlexTMjugador merged commit e8d31b2 into master Dec 4, 2023
4 checks passed
@renovate renovate bot deleted the renovate/configuration-management-dependencies branch December 4, 2023 20:17
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