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

Release 4.1.0 #258

Merged
merged 17 commits into from
Oct 23, 2024
Merged

Release 4.1.0 #258

merged 17 commits into from
Oct 23, 2024

Conversation

scetron
Copy link
Contributor

@scetron scetron commented Oct 18, 2024

Release Overview

  • Added Python 3.12 Support
  • Updated SSoT support to 3.0
  • Added support for HP Comware for sync_devices job
  • Added ability to use the FQDN of the device instead of the IP
  • Fixed some other small issues

v4.1.0 (2024-10-21)

Added

  • #231 - Added Python 3.12 support.
  • #249 - Added raw parser choice to skip jpath extraction.
  • #249 - Added initial hp_comware support for sync_devices job.

Fixed

  • #192 - Fixes lack of logging of certain termination based failures.
  • #217 - Removed secrets-provider app dependency.
  • #217 - Removed python-tss-sdk dependency.
  • #218 - Replaced all instances of emoji shortcodes with the unicode characters so they render correctly in docs.
  • #238 - Added a fix for mtu as an integer rather than a string.
  • #241 - Fixed Multiple RE support to Juniper parsing logic.
  • #261 - Add general exception handling when loading interfaces into a DiffSync model.

Dependencies

  • #235 - Updated Nautobot App SSoT to v3.0.0.
  • #235 - Pinned griffe to v1.1.1.

Housekeeping

  • #0 - Rebaked from the cookie nautobot-app-v2.4.0.
  • #216 - Rebake using 2.3 Nautobot-App-Cookiecutter.
  • #231 - Rebaked from the cookie nautobot-app-v2.3.2.

scetron and others added 10 commits August 27, 2024 22:55
* Cookie updated by NetworkToCode Cookie Drift Manager Tool

Template:

```
{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "refs/tags/nautobot-app-v2.3.2",
    "path": null
}
```

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-app-device-onboarding.git",
    "path": "/tmp/tmpez7eu0wn/nautobot-app-device-onboarding",
    "repository_path": "/tmp/tmpez7eu0wn/nautobot-app-device-onboarding",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@mzbroch @scetron @glennmatthews @chadell",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "app_name": "nautobot_device_onboarding",
        "verbose_name": "Device Onboarding",
        "app_slug": "nautobot-device-onboarding",
        "project_slug": "nautobot-app-device-onboarding",
        "repo_url": "https://github.com/nautobot/nautobot-app-device-onboarding",
        "base_url": "nautobot-device-onboarding",
        "min_nautobot_version": "2.0.3",
        "max_nautobot_version": "2.9999",
        "camel_name": "NautobotDeviceOnboarding",
        "project_short_description": "Device Onboarding",
        "model_class_name": "None",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/device-onboarding/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmpez7eu0wn",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.3.2"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "32dbed28878e65887bfd9bd5601a0d4c5b5220e8",
    "draft": true
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "",
    "template_dir": "",
    "template_ref": "refs/tags/nautobot-app-v2.3.2",
    "pull_request": null,
    "post_action": [],
    "disable_post_actions": false,
    "draft": null
}
```

* fix drift manager

* changelog

* lockfile

* pylint

* fix ci

* disable mysql test

* Update invoke.example.yml

---------

Co-authored-by: bakebot <[email protected]>
Co-authored-by: Gary Snider <[email protected]>
* multi-RE junos fix
* junos jpath updates, new unittest for junos EX device
* fix incorrect changes
* fix file permission
* add srx test
* more revamps for juniper to not caputure hidden internal interfaces
* update more test
* fixed 241
… hp_comware (#250)

* add first attempt at comware
* add raw parser and force to fake json payload
* fix new raw parser type
* fix comware yaml file
* add raw parser and add new sync devices platform hp_comware
* add raw parser docs
* fix connection and timeout failures not showing in job results
* fix logging
* Cookie updated by NetworkToCode Cookie Drift Manager Tool
* fix lockfile
* fix badge url
* add docs url

---------

Co-authored-by: bakebot <[email protected]>
Co-authored-by: Gary Snider <[email protected]>
.github/CODEOWNERS Outdated Show resolved Hide resolved
docs/admin/release_notes/version_4.0.md Outdated Show resolved Hide resolved
@scetron scetron changed the title Release 4.0.2 Release 4.1.0 Oct 21, 2024
Copy link
Contributor

@glennmatthews glennmatthews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't really comment on the functional changes, and I assume the generic cookiecutter changes are correct. Just a couple more nits on the docs.

docs/admin/release_notes/version_4.1.md Show resolved Hide resolved
docs/admin/release_notes/version_4.1.md Show resolved Hide resolved
scetron and others added 4 commits October 22, 2024 08:31
@scetron scetron merged commit e32cbc7 into main Oct 23, 2024
14 checks passed
@scetron scetron deleted the scetron/prepare-4.0.2 branch October 23, 2024 13:31
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.

7 participants