Skip to content

Commit

Permalink
Merge pull request #71 from cdot65/70-enhance-support-for-ha-panorama…
Browse files Browse the repository at this point in the history
…-upgrades-in-pan-os-upgrade-tool

70 Enhance HA Support for Panorama Instances
  • Loading branch information
cdot65 authored Feb 8, 2024
2 parents f92618c + eca78b2 commit ffbf4a7
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 32 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.1.1
RUN pip install --no-cache-dir pan-os-upgrade==1.1.1
# Note: The requirements.txt should contain pan-os-upgrade==1.1.2
RUN pip install --no-cache-dir pan-os-upgrade==1.1.2

# 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,10 +2,19 @@

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.1.2

**Release Date:** *<20240208>*

### What's New

- Fixed a bug that prevented HA Panorama appliances from being targeted for upgrades

## Version 1.1.1

**Release Date:** *<20240204>*

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

- Fixed a bug that prevented access to the `logo.png` file used by the PDF generation process
Expand Down
Loading

0 comments on commit ffbf4a7

Please sign in to comment.