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

Update dependency hcloud to v1.35.0 #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hcloud (changelog) ==1.3.0 -> ==1.35.0 age adoption passing confidence

Release Notes

hetznercloud/hcloud-python (hcloud)

v1.35.0

Compare Source

Features
  • add include_deprecated option when fetching images by name (#​375) (6d86f86)
Bug Fixes
  • raise warnings for the ImagesClient.get_by_name deprecation (#​376) (b24de80)

v1.34.0

Compare Source

Features

v1.33.3

Compare Source

Bug Fixes
  • invalid type for load balancer private network property (#​372) (903e92f)
Dependencies
  • update codecov/codecov-action action to v4 (#​359) (a798979)
  • update dependency mypy to >=1.9,<1.10 (#​368) (4b9328c)
  • update dependency pylint to >=3,<3.2 (#​364) (d71d17f)
  • update dependency pytest to >=8,<8.2 (#​366) (8665dcf)
  • update dependency pytest to v8 (#​357) (f8f756f)
  • update dependency pytest-cov to v5 (#​371) (04a6a42)
  • update dependency watchdog to v4 (#​360) (cb8d383)
  • update pre-commit hook asottile/pyupgrade to v3.15.1 (#​362) (dd2a521)
  • update pre-commit hook asottile/pyupgrade to v3.15.2 (3d02ad7)
  • update pre-commit hook psf/black-pre-commit-mirror to v24 (#​356) (b46397d)
  • update pre-commit hook psf/black-pre-commit-mirror to v24.1.1 (#​358) (7e4645e)
  • update pre-commit hook psf/black-pre-commit-mirror to v24.2.0 (#​361) (5b56ace)
  • update pre-commit hook psf/black-pre-commit-mirror to v24.3.0 (3bbac5d)
  • update pre-commit hook pycqa/flake8 to v7 (#​354) (66a582f)
  • update pypa/gh-action-pypi-publish action to v1.8.12 (#​365) (55db255)
  • update pypa/gh-action-pypi-publish action to v1.8.14 (#​367) (0cb615f)

v1.33.2

Compare Source

Bug Fixes
  • publish package to PyPI using OIDC auth (1a0e93b)

v1.33.0

Compare Source

Features
  • add metrics endpoint for load balancers and servers (#​331) (ee3c54f)
Bug Fixes
Dependencies

v1.32.0

Compare Source

Features
  • allow returning root_password in servers rebuild (#​276) (38e098a)
Dependencies
  • update dependency mypy to >=1.7,<1.8 (#​325) (7b59a2d)
  • update pre-commit hook pre-commit/mirrors-prettier to v3.1.0 (#​326) (213b661)
  • update pre-commit hook psf/black-pre-commit-mirror to v23.10.1 (#​322) (999afe3)
  • update pre-commit hook psf/black-pre-commit-mirror to v23.11.0 (#​324) (7b2a24e)

v1.31.0

Compare Source

Features
Dependencies
  • update pre-commit hook psf/black-pre-commit-mirror to v23.10.0 (#​319) (184bbe6)

v1.30.0

Compare Source

Features
Dependencies

v1.29.1

Compare Source

Bug Fixes

v1.29.0

Compare Source

Features
  • add domain attribute type hints to bound models (#​300) (6d46d06)
  • firewalls: add applied_to_resources to FirewallResource (#​297) (55d2b20)
Bug Fixes
Dependencies
Documentation

v1.28.0

Compare Source

Features
Dependencies
Documentation

v1.27.2

Compare Source

Documentation

v1.27.1

Compare Source

Bug Fixes
  • missing long_description content_type in setup.py (#​279) (6d79d1d)

v1.26.0

Compare Source

Features

v1.25.0

Compare Source

Features
Dependencies
  • update pre-commit hook asottile/pyupgrade to v3.9.0 (#​238) (0053ded)
  • update pre-commit hook pre-commit/mirrors-prettier to v3 (#​235) (047d4e1)
  • update pre-commit hook psf/black to v23.7.0 (#​239) (443bf26)

v1.24.0

Compare Source

Features
Dependencies
  • update pre-commit hook asottile/pyupgrade to v3.8.0 (#​232) (27f21bc)

v1.23.1

Compare Source

Bug Fixes

v1.23.0

Compare Source

Features
Bug Fixes
  • isos: invalid name for include_wildcard_architecture argument (#​222) (c3dfcab)
Dependencies

v1.22.0

Compare Source

Features
Dependencies

v1.21.0

Compare Source

Features
Bug Fixes
  • adjust label validation for max length of 63 characters (#​194) (3cba96d)
Documentation

v1.20.0

Compare Source

Features

v1.19.0

Compare Source

v1.18.2

Compare Source

## v1.18.1 (2022-10-25)

v1.18.1

Compare Source

What's Changed

Full Changelog: hetznercloud/hcloud-python@v1.18.0...v1.18.1

v1.18.0

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

  • Feature: Add support for Load Balancer DNS PTRs

v1.15.0

Compare Source

  • Feature: Add support for Placement Groups

v1.14.1

Compare Source

  • Bugfix: Fix crash on extra fields in public_net response
  • Improvement: Format code with black

v1.13.0

Compare Source

  • Feature: Add support for Firewall Protocols ESP and GRE

  • Feature: Add support for Image Type APP

  • Feature: Add support for creating Firewalls with Firewalls

  • Feature: Add support for Label Selectors in Firewalls

  • Improvement: Improve handling of underlying TCP connections. Now for every client instance a single TCP connection is used instead of one per call.

  • Note: Support for Python 2.7 and Python 3.5 was removed

v1.12.0

Compare Source

  • Feature: Add support for managed Certificates

v1.11.0

Compare Source

  • Feature: Add support for Firewalls
  • Feature: Add primary_disk_size to Server Domain

v1.10.0

Compare Source

  • Feature: Add include_deprecated filter to get_list and get_all on ImagesClient
  • Feature: Add vSwitch support to add_subnet on NetworksClient
  • Feature: Add subnet type constants to NetworkSubnet domain (NetworkSubnet.TYPE_CLOUD, NetworkSubnet.TYPE_VSWITCH)

v1.9.1

Compare Source

  • Bugfix: BoundLoadBalancer serialization failed when using IP targets

v1.9.0

Compare Source

  • Feature: Add included_traffic, outgoing_traffic and ingoing_traffic properties to Load Balancer domain
  • Feature: Add change_type-method to LoadBalancersClient
  • Feature: Add support for LoadBalancerTargetLabelSelector
  • Feature: Add support for LoadBalancerTargetLabelSelector

v1.8.2

Compare Source

  • Fix: Loosen up the requirements.

v1.8.1

Compare Source

  • Fix Load Balancer Client.
  • Fix: Unify setting of request parameters within get_list methods.

v1.7.1

Compare Source

  • Feature: Add requests 2.23 support

v1.7.0

Compare Source

  • Feature: Add support for the optional 'networks' parameter on server creation.
  • Feature: Add python 3.9 support
  • Feature: Add subnet type cloud

v1.6.3

Compare Source

  • Feature: Add 'created' property to SSH Key domain
  • Fix: Remove ISODatetime Descriptor because it leads to wrong dates

v1.6.2

Compare Source

  • Fix: future dependency requirement was too strict

v1.6.1

Compare Source

  • Fix: python-dateutil dependency requirement was too strict

v1.6.0

Compare Source

  • Feature: Add missing get_by_name on FloatingIPsClient

v1.5.0

Compare Source

  • Fix: ServersClient.create_image fails when specifying the labels
  • Feature: Add support for name on Floating IPs

v1.4.1

Compare Source

  • Fix: Documentation for NetworkRoute domain was missing

  • Fix: requests dependency requirement was to strict

v1.4.0

Compare Source

  • Feature: Add mac_address to Server PrivateNet domain

  • Feature: Add python 3.8 support


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added chore Maintenance dependencies Pull requests that update a dependency file. labels Apr 2, 2022
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from eddcbac to eeefe45 Compare September 25, 2022 11:30
@renovate renovate bot changed the title Update dependency hcloud to v1.16.0 Update dependency hcloud to v1.18.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from eeefe45 to 1ff478c Compare November 20, 2022 18:14
@renovate renovate bot changed the title Update dependency hcloud to v1.18.0 Update dependency hcloud to v1.18.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 1ff478c to 484a5e9 Compare March 16, 2023 11:53
@renovate renovate bot changed the title Update dependency hcloud to v1.18.1 Update dependency hcloud to v1.18.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 484a5e9 to 2d70764 Compare April 17, 2023 13:52
@renovate renovate bot changed the title Update dependency hcloud to v1.18.2 Update dependency hcloud to v1.19.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 2d70764 to 9511a42 Compare May 28, 2023 11:27
@renovate renovate bot changed the title Update dependency hcloud to v1.19.0 Update dependency hcloud to v1.20.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 9511a42 to c227990 Compare June 19, 2023 10:47
@renovate renovate bot changed the title Update dependency hcloud to v1.20.0 Update dependency hcloud to v1.21.0 Jun 19, 2023
@renovate renovate bot changed the title Update dependency hcloud to v1.21.0 Update dependency hcloud to v1.22.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from c227990 to b6b1b41 Compare June 22, 2023 12:09
@renovate renovate bot changed the title Update dependency hcloud to v1.22.0 Update dependency hcloud to v1.23.0 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from b6b1b41 to e8b068e Compare June 29, 2023 12:54
@renovate renovate bot changed the title Update dependency hcloud to v1.23.0 Update dependency hcloud to v1.23.1 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from e8b068e to 6c944d3 Compare June 30, 2023 10:41
@renovate renovate bot changed the title Update dependency hcloud to v1.23.1 Update dependency hcloud to v1.24.0 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 6c944d3 to 784342e Compare July 3, 2023 15:41
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 784342e to d004e14 Compare July 14, 2023 15:16
@renovate renovate bot changed the title Update dependency hcloud to v1.24.0 Update dependency hcloud to v1.25.0 Jul 14, 2023
@renovate renovate bot changed the title Update dependency hcloud to v1.25.0 Update dependency hcloud to v1.26.0 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from d004e14 to c082b56 Compare July 19, 2023 11:26
@renovate renovate bot changed the title Update dependency hcloud to v1.26.0 Update dependency hcloud to v1.27.1 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from c082b56 to 372f63e Compare August 8, 2023 16:53
@renovate renovate bot changed the title Update dependency hcloud to v1.27.1 Update dependency hcloud to v1.27.2 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 372f63e to 974a5ab Compare August 9, 2023 17:48
@renovate renovate bot changed the title Update dependency hcloud to v1.27.2 Update dependency hcloud to v1.28.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 974a5ab to 0b88ef2 Compare August 17, 2023 14:26
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 0b88ef2 to ba395ac Compare September 25, 2023 13:18
@renovate renovate bot changed the title Update dependency hcloud to v1.28.0 Update dependency hcloud to v1.29.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from ba395ac to c6c1afd Compare September 26, 2023 13:01
@renovate renovate bot changed the title Update dependency hcloud to v1.29.0 Update dependency hcloud to v1.29.1 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from c6c1afd to 99c4749 Compare October 13, 2023 13:52
@renovate renovate bot changed the title Update dependency hcloud to v1.29.1 Update dependency hcloud to v1.30.0 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 99c4749 to 1637331 Compare October 23, 2023 10:48
@renovate renovate bot changed the title Update dependency hcloud to v1.30.0 Update dependency hcloud to v1.31.0 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 1637331 to c41b2aa Compare November 17, 2023 17:24
@renovate renovate bot changed the title Update dependency hcloud to v1.31.0 Update dependency hcloud to v1.32.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from c41b2aa to aa3b7ce Compare December 19, 2023 17:22
@renovate renovate bot changed the title Update dependency hcloud to v1.32.0 Update dependency hcloud to v1.33.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from aa3b7ce to c62ab1c Compare January 2, 2024 19:24
@renovate renovate bot changed the title Update dependency hcloud to v1.33.0 Update dependency hcloud to v1.33.2 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from c62ab1c to 1f575b7 Compare March 27, 2024 14:00
@renovate renovate bot changed the title Update dependency hcloud to v1.33.2 Update dependency hcloud to v1.33.3 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from 1f575b7 to a6e7551 Compare March 27, 2024 15:33
@renovate renovate bot changed the title Update dependency hcloud to v1.33.3 Update dependency hcloud to v1.34.0 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/hcloud-1.x branch from a6e7551 to 7322759 Compare April 2, 2024 19:52
@renovate renovate bot changed the title Update dependency hcloud to v1.34.0 Update dependency hcloud to v1.35.0 Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance dependencies Pull requests that update a dependency file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants