Skip to content

Commit

Permalink
release(v0.1.0-alpha.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.0-alpha.0 release. Also adds the license header to files necessary for conform to pass.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed May 4, 2023
1 parent 2a79236 commit 6b31cb1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## [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!



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

### Contributors

* Spencer Smith
* Philipp Sauter

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

* [`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>

### Dependency Changes

This release has no dependency changes

4 changes: 4 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

// Package config provides functions for parsing the
// backup configs
package config
Expand Down
4 changes: 4 additions & 0 deletions pkg/s3/s3.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

// Package s3 provides functions for pushing a file to s3
package s3

Expand Down
4 changes: 4 additions & 0 deletions pkg/talos/talos.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

// Package talos provides functions for connecting to and
// taking snapshots from a given talos cluster
package talos
Expand Down

0 comments on commit 6b31cb1

Please sign in to comment.