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 all major dependencies #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
ansible (source) ==6.0.0 -> ==11.1.0 age adoption passing confidence major
ansible.netcommon 3.0.1 -> 7.1.0 age adoption passing confidence galaxy-collection major
json-schema-for-humans ==0.41.3 -> ==1.3.4 age adoption passing confidence major
netaddr (changelog) ==0.8.0 -> ==1.3.0 age adoption passing confidence major
pre-commit ==2.19.0 -> ==4.1.0 age adoption passing confidence major
pytest (changelog) ==7.1.2 -> ==8.3.4 age adoption passing confidence major
rich ==12.4.4 -> ==13.9.4 age adoption passing confidence major

Release Notes

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

v11.1.0

Compare Source

v11.0.0

Compare Source

v10.7.0

Compare Source

v10.6.0

Compare Source

v10.5.0

Compare Source

v10.4.0

Compare Source

v10.3.0

Compare Source

v10.2.0

Compare Source

v10.1.0

Compare Source

v10.0.1

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

v9.11.0

Compare Source

v9.10.0

Compare Source

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.0

Compare Source

v9.6.1

Compare Source

v9.5.1

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.0

Compare Source

v9.0.1

Compare Source

v8.7.0

Compare Source

v8.6.1

Compare Source

v8.6.0

Compare Source

v8.3.0

Compare Source

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.0

Compare Source

v7.7.0

Compare Source

v7.6.0

Compare Source

v7.5.0

Compare Source

v7.4.0

Compare Source

v7.1.0

Compare Source

v7.0.0

Compare Source

v6.7.0

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

v6.1.0

Compare Source

ansible-collections/ansible.netcommon (ansible.netcommon)

v7.1.0

Compare Source

======

Minor Changes

  • ansible.netcommon.persistent - Connection local is marked deprecated and all dependent collections are advised to move to a proper connection plugin, complete support of connection local will be removed in a release after 01-01-2027.

Bugfixes

  • Updated the error message for the content_templates parser to include the correct parser name and detailed error information.

Documentation Changes

  • Add a simple regexp match example for multiple prompt with multiple answers. This example could be used to for restarting a network device with a delay.

v7.0.0

Compare Source

======

Release Summary

Starting from this release, the minimum ansible-core version this collection requires is 2.15.0. The last known version compatible with ansible-core<2.15 is v6.1.3.

Major Changes

  • Bumping requires_ansible to >=2.15.0, since previous ansible-core versions are EoL now.

Bugfixes

  • Fix get api call during scp with libssh.
  • Handle sftp error messages for file not present for routerOS.

Known Issues

  • libssh - net_put and net_get fail when the destination file intended to be fetched is not present.

v6.1.3

Compare Source

======

Bugfixes

  • The v6.1.2 release introduced a change in cliconfbase's edit_config() signature which broke many platform cliconfs. This patch release reverts that change.

v6.1.2

Compare Source

======

Documentation Changes

  • Fixed module name and log consistency in parse_cli_textfsm filter doc.

v6.1.1

Compare Source

======

Bugfixes

  • Added guidance for users to open an issue for the respective platform if plugin support is needed.
  • Improved module execution to gracefully handle cases where plugin support is required, providing a clear error message to the user.

v6.1.0

Compare Source

======

Minor Changes

  • Add new module cli_restore that exclusively handles restoring of backup configuration to target applaince.

Bugfixes

New Modules

  • cli_restore - Restore device configuration to network devices over network_cli

v6.0.0

Compare Source

======

Release Summary

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. That last known version compatible with ansible-core<2.14 is v5.3.0.

Major Changes

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.

v5.3.0

Compare Source

======

Minor Changes

  • Add new module cli_backup that exclusively handles configuration backup.

Bugfixes

  • Fix attribute types from string to str in filter plugins.

v5.2.0

Compare Source

======

Minor Changes

Deprecated Features

  • libssh - the ssh_*_args options are now marked that they will be removed after 2026-01-01.

Bugfixes

New Plugins

Cliconf


- default - General purpose cliconf plugin for new platforms
coveooss/json-schema-for-humans (json-schema-for-humans)

v1.3.4

Compare Source

Bug Fixes

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes

v1.3.0

Compare Source

Features

v1.2.0

Compare Source

Features

1.1.1 (2024-11-29)

Bug Fixes
  • Deprecate minify CLI option (b428474)

v1.1.1

Compare Source

Bug Fixes
  • Deprecate minify CLI option (b428474)

v1.1.0

Compare Source

Features

1.0.4 (2024-11-27)

Bug Fixes

1.0.3 (2024-08-30)

