Bump version of cue + whatnew

This commit is contained in:
Horst Gutmann
2023-08-22 16:51:34 +02:00
parent d4f9ba85fe
commit 7399cf98b2
34 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
"betterer:issues": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/generateBettererIssues.ts"
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/",
"whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/",
"releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/"
},
"lint-staged": {
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
limit: number;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum VizDisplayMode {
Candles = 'candles',
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum HorizontalConstraint {
Center = 'center',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface MetricStat {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
folderId?: number;
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
selectedSeries: number;
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export type UpdateConfig = {
render: boolean,
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.SingleStatBaseOptions {
showThresholdLabels: boolean;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
basemap: ui.MapLayerOptions;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export type PhlareQueryType = ('metrics' | 'profile' | 'both');
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
/**
* Controls the color mode of the heatmap
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
dedupStrategy: common.LogsDedupStrategy;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum QueryEditorMode {
Builder = 'builder',
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface ArcOption {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export type ParcaQueryType = ('metrics' | 'profile' | 'both');
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
/**
* Select the pie chart display style.
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum QueryEditorMode {
Builder = 'builder',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface TempoQuery extends common.DataQuery {
filters: Array<TraceqlFilter>;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum TestDataQueryType {
Annotations = 'annotations',
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum TextMode {
Code = 'code',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
/**
* Identical to timeseries... except it does not have timezone settings
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.1.0";
export enum SeriesMapping {
Auto = 'auto',