Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow disabling the server public ips #190

Merged
merged 7 commits into from
Jun 5, 2024
Merged

Conversation

jooola
Copy link
Member

@jooola jooola commented Jun 5, 2024

Allow disabling the server's public IPs, and use the first available IP to connect to it (IPv4, IPv6, first private network IP).

Closes #188

@jooola jooola requested a review from a team as a code owner June 5, 2024 08:33
Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 56.09756% with 18 lines in your changes missing coverage. Please review.

Project coverage is 32.11%. Comparing base (c630760) to head (faf5a5f).

Files Patch % Lines
builder/hcloud/step_create_server.go 58.97% 13 Missing and 3 partials ⚠️
builder/hcloud/config.hcl2spec.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   32.49%   32.11%   -0.38%     
==========================================
  Files          11       11              
  Lines         677      685       +8     
==========================================
  Hits          220      220              
- Misses        433      441       +8     
  Partials       24       24              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jooola jooola requested a review from apricote June 5, 2024 14:24
@jooola jooola merged commit 82e6cdb into main Jun 5, 2024
10 checks passed
@jooola jooola deleted the disable-public-ips branch June 5, 2024 14:36
jooola pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.5.0](v1.4.0...v1.5.0)
(2024-06-05)


### Features

* add HCP packer support
([#122](#122))
([85435ef](85435ef))
* allow disabling the server public ips
([#190](#190))
([82e6cdb](82e6cdb)),
closes
[#188](#188)


### Bug Fixes

* ensure the upgrade server type is not nil
([#182](#182))
([d297dcb](d297dcb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support packer build with ipv6 only
2 participants