Skip to content

Commit

Permalink
Merge pull request #65 from moj-analytical-services/feat/schema-mangle
Browse files Browse the repository at this point in the history
🧪 Update schema
  • Loading branch information
Jacob Woffenden authored Sep 30, 2024
2 parents c7135ce + d71d013 commit 4b39d53
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "1.6.1",
"resolved": "ghcr.io/devcontainers/features/python@sha256:d449aea663ea23ac4a7968719d5920dd57128f0429cd8e216849d5afe67651fb",
"integrity": "sha256:d449aea663ea23ac4a7968719d5920dd57128f0429cd8e216849d5afe67651fb"
"version": "1.6.4",
"resolved": "ghcr.io/devcontainers/features/python@sha256:046a904b940e1793327369f57f4b0a7d89febbdd9e77086a70feffdfa564f888",
"integrity": "sha256:046a904b940e1793327369f57f4b0a7d89febbdd9e77086a70feffdfa564f888"
}
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v4.9.0

- Add `external_iam_role` to allow Airflow Pulumi tests to pass

## v4.8.0

- Updates standard athena policy to add 'glue:GetTableVersions'
Expand Down
6 changes: 5 additions & 1 deletion iam_builder/schemas/iam_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"description": "The role name of the airflow job",
"type": "string"
},
"external_iam_role": {
"description": "The ARN of an external IAM role to assume",
"type": "string"
},
"athena": {
"description": "Athena configuration",
"additionalProperties": false,
Expand Down Expand Up @@ -90,4 +94,4 @@
"type": "integer"
}
}
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iam_builder"
version = "4.8.0"
version = "4.9.0"
description = "A lil python package to generate iam policies"
authors = ["Karik Isichei <karik.isichei@digital.justice.gov.uk>"]
license = "MIT"
Expand Down

0 comments on commit 4b39d53

Please sign in to comment.