Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Oct 26, 2023
2 parents 91c5e67 + fa6317d commit 1afe686
Show file tree
Hide file tree
Showing 19 changed files with 297 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ audit = false
fund = false
update-notifier = true
# Lock versions of node and npm, when looking up engines.
node-version = 18.16.0
npm-version = 9.5.1
node-version = 18.17.0
npm-version = 9.6.7
# Default options for package-lock - package-lock=true package-lock-only=false
# If set to false, then ignore package-lock.json files when installing. This will also prevent writing package-lock.json if save is true.
# When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled.
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [2.4.2](https://github.com/kubeshop/monokle/compare/v2.4.2-nightly-2023-10-23.0...v2.4.2) (2023-10-23)


### Bug Fixes

* remove old monokle cli ([140b428](https://github.com/kubeshop/monokle/commit/140b4280fd7d502a976357a903797a4d7553bb4c))
* typo ([c0bd910](https://github.com/kubeshop/monokle/commit/c0bd9107ea0485b58049e5185cca1432b3f9039c))
* values and dry run config selections ([c903c38](https://github.com/kubeshop/monokle/commit/c903c385c3032e70317b807750ed9d5754be56d2))

### [2.4.1](https://github.com/kubeshop/monokle/compare/v2.4.1-nightly-2023-10-11.0...v2.4.1) (2023-10-11)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export function getDefaultKubeConfig() {

export function getEnvKubeconfigs(): string[] {
const kubeconfig = getDefaultKubeConfig();
return kubeconfig.split(':');
return kubeconfig.split(path.delimiter);
}
Loading

0 comments on commit 1afe686

Please sign in to comment.