Code Monkey home page Code Monkey logo

Comments (7)

mobofixer avatar mobofixer commented on August 11, 2024 1

seeing this behavior as well. didnt want to file duplicate requests.

from supportapp.

jordywitteman avatar jordywitteman commented on August 11, 2024 1

@blockcham @xirianlight I published a new beta with some fixes! You can test running a softwareupdate -la to see if the badge in the menu bar comes back. That was one of the issues.

Oh and in the documentation including an updates JSON Schema for Jamf Pro is available in this branch: https://github.com/root3nl/SupportApp/tree/defer-major-upgrades

from supportapp.

xirianlight avatar xirianlight commented on August 11, 2024

From a Slack discussion, it looks like this is related to the Ventura delta upgrade being detected by the softwareupdate binary, even if there's an MDM configuration present to defer it. Jordy suggested a possible key to IgnoreMajorVersions, which would be a spectacular solution to differentiate the availability of delta upgrades from the usual software updates.

from supportapp.

jordywitteman avatar jordywitteman commented on August 11, 2024

Hi all!

Please test this prerelease version of 2.4.3: https://github.com/root3nl/SupportApp/releases/tag/v2.4.3-beta

Curious to hear your feedback!

from supportapp.

xirianlight avatar xirianlight commented on August 11, 2024

Looks great - here's a before and after applying the new key using:
<key>HideMajorUpdates</key>
<true/>
Before
After

from supportapp.

blockcham avatar blockcham commented on August 11, 2024

@xirianlight agreed, seems to working well. I just added the following to the current JSON Schema and deployed both pre-release version and profile and the badge goes away.

"HideMajorUpdates": { "title": "Hide major updates", "description": "Hide major updates", "type": "boolean", "options": { "enum_titles": [ "Hide", "Show" ], "infoText": "Key name: HideMajorUpdates" }, "links": [ { "rel": "Documentation", "href": "https://github.com/root3nl/SupportApp" } ] },

@jordywitteman can't image so but is there anything else specific that you need tested?

from supportapp.

xirianlight avatar xirianlight commented on August 11, 2024

Resolved in 2.4.3

from supportapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.