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

updates es-image to elasticsearch 6.3.2 #67484

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

monotek
Copy link
Member

@monotek monotek commented Aug 16, 2018

What this PR does / why we need it:

  • updates es-image to elasticsearch 6.3.2

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Release note:

updates es-image to elasticsearch 6.3.2

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 16, 2018
@monotek
Copy link
Member Author

monotek commented Aug 16, 2018

/assign @coffeepac

@coffeepac
Copy link
Contributor

/approve
/ok-to-test

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 16, 2018
@coffeepac
Copy link
Contributor

/test pull-kubernetes-e2e-kops-aws
/test pull-kubernetes-cross

@coffeepac
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 16, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coffeepac, monotek

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 66793, 67405, 67068, 67501, 67484). If you want to cherry-pick this change to another branch, please follow the instructions here.

@k8s-github-robot k8s-github-robot merged commit de1656a into kubernetes:master Aug 17, 2018
@aleks-mariusz
Copy link

is this a typo?

in cluster/addons/fluentd-elasticsearch/es-image/Dockerfile you have 6.3.2

but in cluster/addons/fluentd-elasticsearch/es-image/Makefile you only have 6.3.0

@monotek
Copy link
Member Author

monotek commented Aug 17, 2018

@aleks-mariusz no, its ok this way.
the version is different to the original image as changes to the files could change the version of the new image but still using the same new original image.

for example any changes to the filles would result in version 6.3.1 but the original image is still 6.3.2.

@like-inspur
Copy link
Contributor

root@ubuntu:~/kubernetes/cluster/addons/fluentd-elasticsearch/es-image# docker build -t staging-k8s.gcr.io/elasticsearch:v6.3.2 .
Sending build context to Docker daemon 16.38kB
Step 1/8 : FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2
---> b74c54dcb4d7
Step 2/8 : VOLUME /data
---> Using cache
---> b0b5eab4c529
Step 3/8 : EXPOSE 9200 9300
---> Using cache
---> 48dc74f45102
Step 4/8 : COPY elasticsearch_logging_discovery run.sh bin/
COPY failed: stat /var/lib/docker/tmp/docker-builder514757004/elasticsearch_logging_discovery: no such file or directory

k8s-github-robot pushed a commit that referenced this pull request Aug 21, 2018
Automatic merge from submit-queue (batch tested with PRs 67493, 67617, 67582, 67337). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

updates kibana to 6.3.2

**What this PR does / why we need it**:
* updates kibana to 6.3.2 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:
needed as es was updated to 6.3.2 too in #67484


**Release note**:

```release-note
updates kibana to 6.3.2 
```
@neolit123
Copy link
Member

/sig instrumentation

@k8s-ci-robot k8s-ci-robot added the sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. label Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants