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: buildkite/go-buildkite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.0
Choose a base ref
...
head repository: buildkite/go-buildkite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 5 contributors

Commits on Sep 26, 2025

  1. Fix URL resolution to preserve base URL path prefixes

    Replaces url.URL.ResolveReference() with custom resolveURL() method
    that properly handles base URLs containing path prefixes (e.g.,
    https://proxy.example.com/buildkite/). The standard ResolveReference
    behaves differently when resolving relative vs absolute URLs, dropping
    the path prefix in one case and not the other, which leads to API
    calls to incorrect endpoints.
    
    Changes:
    - Add Client.resolveURL() method to handle relative/absolute urls
      w/ bases that have path prefixes
    - Update Client.NewRequest() to use new URL resolution
    
    Fixes issue where proxy/gateway deployments with path prefixes
    would lose the prefix during URL resolution, resulting in 404s.
    Alex Berghage committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    4b57945 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Merge pull request #250 from bearcage-dayjob/fix/url-path-prefix-reso…

    …lution
    
    Fix URL resolution to preserve base URL path prefixes
    nsuma8989 authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    65569a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Configuration menu
    Copy the full SHA
    d8db3f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from buildkite/fix_cluster_maintainers

    fix: update cluster maintainers to match REST api for create and list
    wolfeidau authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    cbce069 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. release: changelog for v4.9.1

    Signed-off-by: Ben McNicholl <[email protected]>
    mcncl committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    ecc2dd2 View commit details
    Browse the repository at this point in the history
  2. fix: name braces

    Signed-off-by: Ben McNicholl <[email protected]>
    mcncl committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    cca6ab7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #252 from buildkite/release/4.9.1

    release: changelog for v4.9.1
    mcncl authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    f685cbc View commit details
    Browse the repository at this point in the history
Loading