Skip to content

Commit

Permalink
fix: Updates docs with version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Dec 21, 2023
1 parent e40f1d5 commit bcd6dd9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Releasing Hawtio Online

To release a new Hawtio Online version, update the version of @hawtio/online workspace package:
To release a new Hawtio Online version:

- [ ] update the version of @hawtio/online workspace package:
```
yarn workspace @hawtio/online version
yarn workspace @hawtio/online-shell version
```

Don't forget to push the changes and tag to the repository:
- [ ] Update the VERSION variable in the `Makefile`
- [ ] Update the website with the latest version information
- [ ] Update the documentation
- [ ] Commit the changes
- [ ] Tag the commit with the version
- [ ] Push the changes to the version.x branch
```
git push origin main --tags
```
6 changes: 3 additions & 3 deletions docs/generate-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You can generate _proxying_ and _serving_ certificates manually.

## Proxing
## Proxying

For OpenShift, here are the steps to be performed:

Expand All @@ -25,10 +25,10 @@ For OpenShift, here are the steps to be performed:
prompt = no
default_md = sha256
distinguished_name = dn
[ dn ]
CN = hawtio-online.hawtio.svc
[ v3_ext ]
authorityKeyIdentifier=keyid,issuer:always
keyUsage=keyEncipherment,dataEncipherment,digitalSignature
Expand Down
Binary file modified docs/hawtio-form-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/overview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bcd6dd9

Please sign in to comment.