Skip to content

Commit

Permalink
chore(releasing): Release v0.23.1 as v0.23.3 (#13929)
Browse files Browse the repository at this point in the history
* chore(releasing): Move v0.23.1 release to v0.23.3

Since the Cargo.toml inadvertently had the version as v0.23.3, which
didn't match the tag of v0.23.1.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko authored and jdrouet committed Aug 22, 2022
1 parent 657729c commit e0fb06a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -u

# If PACKAGE_ROOT is unset or empty, default it.
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
VECTOR_VERSION="0.23.1"
VECTOR_VERSION="0.23.3"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 0 additions & 4 deletions website/content/en/releases/0.23.1.md

This file was deleted.

4 changes: 4 additions & 0 deletions website/content/en/releases/0.23.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.23.3 release notes
weight: 21
---
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package metadata

releases: "0.23.1": {
date: "2022-08-08"
releases: "0.23.3": {
date: "2022-08-10"
codename: ""

whats_next: []

description: """
This patch release contains a few fixes for regressions in 0.23.0.
This is the first release after 0.23.0, versions 0.23.1 and 0.23.2 were skipped.
**Note:** Please see the release notes for [`v0.23.0`](/releases/0.23.0/) for additional changes if upgrading from
`v0.22.X`. In particular, the upgrade guide for breaking changes.
"""
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/versions.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package metadata

// This has to be maintained manually because there's currently no way to sort versions programmatically
versions: [string, ...string] & [
"0.23.1",
"0.23.3",
"0.23.0",
"0.22.3",
"0.22.2",
Expand Down

0 comments on commit e0fb06a

Please sign in to comment.