Skip to content

Commit

Permalink
Merge pull request #318 from nautobot/release-4.2.1
Browse files Browse the repository at this point in the history
Release 4.2.1
  • Loading branch information
scetron authored Feb 11, 2025
2 parents 97d1d57 + d873f78 commit 99d8363
Show file tree
Hide file tree
Showing 8 changed files with 298 additions and 268 deletions.
1 change: 0 additions & 1 deletion changes/306.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/307.dependencies

This file was deleted.

1 change: 0 additions & 1 deletion changes/311.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/313.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/315.housekeeping

This file was deleted.

22 changes: 20 additions & 2 deletions docs/admin/release_notes/version_4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,26 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## Release Overview

- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
- [#200](https://github.com/nautobot/nautobot-app-device-onboarding/issues/200) - Added basic connectivity checker using Netutils tcp_ping method.
- [#274](https://github.com/nautobot/nautobot-app-device-onboarding/issues/274) - Added TTP Parser support.
- [#274](https://github.com/nautobot/nautobot-app-device-onboarding/issues/274) - Added Sync Device from Network support for Palo Alto Panos.

## [v4.2.1 (2025-02-11)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.2.1)

### Fixed

- [#306](https://github.com/nautobot/nautobot-app-device-onboarding/issues/306) - Fixed error with logging message in SyncNetworkDataIPAddress.update()
- [#311](https://github.com/nautobot/nautobot-app-device-onboarding/issues/311) - Fixed issue with Lags, VRFs and Untagged Vlans not being removed from interfaces
- [#313](https://github.com/nautobot/nautobot-app-device-onboarding/issues/313) - Fixed issue running a sync job via CSV would raise an exception.

### Dependencies

- [#307](https://github.com/nautobot/nautobot-app-device-onboarding/issues/307) - Updated ntc-templates to 7.x

### Housekeeping

- [#315](https://github.com/nautobot/nautobot-app-device-onboarding/issues/315) - Added fake SSH devices to tests to increase coverage.


## [v4.2.0 (2025-01-17)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.2.0)

Expand Down
537 changes: 277 additions & 260 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-device-onboarding"
version = "4.2.1a0"
version = "4.2.1"
description = "A app for Nautobot to easily onboard new devices."
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 99d8363

Please sign in to comment.