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

Bump CF CLI to 6.49.0 #4182

Merged
merged 15 commits into from
Apr 6, 2020
Merged

Bump CF CLI to 6.49.0 #4182

merged 15 commits into from
Apr 6, 2020

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Mar 23, 2020

Fixes #4181

This PR updates the CF CLI to 6.49.0.

@nwmac nwmac self-assigned this Mar 23, 2020
Copy link
Contributor

@richard-cox richard-cox left a comment

Choose a reason for hiding this comment

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

Looks good. Tested all deployment types and overrides. Tested using manifest with buildpacks (from RC - https://github.com/mauricebrinkmann/aiproject) and worked fine. Three minor comments, but think we can merge without them done.

this.msgSub = this.messages.subscribe();

// Buffer messges until each newline character
let b = '';
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you could have achieved something similar with

share(),
bufferWhen(m => m.endsWith('\n'))),
map(parts => parts.join(''))

log "github.com/sirupsen/logrus"
)

type v2Info struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

There's a similar V2Info but in the cloud src/jetstream/repository/interfaces/structs.go Could they us the same version?

}

// Get the Cloud Foundry Info
func (c *CFPushApp) setEndpointInfo(config *configv3.Config) error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be replaced with something like...

cfEndpointSpec, _ := p.GetEndpointTypeSpec("cf")
cnsiInfo, v2Info, err := cfEndpointSpec.Info(theCNSIrecord.APIEndpoint.String(), true)

Copy link
Contributor

@richard-cox richard-cox left a comment

Choose a reason for hiding this comment

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

LGTM, will merge once passed gates

@richard-cox richard-cox merged commit 4fd4a83 into master Apr 6, 2020
@richard-cox richard-cox deleted the cf-cli-bump branch April 6, 2020 10:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't push apps with multiple buildpacks
2 participants