Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(v0.1.0-beta.2): prepare release #23

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## [talos-backup 0.1.0-beta.2](https://github.com/siderolabs/talos-backup/releases/tag/v0.1.0-beta.2) (2024-08-27)

Welcome to the v0.1.0-beta.2 release of talos-backup!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos-backup/issues.

### Contributors

* Noel Georgi
* Spencer Smith
* Cedric Grard
* Florian Ströger
* Lars Sjöström
* Philipp Sauter
* Victor Seva

### Changes
<details><summary>14 commits</summary>
<p>

* [`10759bd`](https://github.com/siderolabs/talos-backup/commit/10759bdb57330f1c7616cd0640ffa900a668af29) feat: add support for encryption as optional in BackupSnapshot
* [`db9891a`](https://github.com/siderolabs/talos-backup/commit/db9891a8419b1a3c6a3f32315006302998adcf7f) chore: rekres and bump deps
* [`1e05599`](https://github.com/siderolabs/talos-backup/commit/1e055998bd2ce90c07fdc25e6f3cac4ee99f3aa1) feat: add support for UsePathStyle in ServiceConfig
* [`ec893b4`](https://github.com/siderolabs/talos-backup/commit/ec893b4febc922082ebb57da6380e568eb4a851c) chore(ci): create multiplatform (amd&arm) image
* [`5ce42bf`](https://github.com/siderolabs/talos-backup/commit/5ce42bf41bd18e401af96f1beafe8ac063950af3) chore: rekres
* [`81092b2`](https://github.com/siderolabs/talos-backup/commit/81092b2b574875846a5c01c38dc85b066105407f) chore: rekres
* [`8581dad`](https://github.com/siderolabs/talos-backup/commit/8581dad1537f17cc55debdc1d4fd05547d04b379) fix: need signing region for custom s3 endpoint
* [`c9d9843`](https://github.com/siderolabs/talos-backup/commit/c9d9843e5d6a78100d85ebc38209d4ecc37438c3) chore: update build instructions
* [`17b8780`](https://github.com/siderolabs/talos-backup/commit/17b8780b168eaa091aaa9872a89920644a74c9d8) chore: rekres
* [`6b31cb1`](https://github.com/siderolabs/talos-backup/commit/6b31cb102ab6ddf3571bc7e6fce2ed038c795fa2) release(v0.1.0-alpha.0): prepare release
* [`2a79236`](https://github.com/siderolabs/talos-backup/commit/2a79236f469a68f53129420757e9a46136fd2001) feat: update mods, rekres, and combine everything under `talos-backup`
* [`200e485`](https://github.com/siderolabs/talos-backup/commit/200e485374684b0db644ee405b32aeee3ce67314) feat: etcd snapshot service for kubernetes
* [`e8e2910`](https://github.com/siderolabs/talos-backup/commit/e8e2910e3439b64d46e016a314d399924a84ffd6) chore: update name, version bump talos machinery
* [`b2a0b1c`](https://github.com/siderolabs/talos-backup/commit/b2a0b1c457325c212527d54666b399b9b935f3fc) feat: first commit and kressification
</p>
</details>

### Changes since v0.1.0-beta.1
<details><summary>3 commits</summary>
<p>

* [`10759bd`](https://github.com/siderolabs/talos-backup/commit/10759bdb57330f1c7616cd0640ffa900a668af29) feat: add support for encryption as optional in BackupSnapshot
* [`db9891a`](https://github.com/siderolabs/talos-backup/commit/db9891a8419b1a3c6a3f32315006302998adcf7f) chore: rekres and bump deps
* [`1e05599`](https://github.com/siderolabs/talos-backup/commit/1e055998bd2ce90c07fdc25e6f3cac4ee99f3aa1) feat: add support for UsePathStyle in ServiceConfig
</p>
</details>

### Dependency Changes

This release has no dependency changes

## [talos-backup 0.1.0-alpha.0](https://github.com/siderolabs/talos-backup/releases/tag/v0.1.0-alpha.0) (2023-05-04)

Welcome to the v0.1.0-alpha.0 release of talos-backup!
Expand Down