Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Bump flytestdlib to v0.4.4 #361

Merged
merged 2 commits into from
Nov 10, 2021
Merged

Conversation

pingsutw
Copy link
Member

@pingsutw pingsutw commented Nov 9, 2021

Signed-off-by: Kevin Su [email protected]

TL;DR

update flytestdlib version to support docs generate command (flytepropeller config docs)
https://github.com/flyteorg/flytestdlib/releases/tag/v0.4.4

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue

Follow-up issue

NA

@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #361 (150f59c) into master (e373cce) will not change coverage.
The diff coverage is n/a.

Signed-off-by: Kevin Su <[email protected]>
Makefile Outdated
@@ -17,7 +17,7 @@ linux_compile:
.PHONY: compile
compile:
mkdir -p ./bin
go build -o bin/flytepropeller ./cmd/controller/main.go
go build -o bin/flytepropeller ./cmd/controller/main.go && cp bin/flytepropeller ${GOPATH}/bin
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's revert this... if you want, you can add an install Makefile target... and if so it should do go install... let's not make assumptions about where the go bin will be...

Copy link
Member Author

Choose a reason for hiding this comment

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

done

Signed-off-by: Kevin Su <[email protected]>
@EngHabu EngHabu merged commit 0f1a76e into flyteorg:master Nov 10, 2021
eapolinario pushed a commit to eapolinario/flytepropeller that referenced this pull request Aug 9, 2023
* Updated stdlib version

Signed-off-by: Kevin Su <[email protected]>

* Revert Makefile

Signed-off-by: Kevin Su <[email protected]>
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