Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
poetry-version: "${{ env.POETRY_VERSION }}"
python-version: "${{ env.PYTHON_VERSION }}"
poetry-install-options: "--no-root"
poetry-install-options: "--only dev,docs"
- name: "Build Documentation"
run: "poetry run invoke build-and-check-docs"
- name: "Run Poetry Build"
Expand Down
1 change: 0 additions & 1 deletion changes/+checkout-action.housekeeping

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions docs/admin/release_notes/version_1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ This document describes all new features and changes in the release. The format

<!-- towncrier release notes start -->

## [v1.19.1 (2026-08-26)](https://github.com/networktocode/netutils/releases/tag/v1.19.1)

### Fixed

- [#893](https://github.com/networktocode/netutils/issues/893) - Fixed the release process failing due to missing local environment invoke variable.

### Housekeeping

- Upgrade GitHub actions/checkout@v4 to @v7.

## [v1.19.0 (2026-08-25)](https://github.com/networktocode/netutils/releases/tag/v1.19.0)

### Added
Expand Down
17 changes: 7 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "netutils"
version = "1.19.1a0"
version = "1.19.2a0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down