Skip to content

Commit

Permalink
release(v0.1.0-alpha.9): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.0-alpha.9 release.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Oct 18, 2022
1 parent 61e47a3 commit 528011a
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitScopeDisabled",
"schedule:earlyMondays"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"go",
"golang-version"
],
"groupName": "go packages"
}
],
"dependencyDashboard": true
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [terraform-provider-talos 0.1.0-alpha.9](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.1.0-alpha.9) (2022-10-18)

Welcome to the v0.1.0-alpha.9 release of terraform-provider-talos!
*This is a pre-release of terraform-provider-talos*



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

### Component Updates

Talos sdk: v1.2.5


### Contributors


### Changes
<details><summary>0 commit</summary>
<p>

</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.1.0-alpha.8](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.1.0-alpha.8)

## [terraform-provider-talos 1.2.4](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v1.2.4) (2022-10-18)

Welcome to the v1.2.4 release of terraform-provider-talos!
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/siderolabs/go-pointer v1.0.0
github.com/stretchr/testify v1.8.0
github.com/talos-systems/net v0.3.2
github.com/talos-systems/talos/pkg/machinery v1.2.4
github.com/talos-systems/talos/pkg/machinery v1.2.5
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ github.com/talos-systems/go-retry v0.1.1-0.20201113203059-8c63d290a688/go.mod h1
github.com/talos-systems/go-retry v0.3.1 h1:GjjyHB8i1CJpb1O5qYPMljq74cRQ5uiDoyMaWddA5FA=
github.com/talos-systems/net v0.3.2 h1:IMseRyuha8fNsv/3FbQPRE9hLVRBEFR+9sxcoETQ5vI=
github.com/talos-systems/net v0.3.2/go.mod h1:zhcGixNJz9dgwFiUwc7gkkAqdVqXagU1SNNoIVXYKGo=
github.com/talos-systems/talos/pkg/machinery v1.2.4 h1:xktg8Q74dJSWN5HVwwh+u9IKfoMZ2T1HpPJSBcDoQx4=
github.com/talos-systems/talos/pkg/machinery v1.2.4/go.mod h1:bMaqe3cZ95419vkUt+zQQXXvgVcW7saTi80RsWyIC2M=
github.com/talos-systems/talos/pkg/machinery v1.2.5 h1:cccQLWqb7kKp2UNDEwHGlJ6OkCBRq04/pj20HsQOxAU=
github.com/talos-systems/talos/pkg/machinery v1.2.5/go.mod h1:bMaqe3cZ95419vkUt+zQQXXvgVcW7saTi80RsWyIC2M=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ project_name = "terraform-provider-talos"
github_repo = "siderolabs/terraform-provider-talos"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.1.0-alpha.7"
previous = "v0.1.0-alpha.8"
pre_release = true

[notes]

[notes.updates]
title = "Component Updates"
description = """\
Talos sdk: v1.2.4
Talos sdk: v1.2.5
"""

0 comments on commit 528011a

Please sign in to comment.