Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(releasing): Release v0.23.1 as v0.23.3 #13929

Merged
merged 2 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"accidentally"?


**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