Skip to content

Commit

Permalink
Prep release 0.9.0 (#273)
Browse files Browse the repository at this point in the history
* Squashed commit of the following:

commit 1861c22
Author: Abhishek Sahu <abhishek.sahu@hashicorp.com>
Date:   Wed Jan 15 21:16:05 2025 +0530

    [Backport 0.9.x] Merge CRT changes from main (#271)

    * Add artifacts manifest (automatically generated)

    * add copyright header

    * Update artifact manifest license header

    Match LICENSE file.

    * Update aws-sdk-go

    ---------

    Co-authored-by: Jeanne Angeles Franco <jeanne.franco@hashicorp.com>

* Added changelog and prepare for release

* Update consul
  • Loading branch information
abhishek-hashicorp authored Jan 16, 2025
1 parent 1861c22 commit 2b26323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
strategy:
matrix:
consul-version:
- 1.18.1
- 1.18.1+ent
- 1.20.2
- 1.20.2+ent
env:
TEST_RESULTS_DIR: /tmp/test-results
GOTESTSUM_VERSION: 1.8.2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.9.0 (Jan 15, 2025)
BUG FIXES
* Fix the issue where the service was accepting traffic even though it wasn't healthy. This fix updates the health check status for `consul-dataplane` container and takes into account the health of the service container as well.

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""
)

// GetHumanVersion composes the parts of the version in a way that's suitable
Expand Down

0 comments on commit 2b26323

Please sign in to comment.