Skip to content

Commit

Permalink
prepare new version (#1379)
Browse files Browse the repository at this point in the history
* prepare new version

* update description

* update description

* update description
  • Loading branch information
Despire authored May 9, 2024
1 parent 72edcb0 commit 2dec46d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/CHANGELOG/changelog-0.8.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Claudie `v0.8`

!!! warning "Due to updating terraform files the `v0.8.x` clusters build with claudie version `v0.7.x` will be forced to be recreated. Before updating make backups of your data"

## Deployment

To deploy Claudie `v0.8.X`, please:

1. Download claudie.yaml from [release page](https://github.com/berops/claudie/releases)

2. Verify the checksum with `sha256` (optional)

We provide checksums in `claudie_checksum.txt` you can verify the downloaded yaml files againts the provided checksums.

3. Install claudie using `kubectl`

> We strongly recommend changing the default credentials for MongoDB, MinIO and DynamoDB before you deploy it.
```
kubectl apply -f https://github.com/berops/claudie/releases/latest/download/claudie.yaml
```

To further harden claudie, you may want to deploy our pre-defined network policies:
```bash
# for clusters using cilium as their CNI
kubectl apply -f https://github.com/berops/claudie/releases/latest/download/network-policy-cilium.yaml
```
```bash
# other
kubectl apply -f https://github.com/berops/claudie/releases/latest/download/network-policy.yaml
```


## v0.8.0

### Features

- Allow to reapply manifest after ERROR [#1337](https://github.com/berops/claudie/pull/1337)
- Allow other usernames with root access [#1335](https://github.com/berops/claudie/pull/1335)
- Fix substring match resulting in deletion of wrong nodes [#1350](https://github.com/berops/claudie/pull/1350)
- Add spec.providers validation [#1352](https://github.com/berops/claudie/pull/1352)
- Correctly change the API endpoint [#1366](https://github.com/berops/claudie/pull/1366)
- Restrict nodepool and cluster names to 14 and 28 characters respectively, and add the ability to define and use providers in a single cluster [#1348](https://github.com/berops/claudie/pull/1348)
- Prohibit changing the cloud provider in a nodepool [#1371](https://github.com/berops/claudie/pull/1371)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ nav:
- Claudie v0.5: CHANGELOG/changelog-0.5.x.md
- Claudie v0.6: CHANGELOG/changelog-0.6.x.md
- Claudie v0.7: CHANGELOG/changelog-0.7.x.md
- Claudie v0.8: CHANGELOG/changelog-0.8.x.md
- Latency limitations: latency-limitations/latency-limitations.md
- Troubleshooting: troubleshooting/troubleshooting.md
- Creating Claudie Backup: creating-claudie-backup/creating-claudie-backup.md
Expand Down

0 comments on commit 2dec46d

Please sign in to comment.