pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/grafana grafana: Update to 9.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/446fc2c031ed
branches:  trunk
changeset: 385470:446fc2c031ed
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Sep 18 08:51:59 2022 +0000

description:
grafana: Update to 9.1.5

upstream changes:
-----------------
  * [9.1.0-beta1] Security: Choose Lookup params per auth module (CVE-2022-31107)
  * [9.0.3] Chore: Fix CVE-2020-7753. #51752, @jackw
  * [9.0.3] Chore: Fix CVE-2021-3807. #51753, @jackw
  * [9.0.3] Chore: Fix CVE-2021-3918. #51745, @jackw
  * [9.0.3] Chore: Fix CVE-2021-43138. #51751, @jackw
  * [9.0.3] Chore: Fix CVE-2022-0155. #51755, @jackw
  * [9.0.3] Security: Fixes for CVE-2022-31107 and CVE-2022-31097
  * https://github.com/grafana/grafana/blob/v9.1.5/CHANGELOG.md

diffstat:

 www/grafana/Makefile      |     5 +-
 www/grafana/PLIST         |  1048 +++++++++++++++++++++-------------
 www/grafana/distinfo      |  1352 ++++++++++++++------------------------------
 www/grafana/go-modules.mk |   448 ++++----------
 4 files changed, 1220 insertions(+), 1633 deletions(-)

diffs (truncated from 6635 to 300 lines):

diff -r ac3cd2dfa050 -r 446fc2c031ed www/grafana/Makefile
--- a/www/grafana/Makefile      Sun Sep 18 08:50:59 2022 +0000
+++ b/www/grafana/Makefile      Sun Sep 18 08:51:59 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2022/09/07 09:32:21 bsiegert Exp $
+# $NetBSD: Makefile,v 1.76 2022/09/18 08:51:59 triaxx Exp $
 
-DISTNAME=      grafana-9.0.2
-PKGREVISION=   3
+DISTNAME=      grafana-9.1.5
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grafana/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r ac3cd2dfa050 -r 446fc2c031ed www/grafana/PLIST
--- a/www/grafana/PLIST Sun Sep 18 08:50:59 2022 +0000
+++ b/www/grafana/PLIST Sun Sep 18 08:51:59 2022 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.22 2022/07/12 15:16:00 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/09/18 08:51:59 triaxx Exp $
 bin/grafana-cli
 bin/grafana-server
+share/grafana/conf/.golangci.toml
 share/grafana/conf/defaults.ini
 share/grafana/conf/ldap.toml
 share/grafana/conf/ldap_multiple.toml
 share/grafana/conf/provisioning/access-control/sample.yaml
+share/grafana/conf/provisioning/alerting/sample.yaml
 share/grafana/conf/provisioning/dashboards/sample.yaml
 share/grafana/conf/provisioning/datasources/sample.yaml
 share/grafana/conf/provisioning/notifiers/sample.yaml
@@ -93,6 +95,14 @@
 share/grafana/public/app/core/components/AccessControl/types.ts
 share/grafana/public/app/core/components/Animations/FadeIn.tsx
 share/grafana/public/app/core/components/Animations/SlideDown.tsx
+share/grafana/public/app/core/components/AppChrome/AppChrome.tsx
+share/grafana/public/app/core/components/AppChrome/AppChromeService.tsx
+share/grafana/public/app/core/components/AppChrome/AppChromeUpdate.tsx
+share/grafana/public/app/core/components/AppChrome/Breadcrumbs.tsx
+share/grafana/public/app/core/components/AppChrome/NavToolbar.tsx
+share/grafana/public/app/core/components/AppChrome/NavToolbarSeparator.tsx
+share/grafana/public/app/core/components/AppChrome/TopSearchBar.tsx
+share/grafana/public/app/core/components/AppChrome/types.ts
 share/grafana/public/app/core/components/AppNotifications/AppNotificationItem.tsx
 share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
 share/grafana/public/app/core/components/AppNotifications/StoredNotificationItem.tsx
