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

Update repo to use porter v1.0.0-rc.2 #97

Merged
merged 7 commits into from
Sep 21, 2022
Merged

Conversation

VinozzZ
Copy link
Contributor

@VinozzZ VinozzZ commented Sep 16, 2022

  • Update go module reference for Porter to 1.0.0-rc.2. Right now I'm pointing to release/v1, but will bump go.mod when it's available.
  • Update code to match new version
  • Use Go 1.18
  • Print the terraform command run when in DebugMode
  • Update mixin to support tracing. This doesn't instrument the mixin. It just updates the entrypoint so that it starts a root span and saves the resulting TraceLogger on the context so that later, we can use tracing.StartSpan or tracing.LoggerFromContext and get back an initialized logger.
  • Bump default client version to 1.2.9. This updates the default client version installed when none is configured to the latest stable version of terraform.
  • Update example bundles

Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
@getporterbot getporterbot added this to In Progress in Porter and Mixins Sep 16, 2022
Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
if m.Debug {
fmt.Fprintln(m.Err, "Terraform working directory is", m.Getwd())
}
//if m.Debug {
Copy link
Member

Choose a reason for hiding this comment

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

Why was this commented out? Seems like the line just needed to be updated for DebugMode.

Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Yingrong Zhao <yingrong.zhao@gmail.com>
@VinozzZ VinozzZ merged commit 090064b into getporter:main Sep 21, 2022
Porter and Mixins automation moved this from In Progress to Done Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants