diff --git a/cmd/stack.go b/cmd/stack.go index 5b40c35f0..2d4a1e2b8 100644 --- a/cmd/stack.go +++ b/cmd/stack.go @@ -621,13 +621,13 @@ func init() { newStackCmd.Flags().BoolVarP(&forceNewStack, "force", "f", false, "force stack creation.") // Update Stack (Up) - stackCmd.AddCommand(tui.AddDependencyCheck(stackUpdateCmd, tui.Pulumi, tui.Docker, tui.DockerBuildx)) + stackCmd.AddCommand(tui.AddDependencyCheck(stackUpdateCmd, tui.Docker, tui.DockerBuildx)) stackUpdateCmd.Flags().StringVarP(&envFile, "env-file", "e", "", "--env-file config/.my-env") stackUpdateCmd.Flags().BoolVarP(&forceStack, "force", "f", false, "force override previous deployment") tui.CheckErr(AddOptions(stackUpdateCmd, false)) // Delete Stack (Down) - stackCmd.AddCommand(tui.AddDependencyCheck(stackDeleteCmd, tui.Pulumi, tui.Docker)) + stackCmd.AddCommand(tui.AddDependencyCheck(stackDeleteCmd)) stackDeleteCmd.Flags().BoolVarP(&confirmDown, "yes", "y", false, "confirm the destruction of the stack") tui.CheckErr(AddOptions(stackDeleteCmd, false)) diff --git a/pkg/project/stack/aws.config.yaml b/pkg/project/stack/aws.config.yaml index 05ff7d17e..738fa63bc 100644 --- a/pkg/project/stack/aws.config.yaml +++ b/pkg/project/stack/aws.config.yaml @@ -1,5 +1,5 @@ # The nitric provider to use -provider: nitric/aws@1.10.1 +provider: nitric/aws@1.11.1 # The target aws region to deploy to # See available regions: # https://docs.aws.amazon.com/general/latest/gr/lambda-service.html diff --git a/pkg/project/stack/awstf.config.yaml b/pkg/project/stack/awstf.config.yaml index 50c3f9897..e8dfd810a 100644 --- a/pkg/project/stack/awstf.config.yaml +++ b/pkg/project/stack/awstf.config.yaml @@ -1,5 +1,5 @@ # The nitric provider to use -provider: nitric/awstf@1.10.1 +provider: nitric/awstf@1.11.1 # The target aws region to deploy to # See available regions: # https://docs.aws.amazon.com/general/latest/gr/lambda-service.html diff --git a/pkg/project/stack/azure.config.yaml b/pkg/project/stack/azure.config.yaml index a7ae96eaa..180cf06f0 100644 --- a/pkg/project/stack/azure.config.yaml +++ b/pkg/project/stack/azure.config.yaml @@ -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.10.1 +provider: nitric/azure@1.11.1 # 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 diff --git a/pkg/project/stack/gcp.config.yaml b/pkg/project/stack/gcp.config.yaml index 00bf8ce2e..41d24621e 100644 --- a/pkg/project/stack/gcp.config.yaml +++ b/pkg/project/stack/gcp.config.yaml @@ -1,7 +1,7 @@ # The provider to use and it's published version # See releases: # https://github.com/nitrictech/nitric/tags -provider: nitric/gcp@1.10.1 +provider: nitric/gcp@1.11.1 # The target GCP region to deploy to # See available regions: diff --git a/pkg/project/stack/gcptf.config.yaml b/pkg/project/stack/gcptf.config.yaml index 629757a48..cda21f1aa 100644 --- a/pkg/project/stack/gcptf.config.yaml +++ b/pkg/project/stack/gcptf.config.yaml @@ -1,7 +1,7 @@ # The provider to use and it's published version # See releases: # https://github.com/nitrictech/nitric/tags -provider: nitric/gcptf@1.10.1 +provider: nitric/gcptf@1.11.1 # The target GCP region to deploy to # See available regions: