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 default revision number assigned to packages #283

Closed
Tostti opened this issue Aug 28, 2024 · 0 comments
Closed

Fix default revision number assigned to packages #283

Tostti opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@Tostti
Copy link
Member

Tostti commented Aug 28, 2024

Description

The current package generation methods assign the application’s build number to the package’s revision number. This build number is utilized in URLs to access resources within the application.
This can cause caching issues when packages share the same revision number but are from different versions.

To solve this, we will modify the package generation scripts to use the previous build convention (5 digits: 3 for the version and 2 for the revision. e.g., 49001). This approach will link the number to both the version and revision and thus will prevent the aforementioned issue.

@Tostti Tostti added type/bug Bug issue level/task Task issue labels Aug 28, 2024
@Tostti Tostti self-assigned this Aug 28, 2024
@wazuhci wazuhci moved this to Triage in Release 4.9.0 Aug 28, 2024
@wazuhci wazuhci moved this from Triage to In progress in Release 4.9.0 Aug 28, 2024
@wazuhci wazuhci moved this from In progress to Done in Release 4.9.0 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants