From 6e4cdb0bbad60243fe89d37e1cc81e4e38f7b0cf Mon Sep 17 00:00:00 2001 From: Eric Beard Date: Fri, 26 Jul 2024 15:32:34 -0700 Subject: [PATCH] Version bump to 1.13.1 --- docs/index.md | 2 +- docs/rain_bootstrap.md | 2 +- docs/rain_build.md | 2 +- docs/rain_cat.md | 2 +- docs/rain_cc.md | 2 +- docs/rain_cc_deploy.md | 2 +- docs/rain_cc_drift.md | 2 +- docs/rain_cc_rm.md | 2 +- docs/rain_cc_state.md | 2 +- docs/rain_console.md | 2 +- docs/rain_deploy.md | 2 +- docs/rain_diff.md | 2 +- docs/rain_fmt.md | 2 +- docs/rain_forecast.md | 2 +- docs/rain_info.md | 2 +- docs/rain_logs.md | 2 +- docs/rain_ls.md | 2 +- docs/rain_merge.md | 2 +- docs/rain_module.md | 2 +- docs/rain_module_bootstrap.md | 2 +- docs/rain_module_install.md | 2 +- docs/rain_module_publish.md | 2 +- docs/rain_pkg.md | 2 +- docs/rain_rm.md | 2 +- docs/rain_stackset.md | 2 +- docs/rain_stackset_deploy.md | 2 +- docs/rain_stackset_ls.md | 2 +- docs/rain_stackset_rm.md | 2 +- docs/rain_tree.md | 2 +- docs/rain_watch.md | 2 +- go.mod | 16 +- go.sum | 14 + .../applicationautoscaling/scalingpolicy.json | 92 +- .../autoshiftobservernotificationstatus.json | 76 ++ .../zonalautoshiftconfiguration.json | 8 +- .../cfn/schemas/aws/batch/jobdefinition.json | 3 + .../cfn/schemas/aws/bedrock/datasource.json | 2 +- .../aws/cfn/schemas/aws/bedrock/flow.json | 909 ++++++++++++++++++ .../cfn/schemas/aws/bedrock/flowalias.json | 172 ++++ .../cfn/schemas/aws/bedrock/flowversion.json | 786 +++++++++++++++ .../schemas/aws/bedrock/knowledgebase.json | 122 ++- .../aws/cfn/schemas/aws/bedrock/prompt.json | 346 +++++++ .../schemas/aws/bedrock/promptversion.json | 288 ++++++ .../aws/cleanroomsml/trainingdataset.json | 6 +- .../aws/codeartifact/packagegroup.json | 7 +- .../aws/connectcampaigns/campaign.json | 6 +- .../schemas/aws/dms/replicationconfig.json | 17 +- .../cfn/schemas/aws/ec2/eipassociation.json | 14 +- .../aws/cfn/schemas/aws/ec2/instance.json | 7 +- internal/aws/cfn/schemas/aws/ec2/keypair.json | 6 +- .../cfn/schemas/aws/ec2/launchtemplate.json | 28 +- .../aws/ec2/networkinterfaceattachment.json | 20 +- .../cfn/schemas/aws/ec2/subnetcidrblock.json | 98 +- .../aws/ec2/trafficmirrorfilterrule.json | 41 +- .../aws/cfn/schemas/aws/ec2/vpccidrblock.json | 172 ++-- .../aws/cfn/schemas/aws/ecr/repository.json | 2 +- .../aws/ecr/repositorycreationtemplate.json | 12 +- internal/aws/cfn/schemas/aws/eks/cluster.json | 592 +++++++----- .../aws/cfn/schemas/aws/eks/nodegroup.json | 6 +- .../entityresolution/idmappingworkflow.json | 454 ++++----- internal/aws/cfn/schemas/aws/fms/policy.json | 2 +- .../crossaccountattachment.json | 6 +- .../aws/kinesisfirehose/deliverystream.json | 126 +++ .../aws/cfn/schemas/aws/lightsail/alarm.json | 2 +- .../schemas/aws/lightsail/certificate.json | 2 +- .../schemas/aws/mediaconnect/flowoutput.json | 8 + .../schemas/aws/mediapackagev2/channel.json | 13 +- .../aws/mediapackagev2/originendpoint.json | 26 + .../cfn/schemas/aws/neptune/dbcluster.json | 15 +- .../aws/organizations/organization.json | 4 +- .../aws/cfn/schemas/aws/rds/dbcluster.json | 17 +- .../aws/cfn/schemas/aws/rds/dbinstance.json | 9 +- .../aws/cfn/schemas/aws/rds/integration.json | 34 +- .../cfn/schemas/aws/s3outposts/bucket.json | 7 +- .../aws/cfn/schemas/aws/sagemaker/app.json | 6 + .../aws/cfn/schemas/aws/sagemaker/domain.json | 20 + .../aws/sagemaker/mlflowtrackingserver.json | 165 ++++ .../aws/cfn/schemas/aws/sagemaker/model.json | 15 + .../aws/cfn/schemas/aws/sagemaker/space.json | 32 + .../schemas/aws/sagemaker/userprofile.json | 26 + .../aws/secretsmanager/resourcepolicy.json | 68 +- .../schemas/aws/shield/protectiongroup.json | 7 +- .../cfn/schemas/aws/workspacesweb/portal.json | 9 +- .../aws/workspacesweb/usersettings.json | 3 + internal/aws/cfn/schemas/aws/xray/group.json | 7 + .../cfn/schemas/aws/xray/samplingrule.json | 7 + internal/config/version.go | 2 +- scripts/integ.sh | 22 +- 88 files changed, 4222 insertions(+), 820 deletions(-) create mode 100644 internal/aws/cfn/schemas/aws/arczonalshift/autoshiftobservernotificationstatus.json create mode 100644 internal/aws/cfn/schemas/aws/bedrock/flow.json create mode 100644 internal/aws/cfn/schemas/aws/bedrock/flowalias.json create mode 100644 internal/aws/cfn/schemas/aws/bedrock/flowversion.json create mode 100644 internal/aws/cfn/schemas/aws/bedrock/prompt.json create mode 100644 internal/aws/cfn/schemas/aws/bedrock/promptversion.json create mode 100644 internal/aws/cfn/schemas/aws/sagemaker/mlflowtrackingserver.json diff --git a/docs/index.md b/docs/index.md index a174075a..80eae4b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,4 +36,4 @@ Rain is a command line tool for working with AWS CloudFormation templates and st * [rain tree](rain_tree.md) - Find dependencies of Resources and Outputs in a local template * [rain watch](rain_watch.md) - Display an updating view of a CloudFormation stack -###### Auto generated by spf13/cobra on 11-Jul-2024 +###### Auto generated by spf13/cobra on 26-Jul-2024 diff --git a/docs/rain_bootstrap.md b/docs/rain_bootstrap.md index 39cd41bf..6f18afba 100644 --- a/docs/rain_bootstrap.md +++ b/docs/rain_bootstrap.md @@ -30,4 +30,4 @@ rain bootstrap * [rain](index.md) - -###### Auto generated by spf13/cobra on 11-Jul-2024 +###### Auto generated by spf13/cobra on 26-Jul-2024 diff --git a/docs/rain_build.md b/docs/rain_build.md index 72bc6b7a..31ee0116 100644 --- a/docs/rain_build.md +++ b/docs/rain_build.md @@ -41,4 +41,4 @@ rain build [] or * [rain](index.md) - -###### Auto generated by spf13/cobra on 11-Jul-2024 +###### Auto generated by spf13/cobra on 26-Jul-2024 diff --git a/docs/rain_cat.md b/docs/rain_cat.md index bc93ef6c..7ca20e73 100644 --- a/docs/rain_cat.md +++ b/docs/rain_cat.md @@ -35,4 +35,4 @@ rain cat * [rain](index.md) - -###### Auto generated by spf13/cobra on 11-Jul-2024 +###### Auto generated by spf13/cobra on 26-Jul-2024 diff --git a/docs/rain_cc.md b/docs/rain_cc.md index c11cb8d9..f6b463eb 100644 --- a/docs/rain_cc.md +++ b/docs/rain_cc.md @@ -32,4 +32,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t * [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!) * [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy -###### Auto generated by spf13/cobra on 11-Jul-2024 +###### Auto generated by spf13/cobra on 26-Jul-2024 diff --git a/docs/rain_cc_deploy.md b/docs/rain_cc_deploy.md index 5960fa73..dba54479 100644 --- a/docs/rain_cc_deploy.md +++ b/docs/rain_cc_deploy.md @@ -40,4 +40,4 @@ rain cc deploy