Skip to content

Commit 8b2d4de

Browse files
authored
Merge pull request #382 from networktocode/release/2.4.1-sync-main-to-develop
Post release 2.4.1 sync main to develop
2 parents bf48763 + 0b70e06 commit 8b2d4de

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

changes/380.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_2.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This document describes all new features and changes in the release. The format
88
- Add ability to check for sufficient free space before copying files to devices, with support for EOS, IOS, ASA, and JunOS platforms.
99
- Added reboot flag to Device.install_os for supported platforms.
1010

11+
<!-- towncrier release notes start -->
12+
## [v2.4.1 (2026-05-01)](https://github.com/networktocode/pyntc/releases/tag/v2.4.1)
13+
14+
### Fixed
15+
16+
- [#380](https://github.com/networktocode/pyntc/issues/380) - Fixed nxos install_os waiting for the device to reboot even if a reboot was not requested.
17+
1118
## [v2.4.0 (2026-04-29)](https://github.com/networktocode/pyntc/releases/tag/v2.4.0)
1219

1320
### Added

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyntc"
3-
version = "2.4.1a0"
3+
version = "2.4.2a0"
44
description = "Python library focused on tasks related to device level and OS management."
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
readme = "README.md"
@@ -172,7 +172,7 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
172172
[tool.towncrier]
173173
package = "pyntc"
174174
directory = "changes"
175-
filename = "docs/admin/release_notes/version_2.3.md"
175+
filename = "docs/admin/release_notes/version_2.4.md"
176176
template = "towncrier_template.j2"
177177
start_string = "<!-- towncrier release notes start -->"
178178
issue_format = "[#{issue}](https://github.com/networktocode/pyntc/issues/{issue})"

0 commit comments

Comments
 (0)