Skip to content

Commit

Permalink
feat: IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 5, 2024
1 parent ae56535 commit 6e5cbc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
name: CI

on: [push, pull_request]

defaults:
run:
shell: bash
jobs:
build:
runs-on: 'ubuntu-latest'

steps:

- uses: 'actions/checkout@v2'

- uses: 'actions/setup-python@v2'
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-python@v5'
with:
python-version: '3.8'

python-version: '3.12'
- name: yamlllint
run: |
pip install yamllint==1.24.2
pip install yamllint==1.33.0
yamllint module.yml
- name: cfn-lint
run: |
pip install cfn-lint==0.34.0
pip install cfn-lint==0.85.0
cfn-lint -t module.yml
- name: license
run: |
grep -q "LICENSE-2.0" module.yml
2 changes: 1 addition & 1 deletion module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Outputs:
ModuleId:
Value: 'vpc-flow-log'
ModuleVersion:
Value: '1.1.0'
Value: '2.0.0'
StackName:
Value: !Ref 'AWS::StackName'
Arn:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfn-modules/vpc-flow-log",
"version": "1.1.0",
"version": "2.0.0",
"description": "AWS VPC flow log",
"author": "Michael Wittig <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6e5cbc6

Please sign in to comment.