flosell / iam-policy-json-to-terraform

Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
https://flosell.github.io/iam-policy-json-to-terraform/
Apache License 2.0
776 stars 57 forks source link

Create new version for packaging purposes #64

Closed ivankovnatsky closed 1 year ago

ivankovnatsky commented 2 years ago

Hello, can you please bump a version so we could update it nixpkgs here: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/misc/iam-policy-json-to-terraform/default.nix#L5.

Thanks, Ivan.

flosell commented 1 year ago

Hi @ivankovnatsky, thanks for reminding me :) Lots of work since the last release went into the web version of the tool that is deployed continuously so I guess I forgot to cut a new release and update the release notes.

Fixed now, new version 1.8.1 is out now.

Also, feel free to submit a PR to the release script if you want me to bump the nixpkg along with other packages.