Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update documentation to reflect Jetstream bus (#1890)
* chore(deps): bump github.com/argoproj/pkg from 0.11.0 to 0.12.0 (#1878) Bumps [github.com/argoproj/pkg](https://github.com/argoproj/pkg) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/argoproj/pkg/releases) - [Commits](argoproj/pkg@v0.11.0...v0.12.0) Signed-off-by: Julie Vogelman <[email protected]> --- updated-dependencies: - dependency-name: github.com/argoproj/pkg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Julie Vogelman <[email protected]> * docs: fix some typos in the markdown documentation (#1880) Signed-off-by: Jesse Antoszyk <[email protected]> Signed-off-by: Julie Vogelman <[email protected]> * chore(deps): bump github.com/fsnotify/fsnotify from 1.5.2 to 1.5.3 (#1885) Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.5.2...v1.5.3) Signed-off-by: Julie Vogelman <[email protected]> --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Julie Vogelman <[email protected]> * chore(deps): bump cloud.google.com/go/compute from 1.6.0 to 1.6.1 (#1884) Bumps [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.6.0...pubsub/v1.6.1) Signed-off-by: Julie Vogelman <[email protected]> --- updated-dependencies: - dependency-name: cloud.google.com/go/compute dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Julie Vogelman <[email protected]> * chore(deps): bump github.com/aws/aws-sdk-go from 1.43.43 to 1.43.44 (#1886) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.43 to 1.43.44. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.43.43...v1.43.44) Signed-off-by: Julie Vogelman <[email protected]> --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Julie Vogelman <[email protected]> * doc: create eventbuses directory Signed-off-by: Julie Vogelman <[email protected]> * docs: new pages for stan and jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: separating anti-affinity out from the stan document Signed-off-by: Julie Vogelman <[email protected]> * docs: move some logic out of the central page into the stan-specific page Signed-off-by: Julie Vogelman <[email protected]> * docs: move some logic out of the central page into the stan-specific page Signed-off-by: Julie Vogelman <[email protected]> * docs: fix link Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: moved anti-affinity into its own page Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: heading size Signed-off-by: Julie Vogelman <[email protected]> * docs: moved anti-affinity into its own page Signed-off-by: Julie Vogelman <[email protected]> * Update jetstream.md Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream version Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: update tutorial to reflect new pages Signed-off-by: Julie Vogelman <[email protected]> * docs: eventbus overview Signed-off-by: Julie Vogelman <[email protected]> * adding another page Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream Signed-off-by: Julie Vogelman <[email protected]> * docs: changed my mind about adding the moreinfo.md page Signed-off-by: Julie Vogelman <[email protected]> * docs: stan Signed-off-by: Julie Vogelman <[email protected]> * docs: moved some STAN-specifics to the stan subpage Signed-off-by: Julie Vogelman <[email protected]> * docs: jetstream - how it works Signed-off-by: Julie Vogelman <[email protected]> * docs: distinction between NATS streaming and Jetstream for dependencies referencing same event Signed-off-by: Julie Vogelman <[email protected]> * docs: clarifying exactly once Signed-off-by: Julie Vogelman <[email protected]> * docs: quotes Signed-off-by: Julie Vogelman <[email protected]> * renaming evenbuses to eventbus for consistency with British spelling used elsewhere Signed-off-by: Julie Vogelman <[email protected]> * renaming evenbuses to eventbus for consistency with British spelling used elsewhere Signed-off-by: Julie Vogelman <[email protected]> * feat: Controller Leader Election (#1883) * Issue 1565: Controller Leader Election Signed-off-by: David Collom <[email protected]> * Fix up RBAC Signed-off-by: David Collom <[email protected]> * Adding coordination/leases to install/namespace-install Signed-off-by: David Collom <[email protected]> * Fix up rbac Signed-off-by: David Collom <[email protected]> * Adding additional RBAC for Events Signed-off-by: David Collom <[email protected]> Signed-off-by: Julie Vogelman <[email protected]> * ci: e2e build for jetstream driver (#1889) * ci: e2e build for jetstream driver Signed-off-by: Derek Wang <[email protected]> * . Signed-off-by: Derek Wang <[email protected]> Signed-off-by: Julie Vogelman <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Antoszyk <[email protected]> Co-authored-by: David Collom <[email protected]> Co-authored-by: Derek Wang <[email protected]>
- Loading branch information