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

Cherry-picks from main #442

Merged
merged 11 commits into from
Mar 21, 2025
Merged

Cherry-picks from main #442

merged 11 commits into from
Mar 21, 2025

Conversation

adrianriobo
Copy link
Collaborator

Signed-off-by: Adrian Riobo [email protected]

adrianriobo and others added 11 commits March 21, 2025 15:24
Due to go major updates we need to build with go 1.23 which is not available as go toolset on UBI9. This commit will use fedora 41 as it contains go 1.23 as builder on the multistage Containerfile

Signed-off-by: Adrian Riobo <[email protected]>
With eaf24be the code to get the snippet based on the integration system was refactores and that introduced a regression when no integration params are set on the execution. In that case we are having a panic error. This commit will check the content and return noSnippet as expected if no params are set. Fix redhat-developer#434

Signed-off-by: Adrian Riobo <[email protected]>
Per comment redhat-developer#435 (comment) we may missing a required initialization on azure provider, to ensure all initializations happens on each provider we added an interface which each provider should implement and will contain all required initializacion specific to the provider. That initialization function is called from context initalization.

Signed-off-by: Adrian Riobo <[email protected]>
the function to get vmsizes according to the required params on azure was returning some types with restricction within the subscription being used. This commit will remove those vmsizes with any type of restriction. Fix redhat-developer#433.

Signed-off-by: Adrian Riobo <[email protected]>
This commit fixed a regression introduced by renovate update PR. Now the builder image is set to fedora 41

Signed-off-by: Adrian Riobo <[email protected]>
@adrianriobo adrianriobo merged commit 9d1ddde into redhat-developer:0.8 Mar 21, 2025
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.

1 participant