oktadev/okta-aws-cli-assume-role

Release version 3.0.0

DavidTanner opened this issue · 10 comments

Can we please get a new release cut for version 3.0.0?

@DavidTanner I'm not sure my changes require a new version.

The changes I made do. I updated the aws sdk to a new major version.

@mraible Can you please cut a new release?

I can do that. It looks like it the current pom.xml has 3.0.0-SNAPSHOT. Does that mean y'all would like the next release to be 3.0.0? If so, can you provide release notes here and describe the breaking changes? If there are no breaking changes, we might want to release it as 2.1.0 instead.

The --profile parameter has been removed from the withOkta java CLI. I considered that a breaking change, but I guess it could go either way.

https://github.com/oktadev/okta-aws-cli-assume-role/pull/364/files#diff-d51cd5ca852e246bdba84ff748f11a9397da7d5a63f2b0307fcad08667cca581L54-L71

Is this finally going to support browser auth on windows?

FWIW, you can create your own releases if you clone this repo and run "mvn package". The JAR will be created in the target directory.

@mraible I have my own jar I've been using, but I'd like to start having my coworkers use it also. Right now we are using an old fork