Skip to content

Commit 64eaa94

Browse files
committed
Prepare v0.19.0 release documentation
Signed-off-by: robobario <[email protected]>
1 parent 4c8568c commit 64eaa94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+12516
-1
lines changed

_data/documentation/0_19_0.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
docs:
2+
- title: Proxy Quick Start
3+
description: Start here if you're experimenting with the proxy for the first time.
4+
tags:
5+
- proxy
6+
rank: '000'
7+
path: html/proxy-quick-start
8+
- title: Proxy guide
9+
description: "Covers using the proxy, including configuration, security and operation."
10+
tags:
11+
- proxy
12+
rank: '010'
13+
path: html/kroxylicious-proxy
14+
- title: Record Encryption quickstart
15+
description: Shows how to use the proxy to provide an encryption at rest solution
16+
for Apache Kafka
17+
tags:
18+
- record-encryption
19+
- encryption-at-rest
20+
rank: '011'
21+
path: html/record-encryption-quickstart
22+
- title: Kroxylicious Operator for Kubernetes
23+
description: Describes how to deploy and run the Proxy in a Kubernetes environment
24+
using the Kroxylicious Operator
25+
tags:
26+
- kubernetes
27+
rank: '020'
28+
path: html/kroxylicious-operator
29+
- title: Record Encryption Guide
30+
description: "Covers using the record encryption filter, including configuration,\
31+
\ security and operation."
32+
tags:
33+
- filter
34+
rank: '020'
35+
path: html/record-encryption-guide
36+
- title: Record Validation Guide
37+
description: Covers using the record validation filter.
38+
tags:
39+
- filter
40+
rank: '021'
41+
path: html/record-validation-guide
42+
- title: Multi-tenancy Guide
43+
description: Covers using the multi-tenancy filter.
44+
tags:
45+
- filter
46+
rank: '022'
47+
path: html/multi-tenancy-guide
48+
- title: Oauth Bearer Validation Guide
49+
description: Covers using the Oauth Bearer validation filter.
50+
tags:
51+
- filter
52+
rank: '023'
53+
path: html/oauth-bearer-validation
54+
- title: SASL Inspection Guide
55+
description: Covers using the SASL Inspection filter.
56+
tags:
57+
- filter
58+
rank: '023'
59+
path: html/sasl-inspection-guide
60+
- title: Authorization Guide
61+
description: Covers using the Authorization filter.
62+
tags:
63+
- filter
64+
rank: '024'
65+
path: html/authorization-guide
66+
- title: Developer Quick Start
67+
description: Start here if you're developing a filter for the first time.
68+
tags:
69+
- developer
70+
rank: '031'
71+
path: html/developer-quick-start
72+
- title: Kroxylicious Developer guide
73+
description: Covers writing plugins for the proxy in the Java programming language
74+
tags:
75+
- developer
76+
rank: '032'
77+
path: html/developer-guide
78+
- title: Kroxylicious Javadocs
79+
description: The Java API documentation.
80+
tags:
81+
- developer
82+
path: "https://javadoc.io/doc/io.kroxylicious/kroxylicious-api/${project.version}/index.html"
83+
rank: '033'

_data/kroxylicious.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The version number of the latest release
2-
latestRelease: 0.18.0
2+
latestRelease: 0.19.0
33

_data/release/0_19_0.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#
2+
# Copyright Kroxylicious Authors.
3+
#
4+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
5+
#
6+
7+
releaseNotesUrl: https://github.com/kroxylicious/kroxylicious/releases/tag/v$(VERSION)/
8+
assetBaseUrl: https://github.com/kroxylicious/kroxylicious/releases/download/v$(VERSION)/
9+
assets:
10+
- name: Proxy
11+
description: The proxy application.
12+
downloads:
13+
- format: zip
14+
path: kroxylicious-app-$(VERSION)-bin.zip
15+
- format: tar.gz
16+
path: kroxylicious-app-$(VERSION)-bin.tar.gz
17+
- name: Operator
18+
description: The Kubernetes operator.
19+
downloads:
20+
- format: zip
21+
path: kroxylicious-operator-$(VERSION).zip
22+
- format: tar.gz
23+
path: kroxylicious-operator-$(VERSION).tar.gz
24+
images:
25+
- name: Proxy
26+
url: https://quay.io/repository/kroxylicious/kroxylicious?tab=tags
27+
registry: quay.io/kroxylicious/kroxylicious
28+
tag: $(VERSION)
29+
digest: sha256:REPLACE_WITH_SHA_AFTER_IMAGE_RELEASE
30+
- name: Operator
31+
url: https://quay.io/repository/kroxylicious/operator?tab=tags
32+
registry: quay.io/kroxylicious/operator
33+
tag: $(VERSION)
34+
digest: sha256:REPLACE_WITH_SHA_AFTER_IMAGE_RELEASE

0 commit comments

Comments
 (0)