Skip to content

Commit

Permalink
repleaced nebstudio all
Browse files Browse the repository at this point in the history
  • Loading branch information
nebstudio committed Jul 15, 2024
1 parent d08f56c commit 88b443a
Show file tree
Hide file tree
Showing 718 changed files with 3,547 additions and 3,547 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question (GitHub Discussions)
url: https://github.com/labring/sealos/discussions
url: https://github.com/nebstudio/sealos/discussions
about: |
Please do not submit "a bug report" for asking a question.
In most cases, GitHub Discussions is the best place to ask a question.
Expand Down
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ area/buildah:
- any: [ 'pkg/buildah/**/*' ]

area/imageCRIShim:
- any: [ 'staging/src/github.com/labring/image-cri-shim/**/*' ]
- any: [ 'staging/src/github.com/nebstudio/image-cri-shim/**/*' ]

area/lvscare:
- any: [ 'staging/src/github.com/labring/lvscare/**/*' ]
- any: [ 'staging/src/github.com/nebstudio/lvscare/**/*' ]

area/bootstrap:
- any: [ 'pkg/bootstrap/**/*' ]
Expand Down
8 changes: 4 additions & 4 deletions .github/sync_code.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
labring/lvscare:
- source: staging/src/github.com/labring/lvscare/
nebstudio/lvscare:
- source: staging/src/github.com/nebstudio/lvscare/
dest: .
deleteOrphaned: true

labring/image-cri-shim:
- source: staging/src/github.com/labring/image-cri-shim/
nebstudio/image-cri-shim:
- source: staging/src/github.com/nebstudio/image-cri-shim/
dest: .
deleteOrphaned: true
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ builds:
- osusergo
- exclude_graphdriver_btrfs
ldflags:
- -X github.com/labring/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/labring/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/labring/sealos/pkg/version.buildDate={{.Date}}
- -X github.com/nebstudio/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/nebstudio/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/nebstudio/sealos/pkg/version.buildDate={{.Date}}
- -s -w
overrides:
- goos: linux
Expand Down Expand Up @@ -73,9 +73,9 @@ builds:
- osusergo
- exclude_graphdriver_btrfs
ldflags:
- -X github.com/labring/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/labring/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/labring/sealos/pkg/version.buildDate={{.Date}}
- -X github.com/nebstudio/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/nebstudio/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/nebstudio/sealos/pkg/version.buildDate={{.Date}}
- -s -w
overrides:
- goos: linux
Expand Down Expand Up @@ -107,9 +107,9 @@ builds:
- osusergo
- exclude_graphdriver_btrfs
ldflags:
- -X github.com/labring/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/labring/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/labring/sealos/pkg/version.buildDate={{.Date}}
- -X github.com/nebstudio/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/nebstudio/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/nebstudio/sealos/pkg/version.buildDate={{.Date}}
- -s -w

- id: image-cri-shim
Expand All @@ -132,9 +132,9 @@ builds:
- osusergo
- exclude_graphdriver_btrfs
ldflags:
- -X github.com/labring/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/labring/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/labring/sealos/pkg/version.buildDate={{.Date}}
- -X github.com/nebstudio/sealos/pkg/version.gitVersion={{.Version}}
- -X github.com/nebstudio/sealos/pkg/version.gitCommit={{.ShortCommit}}
- -X github.com/nebstudio/sealos/pkg/version.buildDate={{.Date}}
- -s -w

