Skip to content

Commit

Permalink
Merge pull request #37 from darkwizard242/feature/bump-infracost-to-0…
Browse files Browse the repository at this point in the history
….10.37

bump infracost to 0.10.37
  • Loading branch information
darkwizard242 authored Jun 4, 2024
2 parents 8d1e346 + 263e637 commit d9a9a14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, rockylinux-8, debian-bullseye, debian-buster]

steps:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
infracost_app: infracost
infracost_version: 0.10.36
infracost_version: 0.10.37
infracost_os: linux
infracost_arch: amd64
infracost_dl_url: https://github.com/{{ infracost_app }}/{{ infracost_app }}/releases/download/v{{ infracost_version }}/{{ infracost_app }}-{{ infracost_os }}-{{ infracost_arch }}.tar.gz
Expand All @@ -31,7 +31,7 @@ infracost_file_permission_mode: '0755'
Variable | Description
------------------------------ | -----------------------------------------------------------------------------------------------------------------------------------------------------------
infracost_app | Defines the app to install i.e. **infracost**
infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.36**
infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.37**
infracost_os | Defines os type. Defaults to: **linux**
infracost_arch | Defines os architecture. Defaults to: **amd64**
infracost_dl_url | Defines URL to download the infracost binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for infracost

infracost_app: infracost
infracost_version: 0.10.36
infracost_version: 0.10.37
infracost_os: linux
infracost_arch: amd64
infracost_dl_url: https://github.com/{{ infracost_app }}/{{ infracost_app }}/releases/download/v{{ infracost_version }}/{{ infracost_app }}-{{ infracost_os }}-{{ infracost_arch }}.tar.gz
Expand Down
2 changes: 0 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ galaxy_info:
- noble
- jammy
- focal
- bionic
- name: Debian
versions:
- bullseye
- buster
- name: EL
versions:
- 8
- 7

galaxy_tags:
- infracost
Expand Down

0 comments on commit d9a9a14

Please sign in to comment.