Skip to content

Commit 4a71b04

Browse files
chore(main): release v0.10.2 (#236)
<!-- section-start changelog --> ### Bug Fixes - hcloud_server deprecation warnings (#235) - more hcloud_server deprecation warnings <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf90265 commit 4a71b04

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.10.2](https://github.com/hetznercloud/kubernetes-dev-env/releases/tag/v0.10.2)
4+
5+
### Bug Fixes
6+
7+
- hcloud_server deprecation warnings (#235)
8+
- more hcloud_server deprecation warnings
9+
310
## [v0.10.1](https://github.com/hetznercloud/kubernetes-dev-env/releases/tag/v0.10.1)
411

512
### Bug Fixes

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev" {
2-
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.10.1" # x-releaser-pleaser-version
2+
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.10.2" # x-releaser-pleaser-version
33

44
name = "k8s-dev-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
55
hcloud_token = var.hcloud_token

0 commit comments

Comments
 (0)