chore(deps): bump github.com/Jamf-Concepts/jamfprotect-go-sdk from 0.4.0 to 0.5.0#219
Merged
neilmartin83 merged 2 commits intoMay 29, 2026
Conversation
Bumps [github.com/Jamf-Concepts/jamfprotect-go-sdk](https://github.com/Jamf-Concepts/jamfprotect-go-sdk) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/Jamf-Concepts/jamfprotect-go-sdk/releases) - [Commits](Jamf-Concepts/jamfprotect-go-sdk@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/Jamf-Concepts/jamfprotect-go-sdk dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
750e11b to
5ffcc85
Compare
SDK 0.5.0 migrated to generated GraphQL output, renaming initialisms and making several input fields optional pointers. - exception-sets: Value/AnalyticUUID/IgnoreListSubType/EventType now *string; Exception.AnalyticUuid replaced by Analytic *AnalyticRef; AppId/TeamId -> AppID/TeamID; deref-guard value comparison in remove-exception - rscs: generic rule details split into VendorRuleInput/SerialRuleInput/ ProductRuleInput/EncryptionRuleInput; ApplyTo now plain string; EncryptionRuleInput has no ApplyTo; Products -> []ProductValueInput - roles: Role.Permissions now *RolePermissions; nil-guard summary and input - insights: Insight.CisID -> Cisid Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
neilmartin83
approved these changes
May 28, 2026
Member
|
Pushed Changes (
Verification:
@ktn-jamf please review / approve. |
ktn-jamf
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/Jamf-Concepts/jamfprotect-go-sdk from 0.4.0 to 0.5.0.
Release notes
Sourced from github.com/Jamf-Concepts/jamfprotect-go-sdk's releases.
Commits
cc059b5fix(removable_storage): make rule type fields optional pointers in RemovableS...86575edfix(exception_set): omit optional fields in ExceptionInput and EsExceptionInput8bfb838fix(exception_set): make AppSigningInfo a nullable pointer in ExceptionInput ...387d875style(tests): format comments for consistency in golden and ir_helpers testsc90c20etest(generator): add helpers, per-kind, and golden testsb818d05docs(claude.md): document generator file layout and operation kindsca50751refactor(generator): split ir.go into per-concern files8b54990feat: teach generator list_items, retire dashboard staticdd89de4chore: realign ResourceConfig field widths after gofmtf503c72fix(dashboard): pass {or: []} match-all filters in GetCount