Skip to content
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
4 changes: 4 additions & 0 deletions updatecli/policies/apm/apm-data-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Use `dependson` to create dependency with Sources and Target. See https://github.com/updatecli/updatecli/releases/tag/v0.86.0

## 0.5.0

* chore: add changelog URL in the policy
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/apm/apm-data-spec/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "https://github.com/elastic/oblt-updatecli-policies/"
changelog: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-data-spec/CHANGELOG.md"
documentation: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-data-spec/README.md"
source: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-data-spec/"
version: 0.5.0
version: 0.6.0
vendor: Elastic Project

licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ targets:
name: APM agent json server schema {{ source "sha" }}
disablesourceinput: true
kind: shell
dependson:
- source#agent-specs-tarball
spec:
# git diff helps to print what it changed, If it is empty, then updatecli report a success with no changes applied.
# See https://www.updatecli.io/docs/plugins/resource/shell/#_shell_target
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/apm/apm-gherkin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Use `dependson` to create dependency with Sources and Target. See https://github.com/updatecli/updatecli/releases/tag/v0.86.0

## 0.5.0

* chore: add changelog URL in the policy
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/apm/apm-gherkin/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "https://github.com/elastic/oblt-updatecli-policies/"
changelog: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-gherkin/CHANGELOG.md"
documentation: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-gherkin/README.md"
source: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-gherkin/"
version: 0.5.0
version: 0.6.0
vendor: Elastic Project

licenses:
Expand Down
2 changes: 2 additions & 0 deletions updatecli/policies/apm/apm-gherkin/updatecli.d/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ targets:
name: APM agent gherkin specs {{ source "sha" }}
disablesourceinput: true
kind: shell
dependson:
- source#agents-gherkin-specs-tarball
spec:
# git diff helps to print what it changed, If it is empty, then updatecli report a success with no changes applied.
# See https://www.updatecli.io/docs/plugins/resource/shell/#_shell_target
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/apm/apm-json-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Use `dependson` to create dependency with Sources and Target. See https://github.com/updatecli/updatecli/releases/tag/v0.86.0

## 0.5.0

* chore: add changelog URL in the policy
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/apm/apm-json-specs/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "https://github.com/elastic/oblt-updatecli-policies/"
changelog: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-json-specs/CHANGELOG.md"
documentation: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-json-specs/README.md"
source: "https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/apm/apm-json-specs/"
version: 0.5.0
version: 0.6.0
vendor: Elastic Project

licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ targets:
name: APM agent json specs {{ source "sha" }}
disablesourceinput: true
kind: shell
dependson:
- source#agents-json-specs-tarball
spec:
# git diff helps to print what it changed, If it is empty, then updatecli report a success with no changes applied.
# See https://www.updatecli.io/docs/plugins/resource/shell/#_shell_target
Expand Down