Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 3, 2024

  1. fix: rename trace_id variable to correlation_id (#408)

    I learned that we should not use the trace_id name for a correlation_id.
    
    I scoped this change as a fix, as the correltation_id is only used
    internally.
    jooola authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    66a0f54 View commit details
    Browse the repository at this point in the history
  2. fix: clean unused arguments in the Client.servers.rebuild method (#407

    )
    
    🤦‍♂️ Missing changes from #406
    jooola authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6d33c3c View commit details
    Browse the repository at this point in the history
  3. fix: assignee_type is required when creating a primary ip (#409)

    The `assignee_type` is always required when creating a primary IP, also
    when creating an IP in a datacenter (without `assignee_id`).
    jooola authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bce5e94 View commit details
    Browse the repository at this point in the history
  4. fix: details are optional in API errors (#411)

    The ansible integrations tests for `certificate_info` were silently
    failing because the `details` was missing from the API error.
    
    
    https://dev.azure.com/ansible/hetzner.hcloud/_build/results?buildId=116526&view=logs&j=790943b1-2131-5e64-166b-e241853dcaf1&t=4ad41445-2459-50a0-f330-095184dc0a34&l=641
    jooola authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f1c6594 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.0.1 (#410)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.0.1](v2.0.0...v2.0.1)
    (2024-07-03)
    
    
    ### Bug Fixes
    
    * `assignee_type` is required when creating a primary ip
    ([#409](#409))
    ([bce5e94](bce5e94))
    * clean unused arguments in the `Client.servers.rebuild` method
    ([#407](#407))
    ([6d33c3c](6d33c3c))
    * details are optional in API errors
    ([#411](#411))
    ([f1c6594](f1c6594))
    * rename `trace_id` variable to `correlation_id`
    ([#408](#408))
    ([66a0f54](66a0f54))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    hcloud-bot authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8257ec9 View commit details
    Browse the repository at this point in the history
Loading