Skip to content

Commit

Permalink
Merge pull request #43 from cdot65/0.2.3-version
Browse files Browse the repository at this point in the history
Update pan-os-upgrade to version 0.2.3
  • Loading branch information
cdot65 authored Jan 22, 2024
2 parents 8fe3a07 + 42d1bb8 commit 6521e90
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ WORKDIR /app
COPY requirements.txt /app/

# Install any needed packages specified in requirements.txt
# Note: The requirements.txt should contain pan-os-upgrade==0.2.2
RUN pip install --no-cache-dir pan-os-upgrade==0.2.2
# Note: The requirements.txt should contain pan-os-upgrade==0.2.3
RUN pip install --no-cache-dir pan-os-upgrade==0.2.3

# Set the locale to avoid issues with emoji rendering
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pan-os-upgrade==0.2.2
pan-os-upgrade==0.2.3
9 changes: 9 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Welcome to the release notes for the `pan-os-upgrade` tool. This document provides a detailed record of changes, enhancements, and fixes in each version of the tool.

## Version 0.2.3

**Release Date:** *<20240121>*

### What's New

- Improved error handling for network layer transport.
- Included new dependency [DNS Python](https://www.dnspython.org/) for hostname lookup

## Version 0.2.2

**Release Date:** *<20240121>*
Expand Down
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 = "pan-os-upgrade"
version = "0.2.2"
version = "0.2.3"
description = "Python script to automate the upgrade process of PAN-OS firewalls."
authors = ["Calvin Remsburg <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 6521e90

Please sign in to comment.