Skip to content

Commit 4532c83

Browse files
committed
logos
1 parent 3de7af2 commit 4532c83

File tree

14 files changed

+79
-86
lines changed

14 files changed

+79
-86
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# KubernetesJS
22

33
<p align="center" width="100%">
4-
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://raw.githubusercontent.com/constructive-io/.github/refs/heads/main/assets/logo.svg" alt="constructive" width="80"><br />
55
<br/>
66
TypeScript Client for Kubernetes
77
<br />
8-
<a href="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml">
9-
<img height="20" src="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
8+
<a href="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml">
9+
<img height="20" src="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
1010
</a>
11-
<a href="https://github.com/hyperweb-io/kubernetesjs/blob/main/LICENSE">
11+
<a href="https://github.com/constructive-io/kubernetesjs/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
1414
</p>
@@ -206,17 +206,16 @@ kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'
206206

207207
Checkout these related projects:
208208

209-
* [`schema-typescript`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-typescript)
209+
* [`schema-typescript`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-typescript)
210210
Provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency.
211-
* [`@schema-typescript/cli`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/cli)
211+
* [`@schema-typescript/cli`](https://github.com/constructive-io/dev-utils/tree/main/packages/cli)
212212
CLI is the command line utility for `schema-typescript`.
213-
* [`schema-sdk`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-sdk)
213+
* [`schema-sdk`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-sdk)
214214
Provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency.
215-
* [`starship`](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
216215

217216
## Credits
218217

219-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
218+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
220219

221220
## Disclaimer
222221

apps/ops-dashboard/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Hyperweb Dashboard
1+
# Constructive Dashboard
22

33
<p align="center" width="100%">
4-
<img src="https://raw.githubusercontent.com/hyperweb-io/.github/refs/heads/main/assets/logo.svg" alt="hyperweb" width="80"><br />
4+
<img src="https://raw.githubusercontent.com/constructive-io/.github/refs/heads/main/assets/logo.svg" alt="constructive" width="80"><br />
55
</p>
66

7-
A modern, React-based dashboard for interacting with Kubernetes clusters, powered by Hyperweb. Provides an intuitive UI to view and manage resources like pods, deployments, services, and more.
7+
A modern, React-based dashboard for interacting with Kubernetes clusters, powered by Constructive. Provides an intuitive UI to view and manage resources like pods, deployments, services, and more.
88

99
<p align="center" width="100%">
10-
<img src="assets/screenshot.png" alt="hyperweb dashboard" width="500">
10+
<img src="assets/screenshot.png" alt="constructive dashboard" width="500">
1111
</p>
1212

1313
## Table of Contents
@@ -40,11 +40,11 @@ A modern, React-based dashboard for interacting with Kubernetes clusters, powere
4040

4141
1. Clone the repository:
4242
```bash
43-
git clone https://github.com/hyperweb-io/dashboard.git
43+
git clone https://github.com/constructive-io/kubernetesjs.git
4444
```
4545
2. Navigate to the React package:
4646
```bash
47-
cd dashboard/
47+
cd apps/op-dashboard/
4848
```
4949
3. Install dependencies:
5050
```bash
@@ -70,13 +70,9 @@ A modern, React-based dashboard for interacting with Kubernetes clusters, powere
7070
- `pnpm --filter @interweb/dashboard start` - Start the production build
7171
- `pnpm --filter @interweb/dashboard lint` - Run linter checks
7272

73-
## Contributing
74-
75-
Contributions are welcome! Feel free to open issues or submit pull requests on the [GitHub repository](https://github.com/hyperweb-io/dashboard).
76-
7773
## Credits
7874

79-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
75+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
8076

8177
## Disclaimer
8278

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/hyperweb-io/kubernetesjs"
8+
"url": "https://github.com/constructive-io/kubernetesjs"
99
},
1010
"license": "SEE LICENSE IN LICENSE",
1111
"publishConfig": {

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,52 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [0.3.4](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-11-09)
6+
## [0.3.4](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-11-09)
77

88
**Note:** Version bump only for package @kubernetesjs/cli
99

10-
## [0.3.3](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-10-16)
10+
## [0.3.3](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-10-16)
1111

1212
**Note:** Version bump only for package @kubernetesjs/cli
1313

14-
## [0.3.2](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-07-16)
14+
## [0.3.2](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-07-16)
1515

1616
**Note:** Version bump only for package @kubernetesjs/cli
1717

18-
## [0.3.1](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-07-10)
18+
## [0.3.1](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-07-10)
1919

2020
**Note:** Version bump only for package @kubernetesjs/cli
2121

22-
# [0.3.0](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-10)
22+
# [0.3.0](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-10)
2323

2424
**Note:** Version bump only for package @kubernetesjs/cli
2525

26-
## [0.2.2](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-03)
26+
## [0.2.2](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-03)
2727

2828
**Note:** Version bump only for package @kubernetesjs/cli
2929

30-
## [0.2.1](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-02)
30+
## [0.2.1](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-06-02)
3131

3232
**Note:** Version bump only for package @kubernetesjs/cli
3333

34-
# [0.2.0](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
34+
# [0.2.0](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
3535

3636
**Note:** Version bump only for package @kubernetesjs/cli
3737

38-
## [0.1.2](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
38+
## [0.1.2](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
3939

4040
**Note:** Version bump only for package @kubernetesjs/cli
4141

42-
## [0.1.1](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
42+
## [0.1.1](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
4343

4444
**Note:** Version bump only for package @kubernetesjs/cli
4545

46-
# [0.1.0](https://github.com/hyperweb-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
46+
# [0.1.0](https://github.com/constructive-io/kubernetes/compare/@kubernetesjs/[email protected]...@kubernetesjs/[email protected]) (2025-05-29)
4747

4848
### Features
4949

50-
- abstract client URL configuration for CLI ([4cc8dd2](https://github.com/hyperweb-io/kubernetes/commit/4cc8dd25bd61660ef339928d9ed6d6b83128028d))
51-
- implement kubectl-like commands for kubernetesjs CLI ([0090e4f](https://github.com/hyperweb-io/kubernetes/commit/0090e4f433dbb590974ad5fff588d8ec56bac371))
50+
- abstract client URL configuration for CLI ([4cc8dd2](https://github.com/constructive-io/kubernetes/commit/4cc8dd25bd61660ef339928d9ed6d6b83128028d))
51+
- implement kubectl-like commands for kubernetesjs CLI ([0090e4f](https://github.com/constructive-io/kubernetes/commit/0090e4f433dbb590974ad5fff588d8ec56bac371))
5252

5353
## 0.0.2 (2025-05-29)
5454

packages/cli/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# @kubernetesjs/cli
22

33
<p align="center" width="100%">
4-
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://raw.githubusercontent.com/constructive-io/.github/refs/heads/main/assets/logo.svg" alt="constructive" width="80"><br />
55
<br/>
66
TypeScript CLI for Kubernetes
77
<br />
8-
<a href="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml">
9-
<img height="20" src="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
8+
<a href="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml">
9+
<img height="20" src="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
1010
</a>
11-
<a href="https://github.com/hyperweb-io/kubernetesjs/blob/main/LICENSE">
11+
<a href="https://github.com/constructive-io/kubernetesjs/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
1414
</p>
@@ -152,17 +152,16 @@ yarn build:dev
152152

153153
Checkout these related projects:
154154

155-
* [`schema-typescript`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-typescript)
155+
* [`schema-typescript`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-typescript)
156156
Provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency.
157-
* [`@schema-typescript/cli`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/cli)
157+
* [`@schema-typescript/cli`](https://github.com/constructive-io/dev-utils/tree/main/packages/cli)
158158
CLI is the command line utility for `schema-typescript`.
159-
* [`schema-sdk`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-sdk)
159+
* [`schema-sdk`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-sdk)
160160
Provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency.
161-
* [`starship`](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
162161

163162
## Credits
164163

165-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
164+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
166165

167166
## Disclaimer
168167

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"main": "index.js",
2121
"module": "esm/index.js",
2222
"types": "index.d.ts",
23-
"homepage": "https://github.com/hyperweb-io/kubernetes",
23+
"homepage": "https://github.com/constructive-io/kubernetesjs",
2424
"license": "SEE LICENSE IN LICENSE",
2525
"publishConfig": {
2626
"access": "public",
2727
"directory": "dist"
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/hyperweb-io/kubernetes"
31+
"url": "https://github.com/constructive-io/kubernetesjs"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/hyperweb-io/kubernetes/issues"
34+
"url": "https://github.com/constructive-io/kubernetesjs/issues"
3535
},
3636
"bin": {
3737
"k8s": "index.js",

packages/kubernetesjs/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [0.7.4](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.7.4) (2025-11-09)
6+
## [0.7.4](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.7.4) (2025-11-09)
77

88
**Note:** Version bump only for package kubernetesjs
99

10-
## [0.7.3](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.7.3) (2025-10-16)
10+
## [0.7.3](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.7.3) (2025-10-16)
1111

1212
**Note:** Version bump only for package kubernetesjs
1313

14-
## [0.7.2](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.7.2) (2025-07-16)
14+
## [0.7.2](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.7.2) (2025-07-16)
1515

1616
**Note:** Version bump only for package kubernetesjs
1717

18-
## [0.7.1](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.7.1) (2025-07-10)
18+
## [0.7.1](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.7.1) (2025-07-10)
1919

2020
**Note:** Version bump only for package kubernetesjs
2121

22-
# [0.7.0](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.7.0) (2025-06-10)
22+
# [0.7.0](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.7.0) (2025-06-10)
2323

2424
**Note:** Version bump only for package kubernetesjs
2525

26-
## [0.6.2](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.6.2) (2025-06-03)
26+
## [0.6.2](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.6.2) (2025-06-03)
2727

2828
**Note:** Version bump only for package kubernetesjs
2929

30-
## [0.6.1](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.6.1) (2025-06-02)
30+
## [0.6.1](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.6.1) (2025-06-02)
3131

3232
**Note:** Version bump only for package kubernetesjs
3333

34-
# [0.6.0](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.6.0) (2025-05-29)
34+
# [0.6.0](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.6.0) (2025-05-29)
3535

3636
**Note:** Version bump only for package kubernetesjs
3737

38-
## [0.5.2](https://github.com/hyperweb-io/kubernetesjs/compare/[email protected]@0.5.2) (2025-05-29)
38+
## [0.5.2](https://github.com/constructive-io/kubernetesjs/compare/[email protected]@0.5.2) (2025-05-29)
3939

4040
**Note:** Version bump only for package kubernetesjs
4141

packages/kubernetesjs/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# KubernetesJS
22

33
<p align="center" width="100%">
4-
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://raw.githubusercontent.com/constructive-io/.github/refs/heads/main/assets/logo.svg" alt="constructive" width="80"><br />
55
<br/>
66
TypeScript Client for Kubernetes
77
<br />
8-
<a href="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml">
9-
<img height="20" src="https://github.com/hyperweb-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
8+
<a href="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml">
9+
<img height="20" src="https://github.com/constructive-io/kubernetesjs/actions/workflows/ci.yml/badge.svg"/>
1010
</a>
11-
<a href="https://github.com/hyperweb-io/kubernetesjs/blob/main/LICENSE">
11+
<a href="https://github.com/constructive-io/kubernetesjs/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
1414
</p>
@@ -174,17 +174,16 @@ kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'
174174

175175
Checkout these related projects:
176176

177-
* [`schema-typescript`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-typescript)
177+
* [`schema-typescript`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-typescript)
178178
Provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency.
179-
* [`@schema-typescript/cli`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/cli)
179+
* [`@schema-typescript/cli`](https://github.com/constructive-io/dev-utils/tree/main/packages/cli)
180180
CLI is the command line utility for `schema-typescript`.
181-
* [`schema-sdk`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-sdk)
181+
* [`schema-sdk`](https://github.com/constructive-io/dev-utils/tree/main/packages/schema-sdk)
182182
Provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency.
183-
* [`starship`](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
184183

185184
## Credits
186185

187-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
186+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
188187

189188
## Disclaimer
190189

packages/kubernetesjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"main": "index.js",
2121
"module": "esm/index.js",
2222
"types": "index.d.ts",
23-
"homepage": "https://github.com/hyperweb-io/kubernetesjs",
23+
"homepage": "https://github.com/constructive-io/kubernetesjs",
2424
"license": "SEE LICENSE IN LICENSE",
2525
"publishConfig": {
2626
"access": "public",
2727
"directory": "dist"
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/hyperweb-io/kubernetesjs"
31+
"url": "https://github.com/constructive-io/kubernetesjs"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/hyperweb-io/kubernetesjs/issues"
34+
"url": "https://github.com/constructive-io/kubernetesjs/issues"
3535
},
3636
"scripts": {
3737
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

packages/manifests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Notes
3434

3535
## Credits
3636

37-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
37+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**

0 commit comments

Comments
 (0)