Skip to content

Commit

Permalink
Update changelog and bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Apr 6, 2024
1 parent 78fbd85 commit 86625f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

## Unreleased; 3.0.0
## Unreleased; 3.0.2

### Add
### Change
### Removed

## 3.0.1

### Add
- Added TLS connection verification.
Expand All @@ -9,10 +15,16 @@
### Change
- Formatted Python code with black.
- Updated client authentication to work with Salt 3004 to 3006 (maybe higher)
- Improved error reporting when HTTP errors are encountered.
- Fail actions when HTTP return codes >=400

### Removed
- Removed salt-pepper as a python dependency.

## 3.0.0

Retracked.

## 2.0.1

* Drop Python 2.7 support
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- salt
- cfg management
- configuration management
version: 3.0.0
version: 3.0.1
author : jcockhren
email : [email protected]
python_versions:
Expand Down

0 comments on commit 86625f1

Please sign in to comment.