Skip to content

Commit

Permalink
fix(vector): Actually release version bump (#235)
Browse files Browse the repository at this point in the history
Accidentally merged in develop to master without the commit bumping the
Vector version.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Aug 12, 2022
1 parent fae2f7a commit d6bb6b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [vector-0.15.0] - 2022-08-10
## [vector-0.15.1] - 2022-08-11

### Vector

#### Bug Fixes

- Bump to Vector v0.23.3 ([82780cd](https://github.com/vectordotdev/helm-charts/commit/82780cd0cbaa038e5adc4cb66d0c4b2f9fdf0f1c))
- Bump to Vector v0.23.3 (#234) ([fae2f7a](https://github.com/vectordotdev/helm-charts/commit/fae2f7a70fc749d7d917caf946b311f8ac52da35))

## [vector-0.15.0] - 2022-08-10

### Vector

#### Features

Expand Down
2 changes: 1 addition & 1 deletion charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vector
version: "0.15.0"
version: "0.15.1"
kubeVersion: ">=1.15.0-0"
description: A lightweight, ultra-fast tool for building observability pipelines
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vector

![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.3-distroless-libc](https://img.shields.io/badge/AppVersion-0.23.3--distroless--libc-informational?style=flat-square)
![Version: 0.15.1](https://img.shields.io/badge/Version-0.15.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.3-distroless-libc](https://img.shields.io/badge/AppVersion-0.23.3--distroless--libc-informational?style=flat-square)

[Vector](https://vector.dev/) is a high-performance, end-to-end observability data pipeline that puts you in control of your observability data. Collect, transform, and route all your logs, metrics, and traces to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where is most convenient for your vendors.

Expand Down

0 comments on commit d6bb6b6

Please sign in to comment.