Skip to content

Commit

Permalink
Merge pull request #86 from cdot65/85-discrepancy-in-targeted-firewal…
Browse files Browse the repository at this point in the history
…ls-for-batch-upgrade-in-ha-configuration

Introduce create_firewall_mapping Function to Fix Firewall Object Mapping
  • Loading branch information
cdot65 authored Feb 14, 2024
2 parents d355040 + 8961531 commit f985d91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.2.2
RUN pip install --no-cache-dir pan-os-upgrade==1.2.2
# Note: The requirements.txt should contain pan-os-upgrade==1.2.3
RUN pip install --no-cache-dir pan-os-upgrade==1.2.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.2.3

**Release Date:** *<20240214>*

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

- Introduce `create_firewall_mapping` Function to Fix Firewall Object Mapping.

## Version 1.2.2

**Release Date:** *<20240214>*
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.2.2"
version = "1.2.3"
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 f985d91

Please sign in to comment.