grafana: 10.1.4 -> 10.1.5
This commit is contained in:
parent
092cb6b9f2
commit
a4919ab1ad
@ -319,7 +319,9 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/components/RolePicker/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/RolePicker/styles.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/RolePicker/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/SVG/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/SVG/SanitizedSVG.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/SVG/SanitizedSVG.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/SVG/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/Select/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/Select/DashboardPicker.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/Select/FolderPicker.tsx
|
||||
@ -848,14 +850,13 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudAlertPreview.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudRulesSourcePicker.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CustomAnnotationHeaderField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DashboardAnnotationField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DashboardPicker.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx
|
||||
@ -874,6 +875,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RecordingRuleEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RecordingRulesNameSpaceAndGroupStep.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx
|
||||
@ -3510,6 +3512,8 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/DynamicLabelsField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/Forms.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/LegacyLogGroupNamesSelection.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/LegacyLogGroupSelector.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/LogGroupsField.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/LogGroupsField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/LogGroups/LogGroupsSelector.test.tsx
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/K8M2cb7U2Rn2QIaHuzon2MOA6yhYwFnRwNIAEAPUDS78z/taKd89qVsshasdG++370Pc0yfgy853H276F05gM=
|
||||
SHA256 (Pkgfile) = ab25c24c7edb8e413993a43500e165bf48288cf969b4722a401d075bdab65bb7
|
||||
SHA256 (.footprint) = 6b64a17029a0234eca8353e83f40aa0b31a9642db976c747ce026b9775b3840e
|
||||
SHA256 (grafana-10.1.4.tar.gz) = 1f481975ec6ab1898fb99c5601a4f7e26b439c24990fa1394530f072e9aee5fc
|
||||
RWSagIOpLGJF33nLXuo3sXrSr07ttDOI4xWNpiCIsx1SqwGS8I0hAAeEFvF+rYoScwFgQ+j98XCLA0rf22vulB2MIpGeBCIaAAw=
|
||||
SHA256 (Pkgfile) = e4eac25af79cf48ea22bd2adc2759a6af643e8ca4e00b5da62f9bea814a04948
|
||||
SHA256 (.footprint) = c9e5325b5e705c8b902ea65e3b84f2a8f3ac4aaaef45f55799b8ead58b3aa505
|
||||
SHA256 (grafana-10.1.5.tar.gz) = 17ce835c9a52483685eb145f54c34c12716398f9b98ece10ccab9f670e29983a
|
||||
SHA256 (grafana.confd) = 302e0281dea67cde2edd1e7d06bd7abf6a8b335595c050ffa874cb1c1bd19036
|
||||
SHA256 (grafana.service) = 3b652a54c5f26d19197955854483687d7c761a2299788a182200acd5d1ffbb47
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: fontconfig go yarn-hydrogen
|
||||
|
||||
name=grafana
|
||||
version=10.1.4
|
||||
version=10.1.5
|
||||
release=1
|
||||
source=(https://github.com/grafana/grafana/archive/v$version/$name-$version.tar.gz
|
||||
#https://dl.grafana.com/oss/release/grafana-$version.linux-amd64.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user