Skip to content

Commit

Permalink
Merge branch 'release/1.5.0' into release/1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Mar 2, 2023
2 parents c8848c1 + c922b97 commit c503df1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.0 (Unreleased)
## 1.5.0 (March 01, 2023)

FEATURES:

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,)

# LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest
# published release, and release branches should point to the latest published release in the X.Y release line.
LAST_RELEASE ?= v1.4.3
LAST_RELEASE ?= v1.5.0

default: help

Expand Down
42 changes: 21 additions & 21 deletions command/agent/bindata_assetfs.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
GitDescribe string

// The main version number that is being run at the moment.
Version = "1.5.0"
Version = "1.5.1"

// 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
Expand Down

0 comments on commit c503df1

Please sign in to comment.