@@ -129,6 +139,9 @@
 share/grafana/public/app/core/components/Login/LoginPage.tsx
 share/grafana/public/app/core/components/Login/LoginServiceButtons.tsx
 share/grafana/public/app/core/components/Login/UserSignup.tsx
+share/grafana/public/app/core/components/MegaMenu/MegaMenu.test.tsx
+share/grafana/public/app/core/components/MegaMenu/MegaMenu.tsx
+share/grafana/public/app/core/components/MegaMenu/NavBarMenu.tsx
 share/grafana/public/app/core/components/NavBar/NavBar.test.tsx
 share/grafana/public/app/core/components/NavBar/NavBar.tsx
 share/grafana/public/app/core/components/NavBar/NavBarItem.test.tsx
@@ -150,15 +163,40 @@
 share/grafana/public/app/core/components/NavBar/utils.test.ts
 share/grafana/public/app/core/components/NavBar/utils.ts
 share/grafana/public/app/core/components/NodeGraphSettings.tsx
+share/grafana/public/app/core/components/OptionsUI/DashboardPicker.tsx
+share/grafana/public/app/core/components/OptionsUI/DashboardPickerByID.tsx
+share/grafana/public/app/core/components/OptionsUI/NumberInput.tsx
+share/grafana/public/app/core/components/OptionsUI/color.tsx
+share/grafana/public/app/core/components/OptionsUI/fieldColor.tsx
+share/grafana/public/app/core/components/OptionsUI/links.tsx
+share/grafana/public/app/core/components/OptionsUI/multiSelect.tsx
+share/grafana/public/app/core/components/OptionsUI/number.tsx
+share/grafana/public/app/core/components/OptionsUI/registry.tsx
+share/grafana/public/app/core/components/OptionsUI/select.tsx
+share/grafana/public/app/core/components/OptionsUI/slider.tsx
+share/grafana/public/app/core/components/OptionsUI/stats.tsx
+share/grafana/public/app/core/components/OptionsUI/string.tsx
+share/grafana/public/app/core/components/OptionsUI/strings.tsx
+share/grafana/public/app/core/components/OptionsUI/units.tsx
 share/grafana/public/app/core/components/OrgSwitcher.tsx
+share/grafana/public/app/core/components/Page/OldNavOnly.tsx
+share/grafana/public/app/core/components/Page/Page.test.tsx
 share/grafana/public/app/core/components/Page/Page.tsx
 share/grafana/public/app/core/components/Page/PageContents.tsx
+share/grafana/public/app/core/components/Page/types.ts
+share/grafana/public/app/core/components/Page/usePageNav.ts
+share/grafana/public/app/core/components/Page/usePageTitle.ts
 share/grafana/public/app/core/components/PageActionBar/PageActionBar.test.tsx
 share/grafana/public/app/core/components/PageActionBar/PageActionBar.tsx
-share/grafana/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
 share/grafana/public/app/core/components/PageHeader/PageHeader.test.tsx
 share/grafana/public/app/core/components/PageHeader/PageHeader.tsx
 share/grafana/public/app/core/components/PageLoader/PageLoader.tsx
+share/grafana/public/app/core/components/PageNew/Page.test.tsx
+share/grafana/public/app/core/components/PageNew/Page.tsx
+share/grafana/public/app/core/components/PageNew/PageContents.tsx
+share/grafana/public/app/core/components/PageNew/PageHeader.tsx
+share/grafana/public/app/core/components/PageNew/PageTabs.tsx
+share/grafana/public/app/core/components/PageNew/SectionNav.tsx
 share/grafana/public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx
 share/grafana/public/app/core/components/PasswordField/PasswordField.test.tsx
 share/grafana/public/app/core/components/PasswordField/PasswordField.tsx
@@ -198,6 +236,7 @@
 share/grafana/public/app/core/components/Select/TeamPicker.tsx
 share/grafana/public/app/core/components/Select/UserPicker.test.tsx
 share/grafana/public/app/core/components/Select/UserPicker.tsx
