Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jul 16, 2024
1 parent 01efb6e commit b6ba130
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 35 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Omni 0.39.1](https://github.com/siderolabs/omni/releases/tag/v0.39.1) (2024-07-16)

Welcome to the v0.39.1 release of Omni!



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

### Contributors

* Artem Chernyshev

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

* [`01efb6e`](https://github.com/siderolabs/omni/commit/01efb6e5e6cbbd678a382eba2891aad798e69540) fix: use proper check for the machine set teardown flow
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.39.0](https://github.com/siderolabs/omni/releases/tag/v0.39.0)

## [Omni 0.39.0](https://github.com/siderolabs/omni/releases/tag/v0.39.0) (2024-07-05)

Welcome to the v0.39.0 release of Omni!
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ require (
golang.org/x/tools v0.22.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
google.golang.org/grpc v1.64.0
google.golang.org/grpc v1.64.1
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.3
k8s.io/api v0.30.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQ
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0=
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
google.golang.org/grpc v1.64.1 h1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=
google.golang.org/grpc v1.64.1/go.mod h1:hiQF4LFZelK2WKaP6W0L92zGHtiQdZxk8CrSdvyjeP0=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
32 changes: 1 addition & 31 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,4 @@ github_repo = "siderolabs/omni"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

pre_release = false
previous = "v0.38.0"

[notes]

[notes.exposed-services]
title = "Exposed Services Reliability"
description = """\
Exposed services proxy now provides more reliable connection to the underlying services for slower networks in the cluster.
Also if some nodes are down the proxy will evict them from the routing.
"""

[notes.equinix-metal]
title = "Equinix Metal"
description = """\
Equinix metal is now available as a download/PXE option in the UI/CLI.
"""

[notes.insecure-access]
title = "Insecure Node Access"
description = """\
It is now possible to access nodes running in maintenance mode using `talosctl`.
Omni account wide `talosconfig` and at least `Operator` user role is required for that.
No `--insecure` flag should be set.
"""

[notes.maintenance-talos-updates]
title = "Maintenance Talos Updates"
description = """\
Machine's Talos version can now be updated without adding the machine to a cluster.
Either `talosctl upgrade -n <uuid>` or the UI (Machines page) can be used for that.
"""
previous = "v0.39.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package omni
import (
"context"
"fmt"
"log"

"github.com/cosi-project/runtime/pkg/controller"
"github.com/cosi-project/runtime/pkg/controller/generic"
Expand Down Expand Up @@ -80,6 +81,7 @@ func (ctrl *MachineStatusSnapshotController) Settings() controller.QSettings {
case <-ctx.Done():
return nil
case resource := <-ctrl.siderolinkCh:
log.Printf(">>>>>> IT GOT HERE! %s", resource.TypedSpec().Value.MachineStatus.Stage)
if err := ctrl.reconcileSnapshot(ctx, r, resource); err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.39.0
v0.39.1

0 comments on commit b6ba130

Please sign in to comment.