Skip to content

Conversation

@renovate
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 -> ==12.1.0 age adoption passing confidence major
ansible.netcommon 3.0.1 -> 8.1.0 age adoption passing confidence galaxy-collection major
json-schema-for-humans ==0.41.3 -> ==1.4.1 age adoption passing confidence major
netaddr (changelog) ==0.8.0 -> ==1.3.0 age adoption passing confidence major
pre-commit ==2.19.0 -> ==4.3.0 age adoption passing confidence major
pytest (changelog) ==7.1.2 -> ==8.4.2 age adoption passing confidence major
rich ==12.4.4 -> ==14.2.0 age adoption passing confidence major

Release Notes

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

v12.1.0

Compare Source

v12.0.0

Compare Source

v11.11.0

Compare Source

v11.10.0

Compare Source

v11.9.0

Compare Source

v11.8.0

Compare Source

v11.7.0

Compare Source

v11.6.0

Compare Source

v11.5.0

Compare Source

v11.4.0

Compare Source

v11.3.0

Compare Source

v11.2.0

Compare Source

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)

v8.1.0

Compare Source

======

Minor Changes

  • Changes to supplement direct execution of Ansible module in validate_config(utils.py) and _patch_update_module(network.py) added.
  • Override new 2.19.1+ AnsibleModule._record_module_result hook in network action plugin to bypass module result serialization when direct execution is enabled

Bugfixes

  • Improved error handling in DirectExecutionModule._record_module_result method for better compatibility with core<=2.18

v8.0.1

Compare Source

======

Bugfixes

  • (#​633) Fixed typo in ansible.netcommon.telnet parameter crlf (was clrf by mistake)
  • netconf - Adds check for netconf session_close RPC happens only if connection is alive.

v8.0.0

Compare Source

======

Release Summary

With this release, the minimum required version of ansible-core for this collection is 2.16.0. The last version known to be compatible with ansible-core versions below 2.16 is v7.2.0.

Major Changes

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

v7.2.0

Compare Source

======

Minor Changes

  • Exposes new libssh options to configure publickey_accepted_algorithms and hostkeys. This requires ansible-pylibssh v1.1.0 or higher.

Deprecated Features

  • Added deprecation warnings for the above plugins, displayed when running respective filter plugins.
  • parse_cli_textfsm filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use ansible.utils.cli_parse with the ansible.utils.textfsm_parser parser as a replacement.
  • parse_cli filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use ansible.utils.cli_parse as a replacement.
  • parse_xml filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use ansible.utils.cli_parse with the ansible.utils.xml_parser parser as a replacement.

Bugfixes

  • libssh connection plugin - stop using long-deprecated and now removed internal field from ansible-core's base connection plugin class (#​522, #​690, #​691).

Documentation Changes

  • Includes a new support related section in the README.

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.
coveooss/json-schema-for-humans (json-schema-for-humans)

v1.4.1

Compare Source

Bug Fixes

v1.4.0

Compare Source

Bug Fixes
  • Markdown: Fix rendering of deprecated properties in MD (#​295) (0d9c320)
Features
  • Support for deprecated keyword (e1cccc9)

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

Features

1.1.1 (2024-11-29)

Bug Fixes
  • Deprecate minify CLI option (b428474)

v1.1.0

Compare Source

Features

1.1.1 (2024-11-29)

Bug Fixes
  • Deprecate minify CLI option (b428474)

v1.0.4

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.2

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.1

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.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

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.3.0

Compare Source

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

Features

v4.2.0

Compare Source

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

Features
  • For language: python first attempt a versioned python executable for
    the default language version before consulting a potentially unversioned
    sys.executable.
Fixes

v4.1.0

Compare Source

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

Features
Fixes

v4.0.1

Compare Source

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

Fixes

v4.0.0

Compare Source

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

Features
Migrating
  • language: python_venv has been removed -- use `lang

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
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 720ca24 to 0138616 Compare January 28, 2025 20:59
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from 06ed3f7 to 0d59507 Compare March 2, 2025 13:38
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from 4487ff0 to ae8ab49 Compare March 25, 2025 22:21
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from 3a6ce5c to ef2b0fe Compare March 30, 2025 14:58
@renovate renovate bot force-pushed the renovate/all-major-updates branch from ef2b0fe to ed8a8f2 Compare April 14, 2025 08:00
@renovate renovate bot force-pushed the renovate/all-major-updates branch from ed8a8f2 to 5ba55fe Compare April 22, 2025 20:00
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 5ba55fe to ef6c2a2 Compare May 9, 2025 18:32
@renovate renovate bot force-pushed the renovate/all-major-updates branch from ef6c2a2 to f54a5ec Compare May 20, 2025 22:27
@renovate renovate bot force-pushed the renovate/all-major-updates branch from f54a5ec to 41aa333 Compare June 2, 2025 18:20
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from da60bae to a5d6199 Compare June 18, 2025 07:57
@renovate renovate bot force-pushed the renovate/all-major-updates branch from a5d6199 to a4f8b93 Compare July 2, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-major-updates branch from a4f8b93 to e11e7ee Compare July 16, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-major-updates branch from e11e7ee to 70607a1 Compare July 25, 2025 13:14
@renovate renovate bot force-pushed the renovate/all-major-updates branch 3 times, most recently from 05bf56c to 0611d0b Compare August 14, 2025 15:12
@renovate renovate bot force-pushed the renovate/all-major-updates branch 2 times, most recently from 4a78010 to f4403b3 Compare September 9, 2025 18:06
@renovate renovate bot force-pushed the renovate/all-major-updates branch from f4403b3 to 7115d46 Compare October 7, 2025 17:49
@renovate renovate bot force-pushed the renovate/all-major-updates branch from 7115d46 to a4608c0 Compare October 9, 2025 15:33
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