Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump CRDs version from 0.21.0 to 0.22.0 #15

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LIBRARY_VERSION:=0.1.0
PROVIDER_VERSION:=0.21.0
PROVIDER_VERSION:=0.22.0
JSONNET_BIN:=jrsonnet
CROSSPLANE?=crossplane
REGISTRY?=ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Most of this library is generated: the Compositions/XRDs packages, Configuration
## Install

```
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].21.0
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].22.0
```

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* [data](data/index.md)
* [notificationSettings](notificationSettings.md)
* [record](record.md)

## Index

Expand All @@ -23,6 +24,8 @@
* [`fn withNoDataState(value)`](#fn-withnodatastate)
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
* [`fn withRecord(value)`](#fn-withrecord)
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)

## Fields

Expand Down Expand Up @@ -181,8 +184,8 @@ PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withNotificationSettingsMixin

```jsonnet
Expand All @@ -193,5 +196,29 @@ PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withRecord

```jsonnet
withRecord(value)
```

PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
### fn withRecordMixin

```jsonnet
withRecordMixin(value)
```

PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# record



## Index

* [`fn withFrom(value)`](#fn-withfrom)
* [`fn withMetric(value)`](#fn-withmetric)

## Fields

### fn withFrom

```jsonnet
withFrom(value)
```

PARAMETERS:

* **value** (`string`)

(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
The ref id of the query node in the data field to use as the source of the metric.
### fn withMetric

```jsonnet
withMetric(value)
```

PARAMETERS:

* **value** (`string`)

(String) The name of the metric to write to.
The name of the metric to write to.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* [data](data/index.md)
* [notificationSettings](notificationSettings.md)
* [record](record.md)

## Index

Expand All @@ -23,6 +24,8 @@
* [`fn withNoDataState(value)`](#fn-withnodatastate)
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
* [`fn withRecord(value)`](#fn-withrecord)
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)

## Fields

Expand Down Expand Up @@ -181,8 +184,8 @@ PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withNotificationSettingsMixin

```jsonnet
Expand All @@ -193,5 +196,29 @@ PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withRecord

```jsonnet
withRecord(value)
```

PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
### fn withRecordMixin

```jsonnet
withRecordMixin(value)
```

PARAMETERS:

* **value** (`array`)

(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# record



## Index

* [`fn withFrom(value)`](#fn-withfrom)
* [`fn withMetric(value)`](#fn-withmetric)

## Fields

### fn withFrom

```jsonnet
withFrom(value)
```

PARAMETERS:

* **value** (`string`)

(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
The ref id of the query node in the data field to use as the source of the metric.
### fn withMetric

```jsonnet
withMetric(value)
```

PARAMETERS:

* **value** (`string`)

(String) The name of the metric to write to.
The name of the metric to write to.
Loading