+share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.test.tsx
 share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.tsx
 share/grafana/public/app/core/components/Signup/SignupPage.test.tsx
 share/grafana/public/app/core/components/Signup/SignupPage.tsx
@@ -217,14 +256,12 @@
 share/grafana/public/app/core/components/Upgrade/UpgradeBox.tsx
 share/grafana/public/app/core/components/WithFeatureToggle.tsx
 share/grafana/public/app/core/components/connectWithCleanUp.tsx
-share/grafana/public/app/core/components/editors/DashboardPicker.tsx
-share/grafana/public/app/core/components/editors/DashboardPickerByID.tsx
-share/grafana/public/app/core/components/editors/registry.tsx
 share/grafana/public/app/core/components/help/HelpModal.tsx
 share/grafana/public/app/core/components/modals/AngularModalProxy.tsx
 share/grafana/public/app/core/components/search/search_results.ts
 share/grafana/public/app/core/config.ts
 share/grafana/public/app/core/constants.ts
+share/grafana/public/app/core/context/GrafanaContext.ts
 share/grafana/public/app/core/copy/appNotification.ts
 share/grafana/public/app/core/core.ts
 share/grafana/public/app/core/history/RichHistoryLocalStorage.test.ts
@@ -243,10 +280,11 @@
 share/grafana/public/app/core/hooks/useNavModel.ts
 share/grafana/public/app/core/hooks/useQueryParams.ts
 share/grafana/public/app/core/hooks/useRefMounted.ts
-share/grafana/public/app/core/localisation.tsx
+share/grafana/public/app/core/internationalization/constants.ts
+share/grafana/public/app/core/internationalization/index.tsx
 share/grafana/public/app/core/lodash_extended.ts
-share/grafana/public/app/core/logs_model.test.ts
-share/grafana/public/app/core/logs_model.ts
+share/grafana/public/app/core/logsModel.test.ts
+share/grafana/public/app/core/logsModel.ts
 share/grafana/public/app/core/mod_defs.d.ts
 share/grafana/public/app/core/navigation/GrafanaRoute.test.tsx
 share/grafana/public/app/core/navigation/GrafanaRoute.tsx
@@ -271,6 +309,7 @@
 share/grafana/public/app/core/reducers/processsAclItems.ts
 share/grafana/public/app/core/reducers/root.test.ts
 share/grafana/public/app/core/reducers/root.ts
+share/grafana/public/app/core/selectors/navModel.test.ts
 share/grafana/public/app/core/selectors/navModel.ts
 share/grafana/public/app/core/services/FetchQueue.test.ts
 share/grafana/public/app/core/services/FetchQueue.ts
@@ -290,6 +329,10 @@
 share/grafana/public/app/core/services/echo/backends/analytics/ApplicationInsightsBackend.ts
 share/grafana/public/app/core/services/echo/backends/analytics/GABackend.ts
 share/grafana/public/app/core/services/echo/backends/analytics/RudderstackBackend.ts
+share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/EchoSrvTransport.ts
+share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/GrafanaJavascriptAgentBackend.test.ts
+share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/GrafanaJavascriptAgentBackend.ts
+share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/types.ts
 share/grafana/public/app/core/services/echo/backends/sentry/SentryBackend.test.ts
 share/grafana/public/app/core/services/echo/backends/sentry/SentryBackend.ts
 share/grafana/public/app/core/services/echo/backends/sentry/transports/CustomEndpointTransport.test.ts
@@ -340,6 +383,7 @@
 share/grafana/public/app/core/utils/fetch.test.ts
 share/grafana/public/app/core/utils/fetch.ts
 share/grafana/public/app/core/utils/flatten.ts
+share/grafana/public/app/core/utils/isShallowEqual.ts
 share/grafana/public/app/core/utils/kbn.test.ts
 share/grafana/public/app/core/utils/kbn.ts
 share/grafana/public/app/core/utils/model_utils.ts
@@ -350,12 +394,16 @@
 share/grafana/public/app/core/utils/richHistory.test.ts
 share/grafana/public/app/core/utils/richHistory.ts
 share/grafana/public/app/core/utils/richHistoryTypes.ts
