diff --git a/Dockerfile b/Dockerfile index 44c59e67fa06c5d4af7c43943eeb96e676e59b2b..802fbc5e3c1b7c47c4437223d23bb4cd6e7981ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN yum update --setopt=tsflags=nodocs -y && \ RUN mkdir /usr/share/kibana WORKDIR /usr/share/kibana -COPY --chown=1000:0 kibana-7.17.13-linux-x86_64.tar.gz . -RUN tar --strip-components=1 -zxf kibana-7.17.13-linux-x86_64.tar.gz +COPY --chown=1000:0 kibana-7.17.14-linux-x86_64.tar.gz . +RUN tar --strip-components=1 -zxf kibana-7.17.14-linux-x86_64.tar.gz # Ensure that group permissions are the same as user permissions. # This will help when relying on GID-0 to run Kibana, rather than UID-1000. diff --git a/README.md b/README.md index b8420a54c78b6de3c6803d95b4362843a371cce3..5c295cef6d483abd924b0963d554fc4b8f9a9a65 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ and includes the full set of [free features](https://www.elastic.co/subscriptions). View the detailed release notes -[here](https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.13.html). +[here](https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.14.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3c6e77c1bed25655c111814b667414b87bd492b6..fb91f4756d67bf185c81c8320584c001cde4bff0 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -9,7 +9,7 @@ labels: org.opencontainers.image.title: kibana org.opencontainers.image.url: https://www.elastic.co/products/kibana org.opencontainers.image.vendor: Elastic - org.opencontainers.image.version: 7.17.13 + org.opencontainers.image.version: 7.17.14 maintainers: - cht_member: false email: tyler.smalley@elastic.co @@ -25,11 +25,11 @@ maintainers: username: yalabe.dukuly name: elastic/kibana/kibana resources: -- filename: kibana-7.17.13-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/kibana/kibana-7.17.13-linux-x86_64.tar.gz +- filename: kibana-7.17.14-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/kibana/kibana-7.17.14-linux-x86_64.tar.gz validation: type: sha512 - value: 0ede6e71e1da6ad987e416605d3ebad56574ac8ad945ec82a9af1aaa0e9fed8e04ebc4ab332e853afc3754c33dea8a7dd3bb7197dc72a14ca1b05e4b83294639 + value: 130ed49b9bea3deabe6b88b9813f6ee64c585f6b2a8bd959a0c31208f595a127e40700b62aab5e2d2043ae91dd151aac35b67bc2f39cb852ac633d652d03f882 - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: @@ -41,5 +41,5 @@ resources: type: sha512 value: 0ce56bde1853fed3e53282505bac65707385275a27816c29712ab04c187aa249797c82c58759b2b36c210d4e2683eda92359d739a8045cb8385c2c34d37cc9e1 tags: -- 7.17.13 +- 7.17.14 - latest