Skip to content

Commit

Permalink
0.9.9 Changelog and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Reynolds committed May 6, 2024
1 parent 39b80ed commit 17c2a00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 31 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project will (try to) adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
once it reaches 1.0.

## [0.9.9] -- 2024-05-06

**Full Changelog**: https://github.com/univ-of-utah-marriott-library-apple/python-jamf/compare/0.9.8...0.9.9

### Added

- add api client auth support

### Fixed

- test_records: fix change to the way data was handled.
- setconfig: fix style
- records.py: fix jctl scripts -S script_contents

Note: there will be a 0.9.10 and above because we're not ready to go 1.0 yet.

## [0.9.8] -- 2024-03-25

**Full Changelog**: https://github.com/univ-of-utah-marriott-library-apple/python-jamf/compare/0.9.7...0.9.8
Expand Down
32 changes: 1 addition & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,37 +125,7 @@ If you have additional questions, or need more help getting started, post a ques

### Releases

#### :new: [python-jamf - 0.8.2](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/releases/tag/0.8.2)

- Much better error reporting when there's a connection failure to the server
- Checks for "http://" or "https://" when setting a hostname and when connecting to a server
- Added `conf-python-jamf -r` to remove the bearer token saved in the keychain
- Unified server connection code
- Replaced all `exit(1)` with `raise SystemExit`
- pre-commit updated to 4.3.0
- GitHub action updated action names
- Updated README

#### [python-jamf - 0.8.1](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/releases/tag/0.8.1)

- This release includes the xml array fix described [here](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/blob/07378f0397744f52af54dbadb798e057d5e0c6cf/README.md#known-breaking-changes-on-the-roadmap).

#### [python-jamf - 0.7.5](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/releases/tag/0.7.5)

- Fixed trigger_logout removal from policies triggers
- Fixed bearer token bug
- Lots of automated reformatting and cleaning up
- Adds pre-commit

Thank you homebysix for your contributions.

#### [python-jamf - 0.7.4](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/releases/tag/0.7.4-af4107c6)

- Bearer token support
- Fixed bug when creating records (shallow vs deep copy)
- Fixed version in setup.py bug
- Removed jamfnet from main docker-compose and move it to it's own file
- Support smb mounting on linux
Please see the [Changelog](https://github.com/univ-of-utah-marriott-library-apple/python-jamf/blob/main/CHANGELOG.md) for all release notes.

Thank you yairf-s1 and pythoninthegrass for your contributions.

Expand Down

0 comments on commit 17c2a00

Please sign in to comment.