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

migrate to aio-lib-ims. fixes #129 #130

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

justinedelson
Copy link
Member

@justinedelson justinedelson commented Jul 8, 2020

Description

This replaces the deprecated @adobe/aio-cli-plugin-jwt-auth with @adobe/aio-lib-ims.

This is a breaking change because of the lack of passphrase support in @adobe/aio-lib-ims. All other configurations should be migrated successfully.

Related Issue

#129

Motivation and Context

Deprecation of dependency

How Has This Been Tested?

  • unit tests
  • manual testing

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Jul 8, 2020

Codecov Report

Merging #130 (9026203) into main (8341a11) will increase coverage by 0.25%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   99.63%   99.89%   +0.25%     
==========================================
  Files          30       42      +12     
  Lines         829      963     +134     
  Branches       65       97      +32     
==========================================
+ Hits          826      962     +136     
+ Misses          3        1       -2     
Impacted Files Coverage Δ
src/common-args.js 100.00% <ø> (ø)
src/common-flags.js 100.00% <ø> (ø)
src/base-environment-variables-command.js 100.00% <100.00%> (ø)
src/base-execution-command.js 100.00% <100.00%> (ø)
src/base-pipeline-variables-command.js 100.00% <100.00%> (ø)
src/base-variables-command.js 100.00% <100.00%> (ø)
src/cloudmanager-helpers.js 100.00% <100.00%> (ø)
...commands/cloudmanager/current-execution/advance.js 100.00% <100.00%> (ø)
.../commands/cloudmanager/current-execution/cancel.js 100.00% <100.00%> (ø)
src/commands/cloudmanager/current-execution/get.js 100.00% <100.00%> (ø)
... and 45 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c60b5e1...b6da45f. Read the comment docs.

…dobe/aio-lib-ims

fixes #129

BREAKING CHANGE: private key passphrases are no longer supported
@justinedelson justinedelson marked this pull request as ready for review February 6, 2021 21:20
@justinedelson justinedelson merged commit 84abb64 into main Feb 6, 2021
@github-actions
Copy link

github-actions bot commented Feb 6, 2021

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant