Skip to content

Tags: alaudazzi/cloud-on-k8s

Tags

0.8.0

Toggle 0.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 note rendering in the quickstart (elastic#872)

0.8.0-rc6

Toggle 0.8.0-rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix note rendering in the quickstart (elastic#872)

0.8.0-rc5

Toggle 0.8.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix note rendering in the quickstart (elastic#872)

0.8.0-rc4

Toggle 0.8.0-rc4's commit message
Tweaks volumeClaimTemplate in Quickstart guide (elastic#846)

* Correct volumeClaimTemplate in Quickstart guide

- In keeping with the `name: quickstart` series of examples, adds heredoc to the persistent storage example yaml.
- Switches to 'local' Storage class (since we recommend and use a local Minikube in our example)
- When using the example with volumeClaimTemplate, the following error is seen:

```for: "STDIN": admission webhook "validation.elasticsearch.elastic.co" denied the request: v1alpha1.Elasticsearch.Spec: v1alpha1.ElasticsearchSpec.Nodes: []v1alpha1.NodeSpec: v1alpha1.NodeSpec.VolumeClaimTemplates: []v1.PersistentVolumeClaim: v1.PersistentVolumeClaim.Spec: v1.PersistentVolumeClaimSpec.StorageClassName: Resources: v1.ResourceRequirements.Requests: unmarshalerDecoder: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$', error found in elastic#10 byte of ...|ge":"100GB"}},"storag|..., bigger context ...|teOnce"],"resources":{"requests":{"storage":"100GB"}},"storageClassName":"Local"}}]}],"updateStrategy|...```

It appears the unit should be `Gi`, rather than `GB`, based on this example in the (k8s statefulset documentation)[https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/].

* Keep gcePersistentDisk storage class

0.8.0-rc3

Toggle 0.8.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Override sample versions to 7.0.1 and use trial license in e2e tests (e…

…lastic#839)

Until 7.1.0 (referenced in samples used by e2e tests) is out, let's use
7.0.1 with a trial license.

0.8.0-rc2

Toggle 0.8.0-rc2's commit message
Use uppercase Elasticsearch in the quickstart (elastic#833)

0.8.0-rc1

Toggle 0.8.0-rc1's commit message
Release candidate 1 for 0.8.0

0.8.0-alpha4

Toggle 0.8.0-alpha4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Makefile for release build (elastic#789)

0.8.0-alpha3

Toggle 0.8.0-alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update release CI job to work with docker.elastic.co (elastic#730)

* Update Release job to work with docker.elastic.co

* Update Makefile

* Update repository and name for Docker image

* Add login for docker.elastic.co

* Update Makefile

* Access Docker credentials in Vault

* Cleanup

* Remove unneeded GCP dependencies for release

0.8.0-alpha2

Toggle 0.8.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Call vault-public-key before release (elastic#766)