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: hashicorp/consul
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: api/v1.32.0
Choose a base ref
...
head repository: hashicorp/consul
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: api/v1.32.1
Choose a head ref
  • 15 commits
  • 75 files changed
  • 13 contributors

Commits on Mar 3, 2025

  1. Initialise release for consul 1.21 (#22195)

    * Init release 1.21
    
    * Create nightly-test-integrations-1.21.x.yml
    
    * Remove comma
    abhishek-hashicorp authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    edcd855 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Upgrade go version to 1.23 (#22204)

    * Upgrade go version
    
    * Added changelog
    
    * Update config.deepcopy.go
    
    * Update .golangci.yml
    
    * fix lint
    abhishek-hashicorp authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    0e77b55 View commit details
    Browse the repository at this point in the history
  2. security: Upgrade crypto, oauth, go-jose (#22207)

    * Upgrade crypto to 0.35.0
    
    * Upgrade oauth and go-jose
    
    * upgrade oauth and jose
    
    * Added changelog
    abhishek-hashicorp authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7de8e29 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Add the missing Service TaggedAddresses and Check Type fields to Txn …

    …API (#22220)
    
    * Add the missing Service TaggedAddresses and Check Type fields to Txn API
    
    * added changelog
    nitin-sachdev-29 authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    7665dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. [Feature] Invalidate session check if associated session is deleted (#…

    …22227)
    
    * Add session health check management and tests
    
    * Refactor session health check management and update related tests
    
    * Cleanup
    
    ---------
    
    Co-authored-by: srahul3 <rahulsharma@hashicorp.com>
    srahul3 and srahul3 authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d299ad0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. build(deps): bump go version to go1.23.7 (#22237)

    * build(deps): bump go version to go1.24.1
    
    * update: use 1.23.7 instead
    
    * add changelog
    dduzgun-security authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    8946d7d View commit details
    Browse the repository at this point in the history
  2. Fixes a couple of DNS token example commands (#22224)

    * Fixes a couple of example commands
    
    The `-name` option is not available `-description` is used in it's place.
    
    set-agent-token is a sub-command of the acl command.
    
    * This feature works with federated services only
    
    This command does not work with peered clusters so needs to be clarified.
    nickwales authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    3bd8e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Refactor Txn API to use AgentService and add TaggedAddresses support (#…

    …22248)
    
    * Add the missing Service TaggedAddresses and Check Type fields to Txn API
    
    * added changelog
    
    * Refactor Txn API to use AgentService and add TaggedAddresses support
    nitin-sachdev-29 authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    9bd863d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Document Azure service principal auth in snapshot/agent.mdx (#21942)

    * Update agent.mdx
    
    Starting from Consul v1.20.1+ent, Consul supports using Azure Blob Storage for the snapshot agent via Azure Service Principal  ID and Secret authentication. I've successfully tested this configuration in my lab environment and have added the relevant parameters to this documentation for completeness.
    
    * Update website/content/commands/snapshot/agent.mdx
    
    Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
    
    * Update website/content/commands/snapshot/agent.mdx
    
    Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
    
    * Update website/content/commands/snapshot/agent.mdx
    
    Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
    
    * Update website/content/commands/snapshot/agent.mdx
    
    Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
    
    ---------
    
    Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
    SuyashHashiCorp and blake authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    616de64 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Fix catalog service endpoint when querying for a peer service (#22189)

    * Fix catalog service endpoint when querying for a peer service
    
    * Add changelog file
    
    * Add changes to docs. Add test
    
    * Update website/content/api-docs/catalog.mdx
    
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Sreeram Narayanan <sreeram.narayanan@hashicorp.com>
    Co-authored-by: nitin-sachdev-29 <nitin.sachdev@hashicorp.com>
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    4 people authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    1af00f7 View commit details
    Browse the repository at this point in the history
  2. Update lock.mdx (Node Health Check and TTL) (#22258)

    * Update lock.mdx (Node Health Check and TTL)
    
    Consul `lock` command update that captures why consul lock can act indefinitely when node checks are in place and how users can work around it by creating/managing their own session.
    
    * Update website/content/commands/lock.mdx
    
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    natemollica-nm and boruszak authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    3b44455 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. CVE Fix (#22268)

    * Fixed following CVEs:
    GHSA-vvgc-356p-c3xw in golang.org/x/net@v0.37.0
    GO-2025-3595 in golang.org/x/net@v0.37.0
    GO-2025-3553 in github.com/golang-jwt/jwt/v4@v4.5.1
    GHSA-mh63-6h87-95cp in github.com/golang-jwt/jwt/v4@v4.5.1
    stdlib in Go GO-2025-3563@1.23.7
    
    * added changelog
    nitin-sachdev-29 authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    519fb0a View commit details
    Browse the repository at this point in the history
  2. Upgraded go to 1.23.8 (#22273)

    * Fixed following CVEs:
    GHSA-vvgc-356p-c3xw in golang.org/x/net@v0.37.0
    GO-2025-3595 in golang.org/x/net@v0.37.0
    GO-2025-3553 in github.com/golang-jwt/jwt/v4@v4.5.1
    GHSA-mh63-6h87-95cp in github.com/golang-jwt/jwt/v4@v4.5.1
    stdlib in Go GO-2025-3563@1.23.7
    
    * added changelog
    
    * upgraded go to 1.23.8
    nitin-sachdev-29 authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    570651a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

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

Commits on Apr 29, 2025

  1. feature: Adding configurable value to disable XDS Load balancing

    feature: Adding configurable value to disable XDS Load balancing
    
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
    Vikramarjuna and boruszak authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    f3c5d71 View commit details
    Browse the repository at this point in the history
Loading