Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.1...v0.1.0) (2023-06-21)

### ⚠ BREAKING CHANGES

* masking exception for readiness checks (#54)

### Features

* ignore non-functional state in ha status and active checks ([#69](#69)) ([0330e7e](0330e7e))
* masking exception for readiness checks ([#54](#54)) ([8fa75fa](8fa75fa))
* validate only requested keys for session_stats comparison ([#51](#51)) ([ad54ece](ad54ece)), closes [#47](#47)

### Bug Fixes

* datetime month parsing when non-English locale is set on host ([#49](#49)) ([b48e6ea](b48e6ea)), closes [#45](#45)
* **FirewallProxy:** wrong parsing for 2 Panorama hosts ([#67](#67)) ([862b7c5](862b7c5))
* IPSec KeyError on ip_sec_tunnels snapshot ([#71](#71)) ([34c7658](34c7658))
* locale setting need codeset to be set ([#63](#63)) ([f428e87](f428e87))
* mp clock parse without leading zero day ([#64](#64)) ([ed53851](ed53851))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent a9c3b8c commit 71f901e
Showing 1 changed file with 1 addition and 1 deletion.
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 = "panos-upgrade-assurance"
version = "0.0.1"
version = "0.1.0"
description = ""
authors = ["Palo Alto Networks"]
readme = "README.md"
Expand Down

0 comments on commit 71f901e

Please sign in to comment.