Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Noovolari/leapp
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Jan 23, 2024
2 parents 3fed82a + 6e37d5c commit 89d6710
Show file tree
Hide file tree
Showing 18 changed files with 3,288 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
node_version: [ 16 ]
node_version: [ 18.12.0 ]
env:
SKIP_INTEGRATION_TESTS: "true"
S3_BUCKET: s3://noovolari-leapp-website-distribution
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.24.2](https://github.com/Noovolari/leapp/compare/v0.24.1...v0.24.2) (2024-01-23)

### Features
* now Leapp Team workspaces display the account name and identity for each session

### Bug fixes
* fixed bug that prevented the default region to be used when importing sessions from Leapp Team

### [0.24.1](https://github.com/Noovolari/leapp/compare/v0.24.0...v0.24.1) (2024-01-15)

### 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.57 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.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.2.20/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.10/src/commands/help.ts)_
2 changes: 1 addition & 1 deletion docs/cli/scopes/set-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ EXAMPLES
$leapp team set-workspace WORKSPACE-NAME
```

_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.57/dist/commands/set-workspace.ts)_
_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.58/dist/commands/set-workspace.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.57/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.58/dist/commands/version.ts)_
2 changes: 1 addition & 1 deletion docs/cli/scopes/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$leapp workspace
```

_See code: [dist/commands/workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.57/dist/commands/workspace.ts)_
_See code: [dist/commands/workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.58/dist/commands/workspace.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.57 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.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.57 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.58 darwin-x64 node-v18.12.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
Loading

0 comments on commit 89d6710

Please sign in to comment.