Skip to content

Commit

Permalink
Merge branch 'main' into auto-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed Dec 8, 2023
2 parents cd10c2f + e8ef44f commit f9349ad
Show file tree
Hide file tree
Showing 38 changed files with 1,409 additions and 1,049 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/monokle-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -200,6 +204,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -327,6 +335,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/monokle-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -197,6 +201,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -296,6 +304,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -195,6 +199,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -293,6 +301,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -196,6 +200,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -295,6 +303,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -182,6 +186,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -273,6 +281,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/monokle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -85,6 +89,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/monokle-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -125,6 +129,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.0
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.3](https://github.com/kubeshop/monokle/compare/v2.4.3-nightly-2023-12-08.0...v2.4.3) (2023-12-08)

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


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 f9349ad

Please sign in to comment.