+share/grafana/public/app/core/utils/set.ts
 share/grafana/public/app/core/utils/shortLinks.test.ts
 share/grafana/public/app/core/utils/shortLinks.ts
 share/grafana/public/app/core/utils/ticks.ts
 share/grafana/public/app/core/utils/timePicker.test.ts
 share/grafana/public/app/core/utils/timePicker.ts
+share/grafana/public/app/core/utils/timeRegions.test.ts
+share/grafana/public/app/core/utils/timeRegions.ts
 share/grafana/public/app/core/utils/tracing.ts
+share/grafana/public/app/core/utils/urlToken.ts
 share/grafana/public/app/core/utils/version.ts
 share/grafana/public/app/dev.ts
 share/grafana/public/app/features/admin/AdminEditOrgPage.tsx
@@ -364,8 +412,6 @@
 share/grafana/public/app/features/admin/AdminSettings.tsx
 share/grafana/public/app/features/admin/CrawlerStartButton.tsx
 share/grafana/public/app/features/admin/CrawlerStatus.tsx
-share/grafana/public/app/features/admin/ExportStartButton.tsx
-share/grafana/public/app/features/admin/ExportStatus.tsx
 share/grafana/public/app/features/admin/LicenseChrome.tsx
 share/grafana/public/app/features/admin/OrgRolePicker.tsx
 share/grafana/public/app/features/admin/ServerStats.test.tsx
@@ -482,16 +528,20 @@
 share/grafana/public/app/features/alerting/unified/components/EmptyArea.tsx
 share/grafana/public/app/features/alerting/unified/components/EmptyAreaWithCTA.tsx
 share/grafana/public/app/features/alerting/unified/components/Expression.tsx
+share/grafana/public/app/features/alerting/unified/components/HoverCard.tsx
 share/grafana/public/app/features/alerting/unified/components/NoAlertManagerWarning.tsx
 share/grafana/public/app/features/alerting/unified/components/PanelPluginsButtonGroup.tsx
+share/grafana/public/app/features/alerting/unified/components/Provisioning.tsx
 share/grafana/public/app/features/alerting/unified/components/RuleLocation.tsx
 share/grafana/public/app/features/alerting/unified/components/StateColoredText.tsx
 share/grafana/public/app/features/alerting/unified/components/StateTag.tsx
 share/grafana/public/app/features/alerting/unified/components/TimeToNow.tsx
+share/grafana/public/app/features/alerting/unified/components/Tokenize.tsx
 share/grafana/public/app/features/alerting/unified/components/Well.tsx
 share/grafana/public/app/features/alerting/unified/components/admin/AddAlertManagerModal.tsx
 share/grafana/public/app/features/alerting/unified/components/admin/AlertmanagerConfig.test.tsx
 share/grafana/public/app/features/alerting/unified/components/admin/AlertmanagerConfig.tsx
+share/grafana/public/app/features/alerting/unified/components/admin/ExternalAlertmanagerDataSources.tsx
 share/grafana/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx
 share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertDetails.tsx
 share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx
@@ -525,8 +575,12 @@
 share/grafana/public/app/features/alerting/unified/components/receivers/ReceiversSection.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/ReceiversTable.test.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/ReceiversTable.tsx
+share/grafana/public/app/features/alerting/unified/components/receivers/TemplateEditor.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.tsx
+share/grafana/public/app/features/alerting/unified/components/receivers/editor/definition.ts
+share/grafana/public/app/features/alerting/unified/components/receivers/editor/language.ts
+share/grafana/public/app/features/alerting/unified/components/receivers/editor/register.ts
 share/grafana/public/app/features/alerting/unified/components/receivers/form/ChannelOptions.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/form/ChannelSubForm.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/form/CloudCommonChannelSettings.tsx
@@ -554,7 +608,6 @@
 share/grafana/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaAlertStatePicker.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaConditionEvalWarning.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/LabelsField.tsx
