Skip to content

Commit

Permalink
feat!: FreeLens compatibility (#10)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This plugin is not longer compatible with OpenLens
  • Loading branch information
jkroepke committed Feb 1, 2025
1 parent fa086c9 commit 00b03ef
Show file tree
Hide file tree
Showing 9 changed files with 15,513 additions and 12,317 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: npm ci

- run: npm run build

- run: npm pack
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Only PEM formatted single certificated are supported yet.

Pull request for more supported formats like Java Keystore, PKCS#12 are welcome.

## Compatibility

| Version | Extension Version |
|--------------------------------------------------------|-------------------|
| [OpenLens](https://github.com/MuhammedKalkan/OpenLens) | <3 |
| [FreeLens](https://github.com/freelensapp/freelens) | >=4 |

## Installation

### Direct link to Lens
Expand All @@ -25,7 +32,7 @@ Menu > Extensions and search for `lens-certificate-info`.

### Alternatives downloads

#### Github
#### Github
https://github.com/jkroepke/lens-extension-certificate-info/releases/latest/download/lens-certificate-info.tgz

#### NPM
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Main } from "@k8slens/extensions";
import { Main } from "@freelensapp/extensions";


export default class CertificateInfoMainExtension extends Main.LensExtension {}
Loading

0 comments on commit 00b03ef

Please sign in to comment.