Skip to content

Commit

Permalink
PMM-7 Generate plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Sep 23, 2024
1 parent 8e5ec28 commit dd8e97f
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
limit: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export enum VizDisplayMode {
Candles = 'candles',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export enum HorizontalConstraint {
Center = 'center',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface MetricStat {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
selectedSeries: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export type UpdateConfig = {
render: boolean,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
basemap: ui.MapLayerOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

/**
* Controls the color mode of the heatmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
dedupStrategy: common.LogsDedupStrategy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export enum QueryEditorMode {
Builder = 'builder',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface ArcOption {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

/**
* Select the pie chart display style.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export enum TextMode {
Code = 'code',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

/**
* Identical to timeseries... except it does not have timezone settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "";
export const pluginVersion = "11.1.5";

/**
* Auto is "table" in the UI
Expand Down

0 comments on commit dd8e97f

Please sign in to comment.