diff --git a/README.md b/README.md index 0d5652c..f3027a1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Terraform module to provision an github repository. module "main_with_pages" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -61,7 +61,7 @@ Full working examples can be found in [examples](./examples) folder. module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -86,7 +86,7 @@ Full working examples can be found in [examples](./examples) folder. module "main_with_key" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -110,7 +110,7 @@ Full working examples can be found in [examples](./examples) folder. module "main_with_secrets" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -132,7 +132,7 @@ Full working examples can be found in [examples](./examples) folder. module "main_with_pages" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -166,7 +166,7 @@ Full working examples can be found in [examples](./examples) folder. module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -196,7 +196,7 @@ Full working examples can be found in [examples](./examples) folder. module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -231,7 +231,7 @@ Full working examples can be found in [examples](./examples) folder. github = github } source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" name = "repository-example" description = "repository example" visibility = "public" @@ -262,7 +262,7 @@ Full working examples can be found in [examples](./examples) folder. github = github } source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" name = "repository-example" is_git_flow = true description = "repository example" diff --git a/docs/examples/common.md b/docs/examples/common.md index 238766b..cabf32c 100644 --- a/docs/examples/common.md +++ b/docs/examples/common.md @@ -4,7 +4,7 @@ module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -29,7 +29,7 @@ module "main_with_key" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -53,7 +53,7 @@ module "main_with_secrets" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -75,7 +75,7 @@ module "main_with_pages" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -109,7 +109,7 @@ module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -139,7 +139,7 @@ module "main" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github @@ -174,7 +174,7 @@ github = github } source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" name = "repository-example" description = "repository example" visibility = "public" @@ -205,7 +205,7 @@ github = github } source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" name = "repository-example" is_git_flow = true description = "repository example" diff --git a/package.json b/package.json index b2e5560..1110938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hadenlabs/terraform-github-repository", - "version": "0.8.0", + "version": "0.9.0", "description": "terraform-github-repository for hadenlabs", "repository": "ssh://git@github.com/hadenlabs/terraform-github-repository.git", "author": "Luis Mayta ", diff --git a/provision/generators/README.yaml b/provision/generators/README.yaml index d3c5ecf..94c3c41 100644 --- a/provision/generators/README.yaml +++ b/provision/generators/README.yaml @@ -57,7 +57,7 @@ usage: |- module "main_with_pages" { source = "hadenlabs/repository/github" - version = "0.8.0" + version = "0.9.0" providers = { github = github diff --git a/setup.cfg b/setup.cfg index da99fcd..80e8688 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ files = package.json provision/generators/README.yaml docs/examples/common.md commit = False tag = False -current_version = 0.8.0 +current_version = 0.9.0 [bumpversion:file:setup.cfg] search = {current_version} @@ -70,7 +70,7 @@ test = pytest [tool:pytest] norecursedirs = "build" "docs" "docs[\/]_build" ".egg" -addopts = +addopts = -s -v --cov terraform-github-repository --cov-report html