We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca41c5 commit 97f6d2aCopy full SHA for 97f6d2a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [v2.0.0](https://github.com/hetznercloud/setup-hcloud/releases/tag/v2.0.0)
4
+
5
+### Features
6
7
+- **BREAKING**: drop x32 architecture (#280)
8
+- **BREAKING**: **deps**: update node.js to v24 (#250)
9
10
+### Bug Fixes
11
12
+- **deps**: update dependency @actions/core to v2 (#265)
13
14
## [1.0.2](https://github.com/hetznercloud/setup-hcloud/compare/v1.0.1...v1.0.2) (2025-06-19)
15
16
package.json
@@ -1,7 +1,7 @@
{
"name": "setup-hcloud",
"description": "Github action to install the Hetzner Cloud CLI",
- "version": "1.0.2",
+ "version": "2.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/hetznercloud/setup-hcloud",
0 commit comments