Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Oct 26, 2022
1 parent 290fda2 commit 468da50
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 4.10.0 - 2022-10-26

### Added

- The `nats_jetstream` input now adds a range of useful metadata information to messages.
Expand Down
3 changes: 1 addition & 2 deletions website/docs/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ First, we sleep for 500 milliseconds just to keep the suspense going. Next, we r
Try running that config with some sample documents:

```sh
echo '
{"id":"1","names":["celine","dion"]}
echo '{"id":"1","names":["celine","dion"]}
{"id":"2","names":["chad","robert","kroeger"]}' | benthos -c ./config.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {listPaths,listDeprecatedPaths} = require('./src/plugins/components');
const {listPaths} = require('./src/plugins/components');

let inputs_docs = listPaths("inputs");
let processors_docs = listPaths("processors");
Expand Down
1 change: 0 additions & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ function Home() {
<a href="https://community.com/" className="col col--6"><img className={styles.communityImg} src="/img/sponsors/community.svg" /></a>
<a href="https://www.optum.com/" className="col col--6"><img className={styles.optumImg} src="/img/sponsors/optum_logo.png" /></a>
<a href="https://aurora.dev/" className="col col--6"><img className={styles.auroraImg} src="/img/sponsors/aurora.svg" /></a>
<a href="https://rudderstack.com/" className="col col--6"><img className={styles.rudderstackImg} src="/img/sponsors/rudderstack.svg" /></a>
<a href="https://wildbit.com" className="col col--6"><img className={styles.wildbitImg} src="/img/sponsors/wildbit.svg" /></a>
<a href="https://www.opala.com" className="col col--6"><img className={styles.opalaImg} src="/img/sponsors/opala.svg" /></a>
<a href="https://numary.com" className="col col--6"><img className={styles.numaryImg} src="/img/sponsors/numary.svg" /></a>
Expand Down
4 changes: 0 additions & 4 deletions website/src/pages/support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const paidServicesOptions = [
title: "Remote Consultation",
description: <>Schedule a consultation call with a Benthos maintainer to discuss your use cases and whether/where Benthos fits in. These calls are often booked for a half or full working day, and it is up to you how to use this time.</>,
},
{
title: "Book a Talk",
description: <>If you're running an event and have decided "well, it couldn't get any worse" then why not book a Benthos maintainer to speak? We often talk about Benthos and how it specifically relates to your organisation, the history of the project and the day to day interactions we experience when running the community, but we're happy to say whatever you want if the price is right.</>,
},
{
title: "Issue Bounty",
description: <><p>If you'd like a specific feature or bug to be addressed within a specified time period then an issue bounty can be set whereby an agreed amount will be paid upon completion of the issue. This is often a nice way of paying for specific features to be built when a longer term contract isn't necessary.</p><p>In order to set a bounty please reach out with a description of the issue (or a link to it on Github) and a desired time frame and we'll provide the value of the bounty, it is then up to you whether you wish to proceed.</p></>,
Expand Down
2 changes: 0 additions & 2 deletions website/src/plugins/cookbooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export default async function pluginContentCookbook(
'cookbooks',
);
const dataDir = path.join(pluginDataDirRoot, pluginId);
const aliasedSource = (source: string) =>
`~cookbooks/${posixPath(path.relative(pluginDataDirRoot, source))}`;

return {
name: 'cookbooks',
Expand Down
1 change: 0 additions & 1 deletion website/static/img/sponsors/rudderstack.svg

This file was deleted.

4 changes: 2 additions & 2 deletions website/static/sh/install
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ header() {
cat 1>&2 <<EOF
Benthos Installer
Website: https://benthos.dev
Docs: https://benthos.dev/docs
Website: https://www.benthos.dev
Docs: https://www.benthos.dev/docs/about
Repo: https://github.com/benthosdev/benthos
EOF
Expand Down

0 comments on commit 468da50

Please sign in to comment.