Skip to content

Commit

Permalink
Merge pull request #60 from cdot65/57-snapshot-error-on-pan-os-1018-m…
Browse files Browse the repository at this point in the history
…issing-session-counters-in-batch-upgrade

version bump
  • Loading branch information
cdot65 authored Jan 27, 2024
2 parents 6a7de74 + 135c795 commit 77226a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apk add --no-cache gcc musl-dev libffi-dev make
WORKDIR /app

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

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

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 0.4.1

**Release Date:** *<20240127>*

### What's New

- Resolved an issue where missing fields in session snapshots for older PAN-OS versions caused errors in Pydantic models
- Updated the requirements.txt file to reflect the latest compatible versions of dependencies
- Refined the reboot logic to make it more straightforward, improving code readability and maintainability

## Version 0.4.0

**Release Date:** *<20240126>*

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

- Support for three unique workflows:
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 = "0.4.0"
version = "0.4.1"
description = "Python script to automate the upgrade process of PAN-OS firewalls."
authors = ["Calvin Remsburg <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 77226a9

Please sign in to comment.