Skip to content

Commit

Permalink
Update pan-os-upgrade to version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot65 committed Mar 17, 2024
1 parent 1ce8871 commit f6a606d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ WORKDIR /app
COPY settings.yaml /app

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

# Set the locale to avoid issues with emoji rendering
ENV LANG C.UTF-8
Expand Down
8 changes: 8 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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 1.3.6

**Release Date:** *<20240317>*

### What's New in version 1.3.7

- Added compatibility check for devices that are in HA to ensure that two minor or major releases aren't being skipped, which will result in a `suspended` state on the firewall that's upgraded first, and then resulting in a broken HA after the second firewall completes its upgrade.

## Version 1.3.5

**Release Date:** *<20240315>*
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 = "1.3.5"
version = "1.3.6"
description = "Python script to automate the upgrade process of PAN-OS firewalls."
authors = ["Calvin Remsburg <[email protected]>"]
documentation = "https://cdot65.github.io/pan-os-upgrade/"
Expand Down

0 comments on commit f6a606d

Please sign in to comment.