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

Update flyteplugins #578

Merged
merged 8 commits into from
Jul 5, 2023
Merged

Conversation

bstadlbauer
Copy link
Member

TL;DR

Updates flyteplugins to the latest version.

Removes all literal map hashing logic and replaces it with the one refactored into flyteplugins in flyteorg/flyteplugins#363

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

Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
@bstadlbauer bstadlbauer marked this pull request as ready for review June 28, 2023 07:12
@bstadlbauer
Copy link
Member Author

@hamersaw Not quite sure what's failing the docker build step here 🤔

I saw k8s.io/kube-openapi (indirect dependency) was updated, but not sure whether that's the issue

@hamersaw
Copy link
Contributor

@hamersaw Not quite sure what's failing the docker build step here thinking

I saw k8s.io/kube-openapi (indirect dependency) was updated, but not sure whether that's the issue

Seems to be an issue with go version in the propeller Dockerfile.

#11 79.12 /go/pkg/mod/k8s.io/[email protected]/pkg/cached/cache.go:242:16: undefined: atomic.Pointer
#11 79.12 note: module requires Go 1.19

I'll get this fixed.

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #578 (a64fda7) into master (1541ae5) will increase coverage by 0.28%.
The diff coverage is 100.00%.

❗ Current head a64fda7 differs from pull request most recent head 23e1c7b. Consider uploading reports for the commit 23e1c7b to get more accurate results

Signed-off-by: Bernhard Stadlbauer <[email protected]>
if err != nil {
return "", err
return "", nil
Copy link
Contributor

Choose a reason for hiding this comment

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

Is returning nil here intended? Shouldn't this surface the error?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not intentional 🤦 Thanks for spotting, fixed in 4a19d66

Signed-off-by: Bernhard Stadlbauer <[email protected]>
@hamersaw hamersaw merged commit 357bf09 into flyteorg:master Jul 5, 2023
14 checks passed
eapolinario pushed a commit to eapolinario/flytepropeller that referenced this pull request Aug 9, 2023
* Update `flyteplugins`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update `flytepropeller`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Fix imports

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Bump flyteplugins to v1.1.7

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Return `err` instead of `nil`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

---------

Signed-off-by: Bernhard Stadlbauer <[email protected]>
Co-authored-by: Dan Rammer <[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