Skip to content

Commit 1bbcb9e

Browse files
authored
Merge pull request #397 from networktocode/release-3.0.2-to-develop
Release v3.0.2 post sync to develop
2 parents cc54d9b + 6d19a8f commit 1bbcb9e

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

changes/394.fixed

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/395.added

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

changes/395.deprecated

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

docs/admin/release_notes/version_3.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ This document describes all new features and changes in the release. The format
77
- Pyntc now requires the `PYNTC_LOG_FILE` environment variable to output logging to a file. The new default behavior is to only log to stderr.
88

99
<!-- towncrier release notes start -->
10+
## [v3.0.2 (2026-05-28)](https://github.com/networktocode/pyntc/releases/tag/v3.0.2)
11+
12+
### Added
13+
14+
- [#395](https://github.com/networktocode/pyntc/issues/395) - Added an ``install_mode`` property to ``BaseDevice`` (abstract) and ``IOSDevice``; the IOS implementation returns ``True`` when the device boots from ``packages.conf``.
15+
16+
### Deprecated
17+
18+
- [#395](https://github.com/networktocode/pyntc/issues/395) - Deprecated the ``install_mode`` argument to ``IOSDevice.install_os``; install mode is now derived from the device's ``boot_options`` via the new ``install_mode`` property and will be removed in a future release.
19+
20+
### Fixed
21+
22+
- [#394](https://github.com/networktocode/pyntc/issues/394) - Fixed Junos reboots not being detected when waiting for the device to reload.
23+
- [#394](https://github.com/networktocode/pyntc/issues/394) - Increased the default Junos reboot wait timeout from 1 hour to 2 hours.
1024

1125
## [v3.0.1 (2026-05-26)](https://github.com/networktocode/pyntc/releases/tag/v3.0.1)
1226

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyntc"
3-
version = "3.0.2a0"
3+
version = "3.0.3a0"
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"

0 commit comments

Comments
 (0)