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 #17

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
ansible (source) 9.5.1 -> 9.6.1 age adoption passing confidence dependencies minor
ansible-lint (changelog) 24.2.3 -> 24.6.0 age adoption passing confidence dependencies minor
hashicorp/terraform (source) 1.8.2 -> 1.8.5 age adoption passing confidence patch
oci (source) 5.39.0 -> 5.45.0 age adoption passing confidence required_provider minor
oci-cli 3.40.1 -> 3.43.0 age adoption passing confidence dependencies minor
poetry (source, changelog) 1.8.2 -> 1.8.3 age adoption passing confidence patch

Release Notes

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

v9.6.1

Compare Source

v9.6.0

Compare Source

ansible/ansible-lint (ansible-lint)

v24.6.0

Compare Source

Enhancements

Bugfixes

v24.5.0

Compare Source

Enhancements
Bugfixes
hashicorp/terraform (hashicorp/terraform)

v1.8.5

Compare Source

1.8.5 (June 5, 2024)

BUG FIXES:

  • terraform test: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. (#​35172)

v1.8.4

Compare Source

1.8.4 (May 22, 2024)

BUG FIXES:

  • core: Fix exponential slowdown in some cases when modules are using depends_on. (#​35157)
  • import blocks: Fix bug where resources with nested, computed, and optional id attributes would fail to generate configuration. (#​35220)
  • Updated to new golang.org/x/net release, which addressed CVE-2023-45288 (#​35165)

v1.8.3

Compare Source

1.8.3 (May 8, 2024)

BUG FIXES:

  • terraform test: Providers configured within an overridden module could panic. (#​35110)
  • core: Fix crash when a provider incorrectly plans a nested object when the configuration is null (#​35090)
oracle/terraform-provider-oci (oci)

v5.45.0

Compare Source

Added
  • Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby
    examples and tests
  • Support for GoldenGate - Resource Locking
  • Support for Add DB2 deployment and additional connection types (R5)
Bug Fix
  • Fix function batching terraform bug
  • Capacity Management Breaking change fix

v5.44.0

Compare Source

Added
  • Support for Fix missing TLSv1.3 protocol documentation from Load Balancer provider
  • Support for OS Patching in Batch API Design
  • Support for Java Management Service API enhancements to support SPLAT tagstore feature (API only)
  • Support for Database Management : Standby Database Monitoring.
  • Added golang and plug-in SDK version upgrade
Bug Fix
  • fix dbHome deletion and CEI polling workrequest.

v5.43.0

Compare Source

Added
  • Support for ODSC - Nested Resource Principal Support
  • Support for ODSC - Pipelines v2
  • Create_management resource for set baseline for Security Assessment and User Assessment in Data Safe
  • Support for CloudGuard - Container Workload Integrationn
  • Support for OS Management Hub - OCI Instance Support & ALX Support
  • VCNIP Provide IP Inventory view and IP Utilization alerts
  • Support for ExaDB-C@C Resize of Local Files Systems (non /u02)
  • Support for [DMS] Fixing AWS_S3 issue in the example file
  • Support for OCI NLB Proxy Protocol Support
  • Support for Email Delivery: Custom Return Path API
    session resumption support for LB
  • Support for OS Management Hub - OCI Instance Support & ALX Support
  • Create_management resource for Masking Report in Data Safe
Bug Fix
  • API_KEY_UPDATE
  • purge_trigger and purge_queue bugs in Queue provider
  • revert Devops Deploy Deployment Execution Progress
  • fix oci_log_analytics_namespace import issue

v5.42.0

Compare Source

Added
  • VCNIP Provide IP Inventory view and IP Utilization alerts
  • Support for ExaDB-C@C Resize of Local Files Systems (non /u02)
  • Support for [DMS] Fixing AWS_S3 issue in the example file
  • Support for OCI NLB Proxy Protocol Support
  • Support for Email Delivery: Custom Return Path API
    session resumption support for LB
  • Support for OS Management Hub - OCI Instance Support & ALX Support
  • Create_management resource for Masking Report in Data Safe
Bug Fix
  • fix oci_log_analytics_namespace import issue

v5.41.0

Compare Source

Added
  • Support for ExaDB-D@D Resize of Local Files Systems (non /u02)
  • Support for adding pause step in DR Plan
  • Support for Load Balancer LSE Prevention: Delete Protection, backend Max Connections, and Listener Max Connections

v5.40.0

Compare Source

Added
  • Support for Database Management : Support ExaCC databases Fixed merge conflicts
  • Support for New Features: Network Security Group support in ZRCV cloud service
  • Support for Data Safe - Pre masking health check
  • Support for Ability to set Unified Auditing option for Create DBHome | ExaDB-D
  • Fixed AWS_S3 migrations bug, update resource issue with the optional atributes and documentation added
    OKE Workload Identity Auth support
python-poetry/poetry (poetry)

v1.8.3

Compare Source

Added
  • Add support for untagged CPython builds with versions ending with a + (#​9207).
Changed
  • Require pkginfo>=1.10 to ensure support for packages with metadata version 2.3 (#​9130).
  • Improve locking on FIPS systems (#​9152).
Fixed
  • Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies (#​9203, #​9226).
  • Fix an issue where trailing slashes in git URLs where not handled correctly (#​9205).
  • Fix an issue where poetry self commands printed a warning that the current project cannot be installed (#​9302).
  • Fix an issue where poetry install sporadically failed with a KeyError due to a race condition (#​9335).
Docs
  • Fix incorrect information about poetry shell (#​9060).
  • Add a git subdirectory example to poetry add (#​9080).
  • Mention interactive credential configuration (#​9074).
  • Add notes for optional advanced installation steps (#​9098).
  • Add reference to configuration credentials in documentation of poetry publish (#​9110).
  • Improve documentation for configuring credentials via environment variables (#​9121).
  • Remove misleading wording around virtual environments (#​9213).
  • Remove outdated advice regarding seeding keyring backends (#​9164).
  • Add a pyproject.toml example for a dependency with multiple extras (#​9138).
  • Clarify help of poetry add (#​9230).
  • Add a note how to configure credentials for TestPyPI for poetry publish (#​9255).
  • Fix information about the --readme option in poetry new (#​9260).
  • Clarify what is special about the Python constraint in dependencies (#​9256).
  • Update how to uninstall plugins via pipx (#​9320).

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 4 times, most recently from 074700f to d3e1c51 Compare June 5, 2024 10:19
@renovate renovate bot force-pushed the renovate/configuration-management-dependencies branch from d3e1c51 to 658289d Compare June 6, 2024 08:26
@AlexTMjugador AlexTMjugador merged commit 6567f63 into master Jun 8, 2024
4 checks passed
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