mirror of https://github.com/halo-dev/halo
Prepare for next release 2.8.0 (#4168)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: - Update README - Bump version to 2.8.0-SNAPSHOT #### Does this PR introduce a user-facing change? ```release-note None ```pull/4180/head
parent
dcafee7e1f
commit
bf2b92e77c
|
@ -30,7 +30,7 @@ docker run \
|
||||||
--name halo \
|
--name halo \
|
||||||
-p 8090:8090 \
|
-p 8090:8090 \
|
||||||
-v ~/.halo2:/root/.halo2 \
|
-v ~/.halo2:/root/.halo2 \
|
||||||
halohub/halo:2.6 \
|
halohub/halo:2.7 \
|
||||||
--halo.security.initializer.superadminusername=admin \
|
--halo.security.initializer.superadminusername=admin \
|
||||||
--halo.security.initializer.superadminpassword=P@88w0rd
|
--halo.security.initializer.superadminpassword=P@88w0rd
|
||||||
```
|
```
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version=2.7.0-SNAPSHOT
|
version=2.8.0-SNAPSHOT
|
||||||
|
|
Loading…
Reference in New Issue