@@ -593,6 +646,7 @@
 share/grafana/public/app/features/alerting/unified/components/rules/EditCloudGroupModal.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/RuleConfigStatus.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx
@@ -614,7 +668,10 @@
 share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/StateHistory.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/StateHistory.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/__snapshots__/StateHistory.test.tsx.snap
+share/grafana/public/app/features/alerting/unified/components/rules/useCombinedGroupNamespace.tsx
 share/grafana/public/app/features/alerting/unified/components/silences/AmAlertStateTag.tsx
 share/grafana/public/app/features/alerting/unified/components/silences/MatchedSilencedRules.tsx
 share/grafana/public/app/features/alerting/unified/components/silences/Matchers.tsx
@@ -637,7 +694,7 @@
 share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.test.ts
 share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts
 share/grafana/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts
-share/grafana/public/app/features/alerting/unified/hooks/useExternalAMSelector.test.ts
+share/grafana/public/app/features/alerting/unified/hooks/useExternalAMSelector.test.tsx
 share/grafana/public/app/features/alerting/unified/hooks/useExternalAmSelector.ts
 share/grafana/public/app/features/alerting/unified/hooks/useFilteredAmGroups.ts
 share/grafana/public/app/features/alerting/unified/hooks/useFilteredRules.ts
@@ -662,6 +719,7 @@
 share/grafana/public/app/features/alerting/unified/state/actions.ts
 share/grafana/public/app/features/alerting/unified/state/reducers.ts
 share/grafana/public/app/features/alerting/unified/styles/notifications.ts
+share/grafana/public/app/features/alerting/unified/styles/pagination.ts
 share/grafana/public/app/features/alerting/unified/styles/table.ts
 share/grafana/public/app/features/alerting/unified/types/amroutes.ts
 share/grafana/public/app/features/alerting/unified/types/mute-timing-form.ts
@@ -713,6 +771,7 @@
 share/grafana/public/app/features/annotations/standardAnnotationSupport.test.ts
 share/grafana/public/app/features/annotations/standardAnnotationSupport.ts
 share/grafana/public/app/features/annotations/types.ts
+share/grafana/public/app/features/api-keys/APIKeysMigratedCard.tsx
 share/grafana/public/app/features/api-keys/ApiKeysActionBar.tsx
 share/grafana/public/app/features/api-keys/ApiKeysAddedModal.test.tsx
 share/grafana/public/app/features/api-keys/ApiKeysAddedModal.tsx
@@ -721,8 +780,8 @@
 share/grafana/public/app/features/api-keys/ApiKeysPage.test.tsx
 share/grafana/public/app/features/api-keys/ApiKeysPage.tsx
 share/grafana/public/app/features/api-keys/ApiKeysTable.tsx
+share/grafana/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx
 share/grafana/public/app/features/api-keys/__mocks__/apiKeysMock.ts
-share/grafana/public/app/features/api-keys/__snapshots__/ApiKeysAddedModal.test.tsx.snap
 share/grafana/public/app/features/api-keys/state/actions.ts
 share/grafana/public/app/features/api-keys/state/reducers.test.ts
 share/grafana/public/app/features/api-keys/state/reducers.ts
@@ -862,6 +921,7 @@
 share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveProvisionedDashboardForm.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveToStorageForm.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/types.ts
 share/grafana/public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx
 share/grafana/public/app/features/dashboard/components/ShareModal/ShareEmbed.test.tsx
@@ -912,6 +972,7 @@
 share/grafana/public/app/features/dashboard/components/VersionHistory/utils.ts
 share/grafana/public/app/features/dashboard/containers/DashboardPage.test.tsx
 share/grafana/public/app/features/dashboard/containers/DashboardPage.tsx
+share/grafana/public/app/features/dashboard/containers/PublicDashboardPage.tsx
 share/grafana/public/app/features/dashboard/containers/SoloPanelPage.test.tsx
 share/grafana/public/app/features/dashboard/containers/SoloPanelPage.tsx



Home | Main Index | Thread Index | Old Index