Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docs from repo source #1431

Merged
merged 1 commit into from
Aug 10, 2023
Merged
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
4 changes: 2 additions & 2 deletions app/_data/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
endOfLifeDate: "2024-02-01"
branch: release-2.1
- edition: kuma
version: 2.2.3
version: 2.2.4
release: 2.2.x
releaseDate: "2023-04-14"
endOfLifeDate: "2024-04-14"
branch: release-2.2
- edition: kuma
version: 2.3.1
version: 2.3.2
release: 2.3.x
latest: true
releaseDate: "2023-06-23"
Expand Down
22 changes: 16 additions & 6 deletions app/docs/dev/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,18 @@ runtime:
clientConfig:
# Qps defines maximum requests kubernetes client is allowed to make per second.
# Default value 100. If set to 0 kube-client default value of 5 will be used.
qps: 100
qps: 100 # ENV: KUMA_RUNTIME_KUBERNETES_CLIENT_CONFIG_QPS
# BurstQps defines maximum burst requests kubernetes client is allowed to make per second
# Default value 100. If set to 0 kube-client default value of 10 will be used.
burstQps: 100
burstQps: 100 # ENV: KUMA_RUNTIME_KUBERNETES_CLIENT_CONFIG_BURST_QPS
leaderElection:
# LeaseDuration is the duration that non-leader candidates will
# wait to force acquire leadership. This is measured against time of
# last observed ack. Default is 15 seconds.
leaseDuration: 15s # ENV: KUMA_RUNTIME_KUBERNETES_LEADER_ELECTION_LEASE_DURATION
# RenewDeadline is the duration that the acting controlplane will retry
# refreshing leadership before giving up. Default is 10 seconds.
renewDeadline: 10s # ENV: KUMA_RUNTIME_KUBERNETES_LEADER_ELECTION_RENEW_DEADLINE
# Universal-specific configuration
universal:
# DataplaneCleanupAge defines how long Dataplane should be offline to be cleaned up by GC
Expand All @@ -389,10 +397,12 @@ metrics:
# How long zone can stay Online without active KDS connection
idleTimeout: 5m # ENV: KUMA_METRICS_ZONE_IDLE_TIMEOUT
mesh:
# Min time that should pass between MeshInsight resync
minResyncTimeout: 1s # ENV: KUMA_METRICS_MESH_MIN_RESYNC_TIMEOUT
# Max time that MeshInsight could spend without resync
maxResyncTimeout: 20s # ENV: KUMA_METRICS_MESH_MAX_RESYNC_TIMEOUT
# Minimum time between 2 refresh of insights
minResyncInterval: 1s # ENV: KUMA_METRICS_MESH_MIN_RESYNC_INTERVAL
# time between triggering a full refresh of all the insights
fullResyncInterval: 20s # ENV: KUMA_METRICS_MESH_FULL_RESYNC_INTERVAL
# the size of the buffer between event creation and processing
bufferSize: 1000 # ENV: KUMA_METRICS_MESH_BUFFER_SIZE
controlPlane:
# If true metrics show number of resources in the system should be reported
reportResourcesCount: true # ENV: KUMA_METRICS_CONTROL_PLANE_REPORT_RESOURCES_COUNT
Expand Down
50 changes: 38 additions & 12 deletions app/docs/raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Changelog
<!-- Autogenerated with (github.com/kumahq/ci-tools) release-tool changelog.md -->

## 2.3.1
> Released on 2023/07/21
## 2.3.2
> Released on 2023/08/03
* chore(deps): bump envoy to 1.26.3 which fix [CVE-2023-35945](https://github.com/envoyproxy/envoy/security/advisories/GHSA-jfxv-29pc-x22r) [#7266](https://github.com/kumahq/kuma/pull/7266) @lukidzi
* chore(deps): use latest kumahq/kuma-gui [#7096](https://github.com/kumahq/kuma/pull/7096) @kumahq
* fix(MeshTrafficPermission): use serviceName instead of resource name for egress MTP (backport of #7225) [#7233](https://github.com/kumahq/kuma/pull/7233) @kumahq
* fix(kuma-cp): cancel OnTick when watchdog stopped (backport of #7221) [#7241](https://github.com/kumahq/kuma/pull/7241) @kumahq
* fix(kuma-cp): do not require certs on https api port (backport of #7102) [#7111](https://github.com/kumahq/kuma/pull/7111) @kumahq
* fix(kuma-cp): don't fail when 2 headless services pointing to the same service (backport of #7282) [#7295](https://github.com/kumahq/kuma/pull/7295) @kumahq
* fix(kuma-cp): handle external services with permissive mtls (backport of #7179) [#7187](https://github.com/kumahq/kuma/pull/7187) @kumahq
* fix(kuma-cp): pass context via snapshot reconciler to generateCerts (backport of #7231) [#7250](https://github.com/kumahq/kuma/pull/7250) @kumahq
* fix(kuma-cp): put metadata xds callbacks before sync (backport of #7230) [#7244](https://github.com/kumahq/kuma/pull/7244) @kumahq
* fix(kumactl): treat 404 as resource not found error (backport of #7297) [#7303](https://github.com/kumahq/kuma/pull/7303) @kumahq
* chore(deps): security update [#7443](https://github.com/kumahq/kuma/pull/7443) @kumahq

Check notice on line 7 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L7

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 7, "column": 8}}}, "severity": "INFO"}
* chore(deps): update go from 1.20.5 to 1.20.6 (backport of #7414) [#7419](https://github.com/kumahq/kuma/pull/7419) @kumahq
* chore(deps): update to go 1.20.7 (backport of #7429) [#7435](https://github.com/kumahq/kuma/pull/7435) @kumahq
* chore(deps): upgrade envoy to 1.26.4 [#7368](https://github.com/kumahq/kuma/pull/7368) @lukidzi

Check notice on line 10 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L10

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 10, "column": 8}}}, "severity": "INFO"}
* fix(containerd): only build cgroups on linux (backport of #7408) [#7425](https://github.com/kumahq/kuma/pull/7425) @kumahq

Check failure on line 11 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L11

[Vale.Spelling] Did you really mean 'cgroups'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'cgroups'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 11, "column": 31}}}, "severity": "ERROR"}

Check failure on line 11 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L11

[Vale.Spelling] Did you really mean 'linux'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'linux'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 11, "column": 42}}}, "severity": "ERROR"}
* fix(kuma-cp): don't leak goroutine on every tick in SimpleWatchdog (backport of #7348) [#7351](https://github.com/kumahq/kuma/pull/7351) @kumahq

Check failure on line 12 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L12

[Vale.Terms] Use 'Goroutine' instead of 'goroutine'.
Raw output
{"message": "[Vale.Terms] Use 'Goroutine' instead of 'goroutine'.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 12, "column": 28}}}, "severity": "ERROR"}
* fix(kuma-cp): order resources for building VIPs (backport of #7333) [#7359](https://github.com/kumahq/kuma/pull/7359) @kumahq
* fix(sec): get rid of dependency on containerd (backport of #7387) [#7392](https://github.com/kumahq/kuma/pull/7392) @kumahq

Check failure on line 14 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L14

[Vale.Spelling] Did you really mean 'containerd'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'containerd'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 14, "column": 38}}}, "severity": "ERROR"}


## 2.2.4
> Released on 2023/08/04
* chore(deps): security update [#7454](https://github.com/kumahq/kuma/pull/7454) @kumahq

Check notice on line 20 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L20

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 20, "column": 8}}}, "severity": "INFO"}
* chore(deps): update go from 1.20.5 to 1.20.6 (backport of #7414) [#7417](https://github.com/kumahq/kuma/pull/7417) @kumahq
* chore(deps): update to go 1.20.7 (backport of #7429) [#7432](https://github.com/kumahq/kuma/pull/7432) @kumahq
* chore(deps): upgrade envoy to 1.25.9 [#7366](https://github.com/kumahq/kuma/pull/7366) @lukidzi

Check notice on line 23 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L23

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 23, "column": 8}}}, "severity": "INFO"}
* fix(containerd): only build cgroups on linux (backport of #7408) [#7422](https://github.com/kumahq/kuma/pull/7422) @kumahq

Check failure on line 24 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L24

[Vale.Spelling] Did you really mean 'cgroups'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'cgroups'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 24, "column": 31}}}, "severity": "ERROR"}

Check failure on line 24 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L24

[Vale.Spelling] Did you really mean 'linux'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'linux'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 24, "column": 42}}}, "severity": "ERROR"}
* fix(kuma-cp): don't leak goroutine on every tick in SimpleWatchdog (backport of #7348) [#7355](https://github.com/kumahq/kuma/pull/7355) @kumahq

Check failure on line 25 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L25

[Vale.Terms] Use 'Goroutine' instead of 'goroutine'.
Raw output
{"message": "[Vale.Terms] Use 'Goroutine' instead of 'goroutine'.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 25, "column": 28}}}, "severity": "ERROR"}
* fix(kuma-cp): order resources for building VIPs (backport of #7333) [#7362](https://github.com/kumahq/kuma/pull/7362) @kumahq
* fix(sec): get rid of dependency on containerd (backport of #7387) [#7391](https://github.com/kumahq/kuma/pull/7391) @kumahq

Check failure on line 27 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L27

[Vale.Spelling] Did you really mean 'containerd'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'containerd'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 27, "column": 38}}}, "severity": "ERROR"}


## 2.1.5
Expand All @@ -37,6 +48,21 @@
* chore(deps): upgrade envoy to 1.24.10 [#7365](https://github.com/kumahq/kuma/pull/7365) @lukidzi
* fix(kuma-cp): order resources for building VIPs (backport of #7333) [#7360](https://github.com/kumahq/kuma/pull/7360) @kumahq

## 2.3.1
> Released on 2023/07/21
* chore(deps): bump envoy to 1.26.3 which fix [CVE-2023-35945](https://github.com/envoyproxy/envoy/security/advisories/GHSA-jfxv-29pc-x22r) [#7266](https://github.com/kumahq/kuma/pull/7266) @lukidzi

Check notice on line 54 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L54

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 54, "column": 8}}}, "severity": "INFO"}

Check notice on line 54 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L54

[Google.Acronyms] Spell out 'CVE', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'CVE', if it's unfamiliar to the audience.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 54, "column": 48}}}, "severity": "INFO"}
* chore(deps): use latest kumahq/kuma-gui [#7096](https://github.com/kumahq/kuma/pull/7096) @kumahq

Check notice on line 55 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L55

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 55, "column": 8}}}, "severity": "INFO"}
* fix(MeshTrafficPermission): use serviceName instead of resource name for egress MTP (backport of #7225) [#7233](https://github.com/kumahq/kuma/pull/7233) @kumahq

Check failure on line 56 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L56

[Vale.Spelling] Did you really mean 'serviceName'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'serviceName'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 56, "column": 35}}}, "severity": "ERROR"}

Check notice on line 56 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L56

[Google.Acronyms] Spell out 'MTP', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'MTP', if it's unfamiliar to the audience.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 56, "column": 83}}}, "severity": "INFO"}
* fix(kuma-cp): cancel OnTick when watchdog stopped (backport of #7221) [#7241](https://github.com/kumahq/kuma/pull/7241) @kumahq
* fix(kuma-cp): do not require certs on https api port (backport of #7102) [#7111](https://github.com/kumahq/kuma/pull/7111) @kumahq

Check notice on line 58 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L58

[Google.Contractions] Use 'don't' instead of 'do not'.
Raw output
{"message": "[Google.Contractions] Use 'don't' instead of 'do not'.", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 58, "column": 17}}}, "severity": "INFO"}
* fix(kuma-cp): don't fail when 2 headless services pointing to the same service (backport of #7282) [#7295](https://github.com/kumahq/kuma/pull/7295) @kumahq
* fix(kuma-cp): handle external services with permissive mtls (backport of #7179) [#7187](https://github.com/kumahq/kuma/pull/7187) @kumahq
* fix(kuma-cp): pass context via snapshot reconciler to generateCerts (backport of #7231) [#7250](https://github.com/kumahq/kuma/pull/7250) @kumahq

Check failure on line 61 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L61

[Vale.Spelling] Did you really mean 'generateCerts'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'generateCerts'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 61, "column": 57}}}, "severity": "ERROR"}
* fix(kuma-cp): put metadata xds callbacks before sync (backport of #7230) [#7244](https://github.com/kumahq/kuma/pull/7244) @kumahq

Check failure on line 62 in app/docs/raw/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/CHANGELOG.md#L62

[Vale.Spelling] Did you really mean 'xds'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'xds'?", "location": {"path": "app/docs/raw/CHANGELOG.md", "range": {"start": {"line": 62, "column": 30}}}, "severity": "ERROR"}
* fix(kumactl): treat 404 as resource not found error (backport of #7297) [#7303](https://github.com/kumahq/kuma/pull/7303) @kumahq


## 2.2.3
> Released on 2023/07/21
Expand Down
5 changes: 5 additions & 0 deletions app/docs/raw/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

## Upgrade to `2.4.x`

### Configuration change

The configuration: `Metrics.Mesh.MinResyncTimeout` and `Metrics.Mesh.MaxResyncTimeout` are replaced by `Metrics.Mesh.MinResyncInterval` and `Metrics.Mesh.FullResyncInterval`.

Check notice on line 13 in app/docs/raw/UPGRADE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/UPGRADE.md#L13

[Google.Passive] In general, use active voice instead of passive voice ('are replaced').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are replaced').", "location": {"path": "app/docs/raw/UPGRADE.md", "range": {"start": {"line": 13, "column": 88}}}, "severity": "INFO"}
You can still use the current configs but it will be removed in the future.

Check warning on line 14 in app/docs/raw/UPGRADE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/UPGRADE.md#L14

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "app/docs/raw/UPGRADE.md", "range": {"start": {"line": 14, "column": 46}}}, "severity": "WARNING"}

Check notice on line 14 in app/docs/raw/UPGRADE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] app/docs/raw/UPGRADE.md#L14

[Google.Passive] In general, use active voice instead of passive voice ('be removed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be removed').", "location": {"path": "app/docs/raw/UPGRADE.md", "range": {"start": {"line": 14, "column": 51}}}, "severity": "INFO"}

### **Breaking changes**

#### Removal of service field in Dataplane outbound
Expand Down
Loading