Skip to content

Commit

Permalink
📝 Update readme and change log (#372)
Browse files Browse the repository at this point in the history
📝 Update readme and changelog
  • Loading branch information
tosone authored Jun 11, 2024
1 parent e68d12d commit 06dea67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

<a name="v1.3.0"></a>
## [v1.3.0](https://github.com/go-sigma/sigma/compare/v1.3.0-rc.1...v1.3.0) (2024-06-11)

### Features

* Push image to tcr ([#371](https://github.com/go-sigma/sigma/issues/371))
* Push image to acr ([#370](https://github.com/go-sigma/sigma/issues/370))
* Upgrade aws s3 v2 ([#369](https://github.com/go-sigma/sigma/issues/369))
* Login on enter key down ([#367](https://github.com/go-sigma/sigma/issues/367))
* Add icon on login page ([#366](https://github.com/go-sigma/sigma/issues/366))

### Docs

* Update changelog ([#365](https://github.com/go-sigma/sigma/issues/365))


<a name="v1.3.0-rc.1"></a>
## [v1.3.0-rc.1](https://github.com/go-sigma/sigma/compare/v1.2.0...v1.3.0-rc.1) (2024-05-05)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Sigma is an image registry that is extremely easy to deploy and maintain, and it
Now you can use this command to run a simple server:

``` bash
docker run --name sigma -p 3000:3000 --rm ghcr.io/go-sigma/sigma:nightly-alpine
docker run --name sigma -p 3000:3000 --rm ccr.ccs.tencentyun.com/go-sigma/sigma:nightly-alpine
```

The default username and password is: sigma/Admin@123, if you want to modify the default password, please refer to the instructions provided [here](https://docs.sigma.tosone.cn/docs/configuration).
Expand Down

0 comments on commit 06dea67

Please sign in to comment.