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

Sdk bump #12932

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Sdk bump #12932

merged 2 commits into from
Apr 16, 2024

Conversation

lbajolet-hashicorp
Copy link
Contributor

No description provided.

The SDK's Ui interface has had some additions recently for supporting
format-strings and their arguments as paramereters to Say, Ask and
Error.

These changes to the interface means that all the implementations of
that interface need to match the definition, so in this case the
implementations we had in packer/ui.go need to be updated to support
those functions.
Since the SDK was updated and now accepts raw version strings in
addition to also supporting metadata officially, we can start using
those functions in our version package as well.
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner April 16, 2024 17:57
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

LGTM!

Do we need to backport?

@lbajolet-hashicorp
Copy link
Contributor Author

LGTM!

Do we need to backport?

I guess we could? But I don't see a compelling reason to do so, and we can roll this change out in 1.11.x releases in the future.
Thoughts?

@lbajolet-hashicorp lbajolet-hashicorp merged commit cdaad0c into main Apr 16, 2024
11 checks passed
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants