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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.39.0
Choose a base ref
...
head repository: hetznercloud/hcloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.40.0
Choose a head ref
  • 7 commits
  • 29 files changed
  • 2 contributors

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    fcc35e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. feat(action): use configurable backoff to wait for action progress (#227

    )
    
    Using a configurable backoff algorithm to wait for actions allows users to
    fine tune api-requests versus latency of updates.
    
    Using a longer, potentially exponential backoff allows the user to use less
    API requests in non-interactive contexts, where they only care about the
    result of the action, and not progress updates.
    apricote authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8da6417 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. chore: add codeowners (#230)

    Add CODEOWNERS files for GitHub and (internal) GitLab referencing the
    Integrations team.
    apricote authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c064c5b View commit details
    Browse the repository at this point in the history
  2. ci: update actions (#232)

    These actions were causing deprecation warnings as they were using Node 12.
    apricote authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    06a65ae View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. chore: update golangci-lint settings (#229)

    Replace deprecated linters with suggested alternatives and add some new
    ones (gci, godot).
    apricote authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b2b1a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44af6e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. chore(main): release 1.40.0 (#228)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    dfa4089 View commit details
    Browse the repository at this point in the history
Loading