Skip to content

Commit

Permalink
[Backport release-1.x] feat(server): deprecate ServerRescueTypeLinux32 (
Browse files Browse the repository at this point in the history
#379)

Backport 2f334c3 from #378.

BEGIN_COMMIT_OVERRIDE
feat(server): deprecate ServerRescueTypeLinux32 #379
END_COMMIT_OVERRIDE

Co-authored-by: pauhull <22707808+pauhull@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and phm07 committed Jan 26, 2024
1 parent 64902c5 commit 7337010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcloud/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ type ServerRescueType string

// List of rescue types.
const (
// Deprecated: Use ServerRescueTypeLinux64 instead.
ServerRescueTypeLinux32 ServerRescueType = "linux32"
ServerRescueTypeLinux64 ServerRescueType = "linux64"
)
Expand Down

0 comments on commit 7337010

Please sign in to comment.