Skip to content

Commit 2e6534d

Browse files
Merge pull request #220 from lensapp/chore/fix-releases
fix: releases
2 parents d7802a6 + bc292cb commit 2e6534d

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

.github/workflows/tag-release.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ BoreD is a secure, end-to-end encrypted, reverse tunnel daemon for Kubernetes AP
1919
- Automatic reconnects
2020
- Handles multiple Kubernetes clusters
2121

22-
2322
## Architecture
2423

2524
![architecture](./images/architecture.png)
2625

2726
- [BoreD](./README.md)
2827
- [BoreD Agent](https://github.com/lensapp/bored-agent)
2928

30-
3129
## JWT Tokens
3230

3331
### Client
@@ -60,9 +58,13 @@ Both client and agent use websockets to establish socket connection to BoreD dae
6058

6159
BoreD tunnel encryption is done in two phases. Tunneled data is being encrypted using symmetric encryption (AES-256-GCM). Key exhange is done using asymmetric encryption (RSA-4096) where BoreD agent has the private key and the public key is distributed to clients via BoreD daemon.
6260

61+
### Release
62+
63+
1. Make a PR that updates version in package.json
64+
2. Create and push git tag, e.g. "v0.10.4"
65+
6366
## License
6467

6568
Copyright (c) 2021 Mirantis, Inc.
6669

6770
Licensed under the [MIT license](./LICENSE).
68-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bored",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)