Skip to content

Commit

Permalink
chore(release): new powerdns release to support new distributions (#102)
Browse files Browse the repository at this point in the history
* chore(release): new powerdns release to support new distributions.
* chore(release): Add Amazon Linux 2022, RHEL 9 &Ubuntu 22.04

Signed-off-by: Alvaro Cabanas <[email protected]>
  • Loading branch information
alvarocabanas authored Jul 4, 2022
1 parent 3eb3614 commit 0c8f116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/powerdns/exporter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# name of the exporter, should match with the folder name
name: powerdns
# version of the package created
version: 0.0.6
version: 0.0.7
# Relative path to the License path from the repository root
exporter_license_path: LICENSE
# URL to the git project hosting the exporter
Expand Down
7 changes: 7 additions & 0 deletions scripts/s3-publish-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
src_repo: "http://download.newrelic.com/infrastructure_agent/linux/apt"
dest: "{dest_prefix}linux/apt/"
os_version:
- jammy
- focal
- bionic
- buster
Expand All @@ -40,6 +41,7 @@
- 6
- 7
- 8
- 9

- type: zypp
dest: "{dest_prefix}linux/zypp/sles/{os_version}/{arch}/"
Expand All @@ -54,3 +56,8 @@
- 15.2
- 15.3

- type: yum
dest: "{dest_prefix}linux/yum/amazonlinux/{os_version}/{arch}/"
os_version:
- 2
- 2022

0 comments on commit 0c8f116

Please sign in to comment.