Bug Fixes
  • new properties are ignored whith allOf using $ref (#​249) (7049af7)

1.0.2 (2024-05-16)

Bug Fixes
  • Fix for unstable enum description templating_utils.py (#​243) (c304af8)

1.0.1 (2024-05-06)

Bug Fixes

v1.0.4

Compare Source

Bug Fixes

v1.0.2

Compare Source

Bug Fixes
  • Fix for unstable enum description templating_utils.py (#​243) (c304af8)

v1.0.1

Compare Source

Bug Fixes

v1.0.0

Compare Source

v0.48

Compare Source

(Issue #​190) Now correctly display elements next to a $ref with reused nodes, e.g.:

{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "title": "Example",
  "properties": {
    "prop1": {
      "$ref": "#/$defs/a",
      "description": "Prop1",
      "examples": ["1"]
    },
    "prop2": {
      "$ref": "#/$defs/a",
      "description": "Prop2",
      "examples": ["2"]
    }
  },
  "$defs": {
    "a": {
      "type": "string",
      "maxLength": 5
    }
  }
}

Previously, prop2 would have been a link to prop1, hiding the different example for prop2.

This may increase the size of rendered schemas in certain situations.

v0.47.5

Compare Source

v0.47.4

Compare Source

v0.47.3

Compare Source

v0.47.2

Compare Source

v0.47.1

Compare Source

v0.47

Compare Source

v0.46.2

Compare Source

v0.46.1

Compare Source

v0.46

Compare Source

v0.45.3

Compare Source

v0.45.2

Compare Source

v0.45.1

Compare Source

v0.45

Compare Source

v0.44.8

Compare Source

v0.44.7

Compare Source

v0.44.6

Compare Source

v0.44.5

Compare Source

v0.44.4

Compare Source

v0.44.3

Compare Source

v0.44.2

Compare Source

v0.44.1

Compare Source

v0.44: Allow Special characters in HTML ids (anchor links)

Compare Source

With this release, nearly all characters are allowed to be used in anchor links.

This should be fine in all modern browsers as it is allowed in the HTML5 specification.

Now links to property in non-ASCII script will be a lot more readable. For example, http://www.example.com/schema.html#名前 instead of http://www.example.com/schema.html#a\_\_. Collisions are also way less frequent.

See #​178 for all details.

Revert to the old behavior

If you prefer to stick with the old anchor links (to keep your existing links working or for use in very old browsers), you can do so by setting the config parameter old_anchor_links to true.

Forbidden characters

  • All whitespaces are replaced by _
  • ", ', \, #, ?, and & are removed without a replacement

v0.43.1

Compare Source

v0.43

Compare Source

v0.42.1

Compare Source

v0.42

Compare Source

v0.41.13

Compare Source

v0.41.12

Compare Source

v0.41.11

Compare Source

v0.41.10

Compare Source

v0.41.9

Compare Source

v0.41.8

Compare Source

v0.41.7

Compare Source

v0.41.6

Compare Source

v0.41.5

Compare Source

v0.41.4

Compare Source

netaddr/netaddr (netaddr)

v1.3.0

Compare Source

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-1-3-0
Commits: netaddr/netaddr@1.2.1...1.3.0

v1.2.1

Compare Source

Contains 1.2.0 and 1.2.1 changes

https://netaddr.readthedocs.io/en/latest/changes.html#release-1-2-0
https://netaddr.readthedocs.io/en/latest/changes.html#release-1-2-1

v1.2.0

Compare Source

v1.1.0

Compare Source

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-1-1-0
Commits: netaddr/netaddr@1.0.0...1.1.0

v1.0.0

Compare Source

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0
Commits: netaddr/netaddr@0.10.1...1.0.0

v0.10.1

Compare Source

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-1
Commits: netaddr/netaddr@0.10.0...0.10.1

v0.10.0

Compare Source

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0
Commits: netaddr/netaddr@0.9.0...0.10.0

v0.9.0

Compare Source

Date: 2023-09-18

Added:

  • Add hash capabilities to OUI (#​225, amitmi704)

Fixed:

  • Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP
    address in point-to-point subnets) ($267, Damien Claisse)
  • Technically backwards incompatible: Fix for is_loopback behaviour – consider
    IPNetwork('::1/128') to be loopback (#​222, #​223, niels)
  • Include tutorials in source distributions (#​215, Louis Sautier)
  • Fix a documentation typo (#​242, Wouter)
  • Fix print syntax in the documentation to be Python 3 compatible (#​221, François Magimel)
  • Fix the Sphinx syntax in the documentation (#​220, François Magimel)

Other:

  • Update the databases (#​266, Jakub Stasiak)
  • Deprecate Python 3.6 (#​263, Jakub Stasiak)
  • Eliminate unnecessary evals (#​228, KOLANICH)

Full changelog: netaddr/netaddr@0.8.0...0.9.0

pre-commit/pre-commit (pre-commit)

v4.1.0

Compare Source

==================

Features
Fixes

v4.0.1

Compare Source

==================

Fixes

v4.0.0

Compare Source

==================

Features
Migrating

v3.8.0

Compare Source

==================

Features

v3.7.1

Compare Source

==================

Fixes

v3.7.0

Compare Source

==================

Features
  • Use a tty for docker and docker_image hooks when --color is specified.
Fixes
Updating
  • The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0
    behaviour, add fail_fast: true to all hooks before the last fail_fast
    hook.

v3.6.2

Compare Source

==================

Fixes

v3.6.1

Compare Source

==================

Fixes

v3.6.0

Compare Source

==================

Features
Fixes
Updating

v3.5.0

Compare Source

==================

Features
Fixes
Migrating

v3.4.0

Compare Source

==================

Features
Fixes

v3.3.3

Compare Source

==================

Fixes

v3.3.2

Compare Source

==================

Fixes

v3.3.1

Compare Source

==================

Fixes

v3.3.0

Compare Source

==================

Features

v3.2.2

Compare Source

==================

Fixes

v3.2.1

Compare Source

==================

Fixes

v3.2.0

Compare Source

==================

Features
Fixes

v3.1.1

Compare Source

==================

Fixes
  • Fix rust with language_version and a non-writable ho

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-major-updates branch 4 times, most recently from 6812a6a to 67e1a60 Compare October 5, 2024 19:44
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from 437bf6f to 4ef3841 Compare October 8, 2024 22:36
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 4ef3841 to 1923917 Compare October 22, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from a1025b2 to 33fcccb Compare November 5, 2024 19:44
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 33fcccb to 3028afe Compare November 19, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-major-updates branch 6 times, most recently from 508da3b to 3feb4ba Compare December 3, 2024 19:32
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 3feb4ba to 50a38ab Compare December 6, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 50a38ab to 720ca24 Compare January 20, 2025 21:32
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.

0 participants