You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into add-ilm-rollover-max-primary-shard-docs
* origin/main: (76 commits)
Bump golang.org/x/net from 0.27.0 to 0.33.0 in /libs/go-kibana-rest (elastic#981)
Bump golang.org/x/net from 0.28.0 to 0.33.0 (elastic#980)
Update go version in go-kibana-rest (elastic#978)
Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /libs/go-kibana-rest (elastic#947)
chore(deps): pin dependencies (elastic#972)
Accept API keys for running acceptance tests (elastic#951)
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools (elastic#977)
Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (elastic#960)
fix(deps): update module github.com/goreleaser/goreleaser/v2 to v2.5.1 (elastic#976)
chore(deps): update actions/setup-go digest to 3041bf5 (elastic#944)
chore(deps): update dependency go to v1.23.4 (elastic#938)
Bump actions/setup-go from 5.1.0 to 5.2.0 (elastic#958)
chore(deps): update golang docker tag to v1.23.4 (elastic#939)
fix(deps): update github.com/hashicorp/go-cty digest to a0325cb (elastic#934)
chore(deps): update codecov/codecov-action digest to 1e68e06 (elastic#941)
Bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.4 in /tools (elastic#970)
Prepare release v0.11.13
update team name (elastic#974)
feat: update synthetics implementation according to Kibana 8.16 API changes (elastic#967)
Add 8.17.0 to test matrix (elastic#969)
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-4Lines changed: 43 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,44 @@
1
1
## [Unreleased]
2
2
3
-
### Changes
4
-
5
3
- Add `max_primary_shard_docs` condition to ILM rollover ([#845](https://github.com/elastic/terraform-provider-elasticstack/pull/845))
4
+
5
+
## [0.11.13] - 2025-01-09
6
+
7
+
- Support 8.15.5 in acc tests ([#963](https://github.com/elastic/terraform-provider-elasticstack/pull/963)).
8
+
- Support 8.16.2 in acc tests ([#964](https://github.com/elastic/terraform-provider-elasticstack/pull/964)).
9
+
- Support 8.17.0 in acc tests ([#969](https://github.com/elastic/terraform-provider-elasticstack/pull/969)).
10
+
- Support several ssl fields in `elasticstack_kibana_synthetics_monitor` ([#967](https://github.com/elastic/terraform-provider-elasticstack/pull/967))
11
+
12
+
## [0.11.12] - 2024-12-16
13
+
14
+
### Breaking changes
15
+
16
+
- Support multiple group by fields in SLOs ([#870](https://github.com/elastic/terraform-provider-elasticstack/pull/878)). This changes to type of the `group_by` attribute of the `elasticstack_kibana_slo` resource from a String to a list of Strings. Any existing SLO defintions will need to update `group_by = "field"` to `group_by = ["field"]`.
17
+
18
+
### Changes
19
+
- Handle NPE in integration policy secrets ([#946](https://github.com/elastic/terraform-provider-elasticstack/pull/946))
20
+
- Use the auto-generated OAS schema from elastic/kibana for the Fleet API. ([#834](https://github.com/elastic/terraform-provider-elasticstack/issues/834))
21
+
- Support description in `elasticstack_elasticsearch_security_role` data sources. ([#884](https://github.com/elastic/terraform-provider-elasticstack/pull/884))
22
+
- Prevent spurious recreation of `elasticstack_fleet_agent_policy` resources due to 'changing' policy ids ([#885](https://github.com/elastic/terraform-provider-elasticstack/pull/885))
23
+
- Support `elasticstack_kibana_alerting_rule` resources with only one of `kql` or `timeframe` attributes set ([#886](https://github.com/elastic/terraform-provider-elasticstack/pull/886))
24
+
- Rename generated/fleet to generated/kibana, add data_view APIs. Keep libs/go-kibana-rest until migration can be completed. Clean and simplify the `elasticstack_kibana_data_view` resource to match the styling of Fleet resources. ([#881](https://github.com/elastic/terraform-provider-elasticstack/issues/881))
25
+
- Exposes internal objects needed to build a Crossplane Elasticstack provider ([#949](https://github.com/elastic/terraform-provider-elasticstack/pull/949))
26
+
27
+
## [0.11.11] - 2024-10-25
28
+
29
+
- Allow `elasticstack_kibana_alerting_rule` to be used without Elasticsearch being configured. ([#869](https://github.com/elastic/terraform-provider-elasticstack/pull/869))
- Ensure API keys are not replaced when upgrading from 0.11.9 or earlier. ([#875](https://github.com/elastic/terraform-provider-elasticstack/pull/875))
- Support updating `elasticstack_elasticsearch_security_api_key` when supported by the backing cluster ([#843](https://github.com/elastic/terraform-provider-elasticstack/pull/843))
37
+
- Fix validation of `throttle`, and `interval` attributes in `elasticstack_kibana_alerting_rule` allowing all Elastic duration values ([#846](https://github.com/elastic/terraform-provider-elasticstack/pull/846))
38
+
>>>>>>> origin/main
6
39
- Fix boolean setting parsing for `elasticstack_elasticsearch_indices` data source. ([#842](https://github.com/elastic/terraform-provider-elasticstack/pull/842))
40
+
- Update all Fleet and utils/tfsdk instances of diagnostics parameters to pass by pointer instead of pass by value. Added upgrader for fleet_integration_policy v0 to handle empty string vars_json/streams_json. ([#855](https://github.com/elastic/terraform-provider-elasticstack/pull/855))
41
+
- Fix handling of EPM packages when uninstalled outside Terraform, and diags in create/update. ([#854](https://github.com/elastic/terraform-provider-elasticstack/pull/854))
set-kibana-password: ## Sets the ES KIBANA_SYSTEM_USERNAME's password to KIBANA_SYSTEM_PASSWORD. This expects Elasticsearch to be available at localhost:9200
0 commit comments