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

fix(versions): resolve EE-versions by the last 2 digits #477

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Dec 4, 2023

Enterprise versions have patch versions both on 3rd and 4th digit whilst resolving only took 4th into account. Eg. 3.4.1.x resolved to 3.4.1.1, whilst 3.4.2.0 is actually the latest within the 3.4 range.

@Tieske Tieske force-pushed the fix/version-resolve branch 2 times, most recently from 6f0daca to 4f6b22c Compare December 4, 2023 14:00
assets/ci/pongo_run.helper.sh Outdated Show resolved Hide resolved
assets/set_variables.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@fffonion fffonion left a comment

Choose a reason for hiding this comment

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

one related thought is that if we want to stop testing 3.0.x.x as they are officially announced out of support

assets/set_variables.sh Outdated Show resolved Hide resolved
@Tieske
Copy link
Member Author

Tieske commented Dec 13, 2023

one related thought is that if we want to stop testing 3.0.x.x as they are officially announced out of support

That would be a breaking change for Pongo, so we should hold off on that.

@Tieske
Copy link
Member Author

Tieske commented Dec 13, 2023

@curiositycasualty seems CI is failing on the new license stuff:

($OP_CONNECT_TOKEN and $OP_CONNECT_HOST) or $OP_SERVICE_ACCOUNT_TOKEN must be set

can you have a look if the secrets are available in this repo?

Enterprise versions have pacth versions both on 3rd and 4th digit
whilst resolving only took 4th into account.
Eg. 3.4.1.x resolved to 3.4.1.1, whilst 3.4.2.0 is actually the latest
@Tieske Tieske merged commit 376bcdc into master Dec 13, 2023
5 checks passed
@Tieske Tieske deleted the fix/version-resolve branch December 13, 2023 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants