8000 Tags · kvashninselectel/cloud-on-k8s · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kvashninselectel/cloud-on-k8s

Tags

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revised ECK upgrade instructions (elastic#6088) (elastic#6098)

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
(cherry picked from commit d8aa26b)

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Default Pod annotations should be a local variable (elastic#5947) (el…

…astic#5948)

Fixes a bug where the default ES Pod annotations were stored in a global map. It may lead to operator crash or unexpected reconciliations and Pod annotations.

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not use service accounts until Elasticsearch nodes have been upgra…

…ded (elastic#5830) (elastic#5831)

* Detect if all nodes are running with service accounts

* Do not use service accounts until Elasticsearch supports them

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 2.2.0 release notes (elastic#5627) (elastic#5635)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release notes and highlights for 2.1.0 (elastic#5427) (elastic#5444)

* Adding release notes, and highlights for 2.1.0 release

* Add missing float to enhancements section.

* Adding missing 5331 enhancement.
Renaming some pull request's titles
Re-wording Elasticsearch Status subresource description.
Moving predicate changes to bottom of highlights, and noting that it's dangerous.

* avoid via in docs/release-notes/2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* capitalize HTTP in docs/release-notes/2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Replace See with Check in docs/release-notes/highlights-2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Stop using 2 spaces after period in docs/release-notes/highlights-2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* 1 Space after period docs/release-notes/highlights-2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Suggestions in docs/release-notes/highlights-2.1.0.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Add 2 new breaking issues/PRs to 2.1.0 release notes.

* Update risk language in docs/release-notes/highlights-2.1.0.asciidoc

Co-authored-by: Peter Brachwitz <peter.brachwitz@gmail.com>

* Update webhook issue/bug fix description.
Modify the sub-resource status description.

* Add golang version update to release notes.

* Remove mention of CVE

* Update docs/release-notes/2.1.0.asciidoc

Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
Co-authored-by: Peter Brachwitz <peter.brachwitz@gmail.com>
Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
Co-authored-by: Peter Brachwitz <peter.brachwitz@gmail.com>
Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Stack Monitoring with custom certificate without CA (elastic#5310) (

elastic#5319)

Stack Monitoring incorrectly assumed that if the monitored Elastic resource has TLS enabled, there is a CA to configure in the input section of the Metricbeat config. This overlooked that you can have a certificate issued by a well-known CA, so you don't always provide a CA when TLS is enabled. This is fixed by differentiating between isSSL/isTLS and HasCA.

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 1.9.1 release notes (elastic#5174) (elastic#5179)

* Add 1.9.1 release notes

* Also regenerate 1.9.0 release notes

* Fix bad link

* Add mitigation description

* Update docs/release-notes/1.9.1.asciidoc

Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[1.9] Stop using deprecated xpack.monitoring.* settings (elastic#5136) (

elastic#5137)

Completely remove the `xpack.monitoring.*` settings as they were never needed for stack monitoring.

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Agent volumes when an association has no CA (elastic#4833) (elast…

…ic#4834)

This commit fixes an issue that occurs if you associate an Agent with a Kibana without TLS. In this case, the association Agent<->Kibana does not have a CA and this breaks the volumeMounts of the Agent container because we returned instead of continuing to populate the slice of volumes.

1.7.1

Toggle 1.7.1's commit message
Release notes and highlights for 1.7.1 (elastic#4782) (elastic#4783)

0