File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## 0.3.0 (unreleased)
1+ ## 0.3.0
22
33** New Features:**
44- Add support for Fabric Multicast
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ catalyst_center:
2727` ` ` hcl
2828module "catalystcenter" {
2929 source = "netascode/nac-catalystcenter/catalystcenter"
30- version = "0.2 .0"
30+ version = "0.3 .0"
3131
3232 yaml_files = ["area.yaml"]
3333}
@@ -38,7 +38,7 @@ module "catalystcenter" {
3838| Name | Version |
3939|------|---------|
4040| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.0 |
41- | <a name="requirement_catalystcenter"></a> [catalystcenter](#requirement\_catalystcenter) | >= 0.4.4 |
41+ | <a name="requirement_catalystcenter"></a> [catalystcenter](#requirement\_catalystcenter) | >= 0.4.5 |
4242| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
4343| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.12.1 |
4444| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.0.0 |
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ catalyst_center:
3535` ` ` hcl
3636module "catalystcenter" {
3737 source = "netascode/nac-catalystcenter/catalystcenter"
38- version = "0.2 .0"
38+ version = "0.3 .0"
3939
4040 yaml_files = ["area.yaml"]
4141}
Original file line number Diff line number Diff line change 11module "catalystcenter" {
22 source = " netascode/nac-catalystcenter/catalystcenter"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44
55 yaml_files = [" area.yaml" ]
66}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 catalystcenter = {
66 source = " CiscoDevNet/catalystcenter"
7- version = " >= 0.4.4 "
7+ version = " >= 0.4.5 "
88 }
99 utils = {
1010 source = " netascode/utils"
You can’t perform that action at this time.
0 commit comments