Skip to content

Commit 1e51576

Browse files
authored
chore: release notes for v0.28.0 (#795)
On-behalf-of: Gergely Brautigam <[email protected]> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR is related to <!-- Usage: `Related to #<issue number>`, or `Related to (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 4ed879f commit 1e51576

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/release_notes/v0.28.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release v0.28.0
2+
3+
## 🧰 Maintenance
4+
5+
<details>
6+
<summary>4 changes</summary>
7+
8+
- chore(deps): bump the go group with 2 updates (#790)
9+
- chore(deps): bump the go group with 7 updates (#788)
10+
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#784)
11+
- chore(deps): bump the go group across 1 directory with 18 updates (#782)
12+
</details>
13+
14+
## ⬆️ Dependencies
15+
16+
<details>
17+
<summary>4 changes</summary>
18+
19+
- chore(deps): bump the go group with 2 updates (#790)
20+
- chore(deps): bump the go group with 7 updates (#788)
21+
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#784)
22+
- chore(deps): bump the go group across 1 directory with 18 updates (#782)
23+
</details>

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
4-
var ReleaseVersion = "v0.27.2"
4+
var ReleaseVersion = "v0.28.0"
55

66
// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
77
var ReleaseCandidate = "rc.1"

0 commit comments

Comments
 (0)