Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tableau-public 2024.3.1 #191077

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

GraySinclair
Copy link
Contributor

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

In the following questions <cask> is the token of the cask you're submitting.

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

@daeho-ro daeho-ro changed the title pr bump-tableau-public tableau-public 2024.3.0 Nov 6, 2024
@p-linnane p-linnane added the ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment label Nov 14, 2024
@p-linnane
Copy link
Member

I've verified that this version of the app is still using the same source when checking for updates, but it hasn't been updated yet. @samford Any concerns with merging this?

Copy link
Member

@samford samford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've verified that this version of the app is still using the same source when checking for updates, but it hasn't been updated yet. Any concerns with merging this?

If the Public app checks the same XML file, then I suppose we can assume that Desktop and Public versions are strictly aligned. TableauAutoUpdate.xml references TableauDesktop files (not TableauPublic) and both tableau/tableau-public use the same check. [I'll create a separate PR to update the -prep/-public/-reader livecheck blocks to use cask references instead of duplicating the livecheck block (#192118), as tableau can potentially be seen as the parent cask.]

The highest version on the Desktop releases page is 2024.3 ("Released Oct 15, 2024") but 2024.2.4 was released later on Oct 24, 2024. The highest version in the XML file is 2024.2.4, so the file has been updated after the 2024.3 release but it doesn't include it. There's no way to tell if upstream has intentionally omitted 2024.3 (to prevent users from upgrading to it until sometime in the future) or if they just haven't made some technical change to include it in the XML file.

How we handle this mismatch depends on if our aim is to replicate the same behavior as the auto-update logic in the application or if we just want to use the highest released version. If it's the former then we can mark this as a draft and wait for the XML file to include 2024.3.0. If it's the latter, then we would need to update the livecheck block to check the releases page instead.

I put together a livecheck block that checks the releases page (it also requires a strategy block to add .0 to two-part versions), so I can push that here if we go that route.

@p-linnane p-linnane removed the ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment label Nov 15, 2024
@samford samford force-pushed the bump-tableau-public branch from 277f4a8 to 26fd34e Compare December 2, 2024 17:10
@samford samford added the ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment label Dec 2, 2024
@samford samford changed the title tableau-public 2024.3.0 tableau-public 2024.3.1 Dec 2, 2024
GraySinclair and others added 2 commits December 2, 2024 12:13
tableau-public: update sha256 and curl user_agent version

Signed-off-by: Patrick Linnane <[email protected]>
This updates `tableau-public` to the latest version, 2024.3.1.

This also returns the cask `url` user agent back to 8.7.1, as we're
using the curl version from macOS (15), not the 8.11.0 curl version
in homebrew/core.
@samford samford force-pushed the bump-tableau-public branch from 26fd34e to afe3b64 Compare December 2, 2024 17:13
@samford
Copy link
Member

samford commented Dec 2, 2024

I've updated this to 2024.3.1 and set the ci-skip-livecheck label, so it should pass CI. I dropped the cask url user agent change, as it doesn't seem to be necessary. [For what it's worth, 8.7.1 is the macOS 15 curl version and 8.11.0 is the Homebrew curl version. If I'm not mistaken, we use macOS curl unless brewed curl is specifically needed.]

The tableau livecheck block is being updated in #193816 and will return the latest version locally but will predictably fail on CI (with a 403 response), so we will have to skip livecheck on CI for tableau* PRs for the time being. Hopefully upstream will return to reliably updating the XML file, so we can go back to checking it.

@khipp khipp merged commit cd39470 into Homebrew:master Dec 2, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants