Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Apr 5, 2022
1 parent 6a159de commit cc98bd1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
19 changes: 13 additions & 6 deletions packages/gcp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# newer versions go on top
- version: 2.0.0
changes:
- description: |
Move configurations to support metrics. This change is breaking, as it move
some configuration from the top level variables to data stream variables.
type: breaking-change
link: https://github.com/elastic/integrations/pull/2707
- description: Add GCP Billing Metricset
type: enhancement
link: https://github.com/elastic/integrations/pull/2141
- description: Add GCP Compute Metricset
type: enhancement
link: https://github.com/elastic/integrations/pull/2301
- version: "1.5.1"
changes:
- description: Add documentation for multi-fields
Expand Down Expand Up @@ -49,12 +62,6 @@
- description: Add 8.0.0 version constraint
type: enhancement
link: https://github.com/elastic/integrations/pull/2251
- description: Add GCP Billing Metricset
type: enhancement
link: https://github.com/elastic/integrations/pull/2141
- description: Add GCP Compute Metricset
type: enhancement
link: https://github.com/elastic/integrations/pull/2301
- version: "1.1.2"
changes:
- description: Update Title and Description.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# wait_for_data_timeout: 10m
vars:
project_id: "{{GCP_PROJECT_ID}}"
zone: "{{GCP_ZONE}}"
credentials_json: '{{{GOOGLE_CREDENTIALS}}}'
data_streams:
vars: ~
2 changes: 1 addition & 1 deletion packages/gcp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gcp
title: Google Cloud Platform
version: 1.5.1
version: 2.0.0
release: ga
description: Collect logs from Google Cloud Platform with Elastic Agent.
type: integration
Expand Down

0 comments on commit cc98bd1

Please sign in to comment.