Skip to content

Commit

Permalink
Merge pull request #100 from cdot65/96-post-upgrade-snapshot-and-repo…
Browse files Browse the repository at this point in the history
…rt-generation-skipped-for-firewalls

Update pan-os-upgrade to version 1.3.2
  • Loading branch information
cdot65 authored Feb 25, 2024
2 parents 9982734 + 0e87f18 commit 3d54cce
Show file tree
Hide file tree
Showing 3 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
ADD settings.yaml /app

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

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

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

**Release Date:** *<20240225>*

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

- Documentation updates.

## Version 1.3.1

**Release Date:** *<20240225>*

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

- Remediated a bug where snapshots weren't taken after an upgrade if `settings.yaml` wasn't in the current working **directory**.
- Remediated a bug where snapshots weren't taken after an upgrade if `settings.yaml` wasn't in the current working directory.

## Version 1.3.0

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.1"
version = "1.3.2"
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 3d54cce

Please sign in to comment.