From 540d85aff43a9923dce7ed7333d0854e9170cd80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jun 2022 15:34:52 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-06-01) ### Bug Fixes * adjusted due new Rancher version ([f51fff4](https://github.com/markusheinemann/ui-driver-hetzner/commit/f51fff4c3698789088e880fe2451427857cdeee9)) * hetznerConfig networks=NotNullable (fix: [#48](https://github.com/markusheinemann/ui-driver-hetzner/issues/48)) ([#49](https://github.com/markusheinemann/ui-driver-hetzner/issues/49)) ([1ff0c49](https://github.com/markusheinemann/ui-driver-hetzner/commit/1ff0c4962570396e72b57e393e9831d205fa161d)) * remove the serverLabels config if we don't set any labels ([#111](https://github.com/markusheinemann/ui-driver-hetzner/issues/111)) ([55886d7](https://github.com/markusheinemann/ui-driver-hetzner/commit/55886d7c13b4d96206031fe2b7687187aef5c5d6)) * typo ([6a9f7c8](https://github.com/markusheinemann/ui-driver-hetzner/commit/6a9f7c8a8327b3391e7dd517cd1c06443d5e912c)) ### Features * add firewall support ([#115](https://github.com/markusheinemann/ui-driver-hetzner/issues/115)) ([4ce4c87](https://github.com/markusheinemann/ui-driver-hetzner/commit/4ce4c872894d659fc8be0c409fd84f5bc6d75868)) * also add labels to Hetzner Server from NodeTemplate ([#109](https://github.com/markusheinemann/ui-driver-hetzner/issues/109)) ([988200f](https://github.com/markusheinemann/ui-driver-hetzner/commit/988200f8c3854056d7f84c5023d4f2bd1f7a143d)) * bump docker-machine-driver to 2.0.0 ([deb05e6](https://github.com/markusheinemann/ui-driver-hetzner/commit/deb05e658432ec2a980bb38f84a6f29454b70dbf)) * implement possibility to add additional ssh keys ([#108](https://github.com/markusheinemann/ui-driver-hetzner/issues/108)) ([8697b94](https://github.com/markusheinemann/ui-driver-hetzner/commit/8697b9489d6abef3861ea34322389efc3e6b0588)) * Networks Feature (fix: [#37](https://github.com/markusheinemann/ui-driver-hetzner/issues/37)) ([#38](https://github.com/markusheinemann/ui-driver-hetzner/issues/38)) ([1e5e569](https://github.com/markusheinemann/ui-driver-hetzner/commit/1e5e5691a9f2ecf2cf1befe5d986f86f23c72858)) * private network support ([#83](https://github.com/markusheinemann/ui-driver-hetzner/issues/83)) ([424f834](https://github.com/markusheinemann/ui-driver-hetzner/commit/424f83433cc222c75ca9eea35336a646fccf9243)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68e8a4b..d6704a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-driver-hetzner", - "version": "0.1.0", + "version": "1.0.0", "description": "Rancher UI driver for the Hetzner Cloud docker-machine driver", "repository": { "type": "git",