Skip to content

Commit

Permalink
fix: bump nitric providers to 1.2.0 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Mar 27, 2024
1 parent b8e7e08 commit 7b59bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/project/stack/aws.config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The nitric provider to use
provider: nitric/aws@1.1.1
provider: nitric/aws@1.2.0
# The target aws region to deploy to
# See available regions:
# https://docs.aws.amazon.com/general/latest/gr/lambda-service.html
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/stack/azure.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The provider to use and it's published version
# See releases:
# https://github.com/nitrictech/nitric/tags
provider: nitric/azure@1.1.1
provider: nitric/azure@1.2.0
# The target Azure region to deploy to
# See available regions:
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/stack/gcp.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The provider to use and it's published version
# See releases:
# https://github.com/nitrictech/nitric/tags
provider: nitric/gcp@1.1.1
provider: nitric/gcp@1.2.0

# The target GCP region to deploy to
# See available regions:
Expand Down

0 comments on commit 7b59bfc

Please sign in to comment.