Skip to content

Commit

Permalink
chore(release): release cli v0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovanetti committed Jan 10, 2023
1 parent 39a3847 commit 148727f
Show file tree
Hide file tree
Showing 12 changed files with 6,903 additions and 15,385 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.17.1](https://github.com/Noovolari/leapp/compare/v0.17.0...v0.17.1) (2023-01-10)

### Features
* added support for Keycloak IdP [#374](https://github.com/Noovolari/leapp/issues/374)
<br><br>
You can now create an AWS IAM role federated session using Keycloak as an identity provider.
<br><br>
A special thanks to [@patlachance](https://github.com/patlachance) for the contribution!
<br><br>

### [0.17.0](https://github.com/Noovolari/leapp/compare/v0.16.2...v0.17.0) (2022-12-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.27 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.28 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/scopes/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ DESCRIPTION
Display help for leapp.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.20/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.22/src/commands/help.ts)_
2 changes: 1 addition & 1 deletion docs/cli/scopes/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$leapp version
```

_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.27/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.28/dist/commands/version.ts)_
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.27 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.28 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.27 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.28 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
Loading

0 comments on commit 148727f

Please sign in to comment.