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

Quarkus Operator SDK version is outdated #6031

Closed
andreaTP opened this issue Sep 16, 2022 · 12 comments · Fixed by #6044
Closed

Quarkus Operator SDK version is outdated #6031

andreaTP opened this issue Sep 16, 2022 · 12 comments · Fixed by #6044
Assignees
Milestone

Comments

@andreaTP
Copy link

Feature Request

The Quarkus Operator SDK template generating the project stub seems to be outdated:

<quarkus-sdk.version>3.0.7</quarkus-sdk.version>
<quarkus.version>2.7.5.Final</quarkus.version>

while latest is:

<quarkus-sdk.version>4.0.1</quarkus-sdk.version>
<quarkus.version>2.12.2.Final</quarkus.version>

cc. @metacosm

@laxmikantbpandhare
Copy link
Member

Let me take a look into it

@laxmikantbpandhare
Copy link
Member

/assign

@laxmikantbpandhare
Copy link
Member

Raised PR on java-operator-pkugins operator-framework/java-operator-plugins#102

@andreaTP
Copy link
Author

Thanks @laxmikantbpandhare for redirecting this to the correct project!

@laxmikantbpandhare
Copy link
Member

This issue raised here is correct. operator-sdk release needs to happen for getting those changes available.

@laxmikantbpandhare laxmikantbpandhare added this to the v1.24.0 milestone Sep 16, 2022
@asmacdo asmacdo modified the milestones: v1.24.0, v1.25.0 Sep 21, 2022
@laxmikantbpandhare
Copy link
Member

Finished java-operator-plugins release v0.7.0

It will fix #6031 and it will be added in operator-sdk next release v1.24.0.

@laxmikantbpandhare laxmikantbpandhare modified the milestones: v1.25.0, v1.24.0 Sep 27, 2022
@laxmikantbpandhare
Copy link
Member

Modified milestone to v1.24.0

@laxmikantbpandhare
Copy link
Member

Pointed to most latest now:

    <quarkus-sdk.version>4.0.3</quarkus-sdk.version>
    <quarkus.version>2.13.1.Final</quarkus.version>

@laxmikantbpandhare
Copy link
Member

1.25 SDK release will take care of this.

@laxmikantbpandhare
Copy link
Member

PR for the same: #6044

@laxmikantbpandhare laxmikantbpandhare linked a pull request Oct 17, 2022 that will close this issue
2 tasks
@metacosm
Copy link

Note that 4.0.3 is functionally equivalent to 4.0.2, this was just needed to publish more artifacts to better integrate with the Quarkus ecosystem.

@jmrodri jmrodri closed this as completed Oct 19, 2022
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 a pull request may close this issue.

5 participants