From 17c2a009cd37de60bb9d54246fcbaace9d25e5ab Mon Sep 17 00:00:00 2001 From: James Reynolds Date: Mon, 6 May 2024 15:11:35 -0600 Subject: [PATCH] 0.9.9 Changelog and Readme --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 32 +------------------------------- 2 files changed, 17 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704d728..d2d6d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5718b9b..3d45b96 100644 --- a/README.md +++ b/README.md @@ -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.