dockers:
Expand Down Expand Up @@ -216,8 +216,8 @@ nfpms:
- id: packages
builds:
- sealos
vendor: labring
homepage: https://github.com/labring/sealos
vendor: nebstudio
homepage: https://github.com/nebstudio/sealos
maintainer: fanux (https://github.com/fanux)
description: Cloud OS distribution with Kubernetes as kernel
license: Apache 2.0
Expand Down
272 changes: 136 additions & 136 deletions CHANGELOG/CHANGELOG-4.0.0.md

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions CHANGELOG/CHANGELOG-4.1.0-rc1.md

Large diffs are not rendered by default.

224 changes: 112 additions & 112 deletions CHANGELOG/CHANGELOG-4.1.0-rc2.md

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions CHANGELOG/CHANGELOG-4.1.0-rc3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [v4.1.0-rc3](#v410-rc3httpsgithubcomlabringsealosreleasestagv410-rc3)
- [v4.1.0-rc3](#v410-rc3httpsgithubcomnebstudiosealosreleasestagv410-rc3)
- [Downloads for v4.1.0-rc3](#downloads-for-v410-rc3)
- [Source Code](#source-code)
- [Client Binaries](#client-binaries)
Expand All @@ -7,7 +7,7 @@
- [NewContributors](#new-contributors)


# [v4.1.0-rc3](https://github.com/labring/sealos/releases/tag/v4.1.0-rc3)
# [v4.1.0-rc3](https://github.com/nebstudio/sealos/releases/tag/v4.1.0-rc3)

## Downloads for v4.1.0-rc3

Expand All @@ -16,60 +16,60 @@

filename |
-------- |
[v4.1.0-rc3.tar.gz](https://github.com/labring/sealos/archive/refs/tags/v4.1.0-rc3.tar.gz) |
[v4.1.0-rc3.tar.gz](https://github.com/nebstudio/sealos/archive/refs/tags/v4.1.0-rc3.tar.gz) |

### Client Binaries

filename |
-------- |
[sealos_4.1.0-rc3_linux_amd64.tar.gz](https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz) |
[sealos_4.1.0-rc3_linux_arm64.tar.gz](https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_arm64.tar.gz) |
[sealos_4.1.0-rc3_linux_amd64.tar.gz](https://github.com/nebstudio/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz) |
[sealos_4.1.0-rc3_linux_arm64.tar.gz](https://github.com/nebstudio/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_arm64.tar.gz) |

## Usage

amd64:

```shell
wget https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz && tar -zxvf sealos_4.1.0-rc3_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
wget https://github.com/nebstudio/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz && tar -zxvf sealos_4.1.0-rc3_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
sealos run nebstudio/kubernetes:v1.24.0 nebstudio/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
```

arm64:

```shell
wget https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_arm64.tar.gz && tar -zxvf sealos_4.1.0-rc3_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
wget https://github.com/nebstudio/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_arm64.tar.gz && tar -zxvf sealos_4.1.0-rc3_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
sealos run nebstudio/kubernetes:v1.24.0 nebstudio/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
```


## Changelog since v4.1.0-rc2

### What's Changed

* feat: add terminal status by @gitccl in https://github.com/labring/sealos/pull/1587
* docs: add example for Config by @fengxsong in https://github.com/labring/sealos/pull/1591
* update terminal frontend svc get by @zzjin in https://github.com/labring/sealos/pull/1582
* style: correct flag usage by @fengxsong in https://github.com/labring/sealos/pull/1593
* feature(main): buildx user-controller by @cuisongliu in https://github.com/labring/sealos/pull/1588
* Update client-js to support crd get status return by @zzjin in https://github.com/labring/sealos/pull/1595
* Fix work replace by @zzjin in https://github.com/labring/sealos/pull/1597
* feat: Attach aws Volume (#1512) by @HURUIZHE in https://github.com/labring/sealos/pull/1589
* feature(main): add usergroups controller for user by @cuisongliu in https://github.com/labring/sealos/pull/1600
* fixed typo by @fanux in https://github.com/labring/sealos/pull/1607
* style: file rename by @LeezQ in https://github.com/labring/sealos/pull/1602
* Fix #1605 by @muicoder in https://github.com/labring/sealos/pull/1606
* update account controller to listen the payment crd by @fanux in https://github.com/labring/sealos/pull/1609
* add semgrep sast scan by @zzjin in https://github.com/labring/sealos/pull/1610
* feature(main): add tips in running routeMode by @cuisongliu in https://github.com/labring/sealos/pull/1611
* feature(main): add image for sealos by @cuisongliu in https://github.com/labring/sealos/pull/1613
* feature(main): add v1.25 k8s support by @cuisongliu in https://github.com/labring/sealos/pull/1616
* fix payment and account controller recharge failed by @fanux in https://github.com/labring/sealos/pull/1617
* feat: add terminal status by @gitccl in https://github.com/nebstudio/sealos/pull/1587
* docs: add example for Config by @fengxsong in https://github.com/nebstudio/sealos/pull/1591
* update terminal frontend svc get by @zzjin in https://github.com/nebstudio/sealos/pull/1582
* style: correct flag usage by @fengxsong in https://github.com/nebstudio/sealos/pull/1593
* feature(main): buildx user-controller by @cuisongliu in https://github.com/nebstudio/sealos/pull/1588
* Update client-js to support crd get status return by @zzjin in https://github.com/nebstudio/sealos/pull/1595
* Fix work replace by @zzjin in https://github.com/nebstudio/sealos/pull/1597
* feat: Attach aws Volume (#1512) by @HURUIZHE in https://github.com/nebstudio/sealos/pull/1589
* feature(main): add usergroups controller for user by @cuisongliu in https://github.com/nebstudio/sealos/pull/1600
* fixed typo by @fanux in https://github.com/nebstudio/sealos/pull/1607
* style: file rename by @LeezQ in https://github.com/nebstudio/sealos/pull/1602
* Fix #1605 by @muicoder in https://github.com/nebstudio/sealos/pull/1606
* update account controller to listen the payment crd by @fanux in https://github.com/nebstudio/sealos/pull/1609
* add semgrep sast scan by @zzjin in https://github.com/nebstudio/sealos/pull/1610
* feature(main): add tips in running routeMode by @cuisongliu in https://github.com/nebstudio/sealos/pull/1611
* feature(main): add image for sealos by @cuisongliu in https://github.com/nebstudio/sealos/pull/1613
* feature(main): add v1.25 k8s support by @cuisongliu in https://github.com/nebstudio/sealos/pull/1616
* fix payment and account controller recharge failed by @fanux in https://github.com/nebstudio/sealos/pull/1617

## New Contributors

* @LeezQ made their first contribution in https://github.com/labring/sealos/pull/1602
* @muicoder made their first contribution in https://github.com/labring/sealos/pull/1606
* @LeezQ made their first contribution in https://github.com/nebstudio/sealos/pull/1602
* @muicoder made their first contribution in https://github.com/nebstudio/sealos/pull/1606

**Full Changelog**: https://github.com/labring/sealos/compare/v4.1.0-rc2...v4.1.0-rc3
**Full Changelog**: https://github.com/nebstudio/sealos/compare/v4.1.0-rc2...v4.1.0-rc3
68 changes: 34 additions & 34 deletions CHANGELOG/CHANGELOG-4.1.0.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- [v4.1.0](#v410httpsgithubcomlabringsealosreleasestagv410)
- [v4.1.0](#v410httpsgithubcomnebstudiosealosreleasestagv410)
- [Downloads for v4.1.0](#downloads-for-v410)
- [Source Code](#source-code)
- [Client Binaries](#client-binaries)
- [Usage](#usage)
- [Changelog since v4.1.0](#changelog-since-v410-rc3)


# [v4.1.0](https://github.com/labring/sealos/releases/tag/v4.1.0)
# [v4.1.0](https://github.com/nebstudio/sealos/releases/tag/v4.1.0)

## Downloads for v4.1.0

Expand All @@ -15,60 +15,60 @@

filename |
-------- |
[v4.1.0.tar.gz](https://github.com/labring/sealos/archive/refs/tags/v4.1.0.tar.gz) |
[v4.1.0.tar.gz](https://github.com/nebstudio/sealos/archive/refs/tags/v4.1.0.tar.gz) |

### Client Binaries

filename |
-------- |
[sealos_4.1.0_linux_amd64.tar.gz](https://github.com/labring/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_amd64.tar.gz) |
[sealos_4.1.0_linux_arm64.tar.gz](https://github.com/labring/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_arm64.tar.gz) |
[sealos_4.1.0_linux_amd64.tar.gz](https://github.com/nebstudio/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_amd64.tar.gz) |
[sealos_4.1.0_linux_arm64.tar.gz](https://github.com/nebstudio/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_arm64.tar.gz) |

## Usage

amd64:

```shell
wget https://github.com/labring/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_amd64.tar.gz && tar -zxvf sealos_4.1.0_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
wget https://github.com/nebstudio/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_amd64.tar.gz && tar -zxvf sealos_4.1.0_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
sealos run nebstudio/kubernetes:v1.24.0 nebstudio/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
```

arm64:

```shell
wget https://github.com/labring/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_arm64.tar.gz && tar -zxvf sealos_4.1.0_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
wget https://github.com/nebstudio/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_arm64.tar.gz && tar -zxvf sealos_4.1.0_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
sealos run nebstudio/kubernetes:v1.24.0 nebstudio/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
```


## Changelog since v4.1.0-rc3

### What's Changed

* feature(main): add usergroupbindings controller for user by @cuisongliu in https://github.com/labring/sealos/pull/1618
* fix: use bufio.reader to avoid token too long error by @fengxsong in https://github.com/labring/sealos/pull/1624
* add payment spec verify by @fanux in https://github.com/labring/sealos/pull/1622
* add terminal record to show how to use sealos install kubernetes cluster by @fanux in https://github.com/labring/sealos/pull/1626
* update install doc by @zzjin in https://github.com/labring/sealos/pull/1627
* add first contribution about github workflow by @fanux in https://github.com/labring/sealos/pull/1628
* fix vercel render failed by @fanux in https://github.com/labring/sealos/pull/1630
* fix vercel render failed by @fanux in https://github.com/labring/sealos/pull/1631
* fixed vercel build failed by @fanux in https://github.com/labring/sealos/pull/1634
* Update repo-file-sync-action version to v1 by @SignorMercurio in https://github.com/labring/sealos/pull/1635
* add english docs for cluster lifecycle by @fanux in https://github.com/labring/sealos/pull/1637
* style: unifying definitions of command line flags by @fengxsong in https://github.com/labring/sealos/pull/1638
* add uuid address for terminal by @gitccl in https://github.com/labring/sealos/pull/1639
* add some notes by @HURUIZHE in https://github.com/labring/sealos/pull/1644
* change 'auth/main.go log' by @Rushmmmc in https://github.com/labring/sealos/pull/1642
* ci: auto format code with `make format` by @SignorMercurio in https://github.com/labring/sealos/pull/1645
* feature(main): add docker support by @cuisongliu in https://github.com/labring/sealos/pull/1604
* feat:init metering by @xiao-jay in https://github.com/labring/sealos/pull/1647
* translate en docs by @fanux in https://github.com/labring/sealos/pull/1646
* fix auto-format by pull from right repo url by @zzjin in https://github.com/labring/sealos/pull/1653
* feature(main): add convert code from kubernetes by @cuisongliu in https://github.com/labring/sealos/pull/1652
* feature(main): fix shim for docker by @cuisongliu in https://github.com/labring/sealos/pull/1657


**Full Changelog**: https://github.com/labring/sealos/compare/v4.1.0-rc3...v4.1.0
* feature(main): add usergroupbindings controller for user by @cuisongliu in https://github.com/nebstudio/sealos/pull/1618
* fix: use bufio.reader to avoid token too long error by @fengxsong in https://github.com/nebstudio/sealos/pull/1624
* add payment spec verify by @fanux in https://github.com/nebstudio/sealos/pull/1622
* add terminal record to show how to use sealos install kubernetes cluster by @fanux in https://github.com/nebstudio/sealos/pull/1626
* update install doc by @zzjin in https://github.com/nebstudio/sealos/pull/1627
* add first contribution about github workflow by @fanux in https://github.com/nebstudio/sealos/pull/1628
* fix vercel render failed by @fanux in https://github.com/nebstudio/sealos/pull/1630
* fix vercel render failed by @fanux in https://github.com/nebstudio/sealos/pull/1631
* fixed vercel build failed by @fanux in https://github.com/nebstudio/sealos/pull/1634
* Update repo-file-sync-action version to v1 by @SignorMercurio in https://github.com/nebstudio/sealos/pull/1635
* add english docs for cluster lifecycle by @fanux in https://github.com/nebstudio/sealos/pull/1637
* style: unifying definitions of command line flags by @fengxsong in https://github.com/nebstudio/sealos/pull/1638
* add uuid address for terminal by @gitccl in https://github.com/nebstudio/sealos/pull/1639
* add some notes by @HURUIZHE in https://github.com/nebstudio/sealos/pull/1644
* change 'auth/main.go log' by @Rushmmmc in https://github.com/nebstudio/sealos/pull/1642
* ci: auto format code with `make format` by @SignorMercurio in https://github.com/nebstudio/sealos/pull/1645
* feature(main): add docker support by @cuisongliu in https://github.com/nebstudio/sealos/pull/1604
* feat:init metering by @xiao-jay in https://github.com/nebstudio/sealos/pull/1647
* translate en docs by @fanux in https://github.com/nebstudio/sealos/pull/1646
* fix auto-format by pull from right repo url by @zzjin in https://github.com/nebstudio/sealos/pull/1653
* feature(main): add convert code from kubernetes by @cuisongliu in https://github.com/nebstudio/sealos/pull/1652
* feature(main): fix shim for docker by @cuisongliu in https://github.com/nebstudio/sealos/pull/1657


**Full Changelog**: https://github.com/nebstudio/sealos/compare/v4.1.0-rc3...v4.1.0
Loading

0 comments on commit 88b443a

Please sign in to comment.