Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 20:07:42 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551343 - head/textproc/kibana7
Message-ID:  <202010032007.093K7geX082986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct  3 20:07:42 2020
New Revision: 551343
URL: https://svnweb.freebsd.org/changeset/ports/551343

Log:
  textproc/kibana7: Update to 7.9.2
  
  Changelog since 7.9.1:
  * Enhancement
    - Machine Learning
          - Improves performance of job exists check
  * Bug fixes
    - Alerting
          - Fixes alerts unable to create or update when the name has trailing whitepace
    - Machine Learning
          - Swim lane pagination for viewing by job ID
          - Fixes custom URLs processing for security app
    - Management
          - Fixes an issue in Snapshot and Restore UI where creating a policy, repository, or snapshot with a special character, like a colon, in the name would result in a 404 when viewing details or editing any of the aforementioned
          - Indices that contain the characters % { [ @ no longer cause a 405 error in Index Management
          - Fixes an issue in the snapshot and restore policy creation form that allowed a policy to be created without an index specified
          - The snapshot and restore wizard now notifies users when a policy configured with a non-existing repository is being updated and requires that the user select a new repository
          - Fixes an issue in the grok debugger where simulation error messages are not being displayed
    - Maps
          - Fixes drawing shapes in maps app broken in 7.9.1
    - Monitoring
          - Prevents edit/create for Stack Monitoring alerts in Alerts Management
          - Fixes improper lodash syntax
          - Fixes UI error when alerting is not available
    - Platform
          - Fixes bug causing multiple overrides to only show the last confirm modal
          - Fixes remoteAddress being duplicated in userAgent field
          - Fixes an issue that caused savedObject migration errors to not being displayed in the logs
          - Fixes an issue where defaultAppId redirect could fire outside home app
          - Suppresses error logs when clients connect over HTTP instead of HTTPS
    - Reporting
          - Adds back in custom images for reporting + tests
    - Security
          - Adds Lens as a readable saved object for read-only dashboard users
    - Uptime
          - Fixes alerting false positives
  
  Release notes:
  	https://www.elastic.co/guide/en/kibana/7.9/release-notes-7.9.2.html
  
  PR:		249914
  Submitted by:	Juraj Lutter <juraj@lutter.sk>

Modified:
  head/textproc/kibana7/Makefile
  head/textproc/kibana7/distinfo

Modified: head/textproc/kibana7/Makefile
==============================================================================
--- head/textproc/kibana7/Makefile	Sat Oct  3 20:05:15 2020	(r551342)
+++ head/textproc/kibana7/Makefile	Sat Oct  3 20:07:42 2020	(r551343)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kibana
-PORTVERSION=	7.9.1
+PORTVERSION=	7.9.2
 DISTVERSIONSUFFIX=	-darwin-x86_64
 CATEGORIES=	textproc www
 MASTER_SITES=	https://artifacts.elastic.co/downloads/kibana/ \

Modified: head/textproc/kibana7/distinfo
==============================================================================
--- head/textproc/kibana7/distinfo	Sat Oct  3 20:05:15 2020	(r551342)
+++ head/textproc/kibana7/distinfo	Sat Oct  3 20:07:42 2020	(r551343)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599151442
-SHA256 (kibana-7.9.1-darwin-x86_64.tar.gz) = 7f015bac5de3116bc3dd06fdc8a13cce11bf5b877aad9ef81e043d2db571448a
-SIZE (kibana-7.9.1-darwin-x86_64.tar.gz) = 304677115
+TIMESTAMP = 1601028203
+SHA256 (kibana-7.9.2-darwin-x86_64.tar.gz) = 5ed3b334311551e31128b9acac6e664304f68e66c04bf3f5f65d1d1bc4bf12f0
+SIZE (kibana-7.9.2-darwin-x86_64.tar.gz) = 304290483



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010032007.093K7geX082986>