Skip to content
Closed
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
83 changes: 83 additions & 0 deletions _data/documentation/0_19_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
docs:
- title: Proxy Quick Start
description: Start here if you're experimenting with the proxy for the first time.
tags:
- proxy
rank: '000'
path: html/proxy-quick-start
- title: Proxy guide
description: "Covers using the proxy, including configuration, security and operation."
tags:
- proxy
rank: '010'
path: html/kroxylicious-proxy
- title: Record Encryption quickstart
description: Shows how to use the proxy to provide an encryption at rest solution
for Apache Kafka
tags:
- record-encryption
- encryption-at-rest
rank: '011'
path: html/record-encryption-quickstart
- title: Kroxylicious Operator for Kubernetes
description: Describes how to deploy and run the Proxy in a Kubernetes environment
using the Kroxylicious Operator
tags:
- kubernetes
rank: '020'
path: html/kroxylicious-operator
- title: Record Encryption Guide
description: "Covers using the record encryption filter, including configuration,\
\ security and operation."
tags:
- filter
rank: '020'
path: html/record-encryption-guide
- title: Record Validation Guide
description: Covers using the record validation filter.
tags:
- filter
rank: '021'
path: html/record-validation-guide
- title: Multi-tenancy Guide
description: Covers using the multi-tenancy filter.
tags:
- filter
rank: '022'
path: html/multi-tenancy-guide
- title: Oauth Bearer Validation Guide
description: Covers using the Oauth Bearer validation filter.
tags:
- filter
rank: '023'
path: html/oauth-bearer-validation
- title: SASL Inspection Guide
description: Covers using the SASL Inspection filter.
tags:
- filter
rank: '023'
path: html/sasl-inspection-guide
- title: Authorization Guide
description: Covers using the Authorization filter.
tags:
- filter
rank: '024'
path: html/authorization-guide
- title: Developer Quick Start
description: Start here if you're developing a filter for the first time.
tags:
- developer
rank: '031'
path: html/developer-quick-start
- title: Kroxylicious Developer guide
description: Covers writing plugins for the proxy in the Java programming language
tags:
- developer
rank: '032'
path: html/developer-guide
- title: Kroxylicious Javadocs
description: The Java API documentation.
tags:
- developer
path: "https://javadoc.io/doc/io.kroxylicious/kroxylicious-api/${project.version}/index.html"
rank: '033'
2 changes: 1 addition & 1 deletion _data/kroxylicious.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version number of the latest release
latestRelease: 0.18.0
latestRelease: 0.19.0

34 changes: 34 additions & 0 deletions _data/release/0_19_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#
# Copyright Kroxylicious Authors.
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

releaseNotesUrl: https://github.com/kroxylicious/kroxylicious/releases/tag/v$(VERSION)/
assetBaseUrl: https://github.com/kroxylicious/kroxylicious/releases/download/v$(VERSION)/
assets:
- name: Proxy
description: The proxy application.
downloads:
- format: zip
path: kroxylicious-app-$(VERSION)-bin.zip
- format: tar.gz
path: kroxylicious-app-$(VERSION)-bin.tar.gz
- name: Operator
description: The Kubernetes operator.
downloads:
- format: zip
path: kroxylicious-operator-$(VERSION).zip
- format: tar.gz
path: kroxylicious-operator-$(VERSION).tar.gz
images:
- name: Proxy
url: https://quay.io/repository/kroxylicious/kroxylicious?tab=tags
registry: quay.io/kroxylicious/kroxylicious
tag: $(VERSION)
digest: sha256:REPLACE_WITH_SHA_AFTER_IMAGE_RELEASE
- name: Operator
url: https://quay.io/repository/kroxylicious/operator?tab=tags
registry: quay.io/kroxylicious/operator
tag: $(VERSION)
digest: sha256:REPLACE_WITH_SHA_AFTER_IMAGE_RELEASE
Loading
Loading