Skip to content

Commit

Permalink
Merge pull request #104 from cdot65/103-upgrade-workflow-continues-to…
Browse files Browse the repository at this point in the history
…-reboot-despite-failed-software-installation-attempts

prevent firewalls from being rebooted and post-upgrade workflows if their installation of PAN-OS target version was unsuccessful
  • Loading branch information
cdot65 authored Feb 28, 2024
2 parents 3d54cce + ad860fd commit 6fe2806
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 136 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
ADD settings.yaml /app

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

# Set the locale to avoid issues with emoji rendering
ENV LANG C.UTF-8
Expand Down
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 1.3.3

**Release Date:** *<20240228>*

<!-- trunk-ignore(markdownlint/MD024) -->
### What's New

- Resolved an issue where a firewall would still reboot even if the install failed three consecutive PAN-OS installs.

## Version 1.3.2

**Release Date:** *<20240225>*
Expand Down
Loading

0 comments on commit 6fe2806

Please sign in to comment.