Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Release v0.12.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesaguy committed Jun 30, 2021
1 parent 6c5ccd8 commit 378b74a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
---
name: Release
on:
push:
tags:
- '*'
workflow_run:
workflows: [ kitchen, validate_ansible, validate_urls ]
branches: [ master ]
types: [ completed ]
jobs:
release:
needs:
- kitchen
- validate_ansible
- validate_urls
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Only proceed if specified workflows succeeded
uses: ahmadnassri/action-workflow-run-wait@v1

- name: galaxy
uses: robertdebock/[email protected]
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.40] - 2021-06-30

### Fixed

- Fix installing nginx_exporter_nginxinc binaries

## [0.12.39] - 2021-06-30

### Changed
Expand Down
5 changes: 4 additions & 1 deletion tasks/nginx_exporter_nginxinc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
- name: Starting nginx_exporter (nginxinc) install
set_fact:
prometheus_exporter: true
prometheus_software_allow_build_test: true
prometheus_software_author: nginxinc
prometheus_software_binary_name: nginx-prometheus-exporter
prometheus_software_name: nginx_exporter_nginxinc
prometheus_software_description: 'Prometheus nginx_exporter for NGINX or NGINX Plus'
prometheus_software_documentation: 'https://github.com/nginxinc/nginx-prometheus-exporter'
prometheus_software_service_test: '{{ prometheus_nginx_exporter_nginxinc_service_test | default(true) }}'

- name: Set {{ prometheus_software_name }} architecture facts
set_fact:
prometheus_software_architecture: '{{ prometheus_architecture | replace("-", "_") }}'

- name: Include task to setup {{ prometheus_software_name }} facts
include_tasks: _setup_software_facts.yml

Expand Down

0 comments on commit 378b74a

Please sign in to comment.