Skip to content

Commit

Permalink
chore(releasing): Prepare v0.25.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Nov 1, 2022
1 parent 7a8a270 commit b573b51
Show file tree
Hide file tree
Showing 7 changed files with 812 additions and 2 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.24.1"
VECTOR_VERSION="0.25.0"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
14 changes: 14 additions & 0 deletions website/content/en/docs/reference/configuration/sinks/amqp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AMQP
description: Send events to [AMQP 0.9.1](https://www.amqp.org/specification/0-9-1/amqp-org-download) compatible brokers like RabbitMQ
kind: sink
layout: component
tags: ["amqp", "rabbitmq", "component", "sink"]
---

{{/*
This doc is generated using:

1. The template in layouts/docs/component.html
2. The relevant CUE data in cue/reference/components/...
*/}}
14 changes: 14 additions & 0 deletions website/content/en/docs/reference/configuration/sources/amqp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AMQP
description: Collect events from [AMQP 0.9.1](https://www.amqp.org/specification/0-9-1/amqp-org-download) compatible brokers like RabbitMQ
kind: source
layout: component
tags: ["amqp", "rabbitmq", "component", "source"]
---

{{/*
This doc is generated using:

1. The template in layouts/docs/component.html
2. The relevant CUE data in cue/reference/components/...
*/}}
4 changes: 4 additions & 0 deletions website/content/en/releases/0.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.25.0 release notes
weight: 21
---
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ administration: interfaces: kubectl: {
role_implementations: [Name=string]: {
commands: {
_deployment_variant: string
_vector_version: "0.24"
_vector_version: "0.25"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
Loading

0 comments on commit b573b51

Please sign in to comment.