Releases: CiscoDevNet/terraform-provider-fmc
Releases · CiscoDevNet/terraform-provider-fmc
v1.2.4
Merge pull request #111 from CiscoDevNet/develop Develop
v1.2.3
v1.2.2
v1.2.1
Brining in VTEP support.
Some bug fixes.
Enhancements to the documentation.
What's Changed
- Feature VTEP by @ketan-gote in #84
- added main test go by @205101-retr0 in #85
- improving vtep by @kadadhic in #89
- Logger by @205101-retr0 in #88
- Go test phase: Completed by @205101-retr0 in #87
- Feature logging by @jeroenwittock in #90
- Feature physical interface vte ppolicy by @jeroenwittock in #91
- solving bug by @kadadhic in #93
- Minor Changes by @kgreeshm in #92
- VTEP support and bug fixes by @jeroenwittock in #94
Full Changelog: v1.2.0...v1.2.1
v1.2.0
New features and lot of bug fixes.
SGT (including ISE)
eACL
IPS Policy
static ipv4 routes
dynamic objects
VNI, VTEP and physical interfaces
NAT policy
device registration (FMC and cdFMC supported)
What's Changed
- Addressing issue #18 by @kadadhic in #33
- Feature device registration by @kadadhic in #37
- Feature routes by @kadadhic in #38
- Feature nat policy by @jeroenwittock in #40
- Physical Interface resource and data source by @ketan-gote in #36
- Added fmc_nat_policies data source, Updated docs & NAT Policy example by @snetlamu in #41
- Develop by @jeroenwittock in #42
- Feature device registration by @jeroenwittock in #43
- Sync with main by @jeroenwittock in #44
- Feature nat policy by @jeroenwittock in #45
- sync feature with main by @jeroenwittock in #46
- Feature vni by @ketan-gote in #48
- Dynamic Objects added by @ashishkumar321 in #22
- Feature dynamic objects by @kadadhic in #49
- Feature routes by @jeroenwittock in #51
- Feature dynamic objects by @jeroenwittock in #52
- Feature vni by @jeroenwittock in #53
- Feature dependencies update by @jeroenwittock in #54
- Updating vni & phyInter by @kadadhic in #55
- correct the deadlock issues when ressource was deleted outside tf by @yvmo in #26
- Fix deadlock by @jeroenwittock in #57
- Adding Support for the intrusion policies feature by @kgreeshm in #56
- Issue-19 by @205101-retr0 in #58
- Feature stg by @jeroenwittock in #59
- feature data security group tag by @yvmo in #27
- added std ACL by @kadadhic in #60
- Feature acl by @jeroenwittock in #61
- Adding Extended access list feature by @kgreeshm in #62
- changes in develop by @kadadhic in #63
- Feature extended acl by @jeroenwittock in #64
- Feature ips policies by @jeroenwittock in #65
- updating phy-inter by @kadadhic in #66
- Adding DOCS for newly added features by @kgreeshm in #67
- Updating Extended ACL by @kgreeshm in #69
- Sgt by @205101-retr0 in #68
- enhancing std-acl by @kadadhic in #71
- Fixed encoding and included desc for nat policy data source by @snetlamu in #72
- Testing - Minor Fixes by @kgreeshm in #73
- NWA policies by @205101-retr0 in #74
- various test files added by @kadadhic in #75
- Test file for ips by @kgreeshm in #76
- Fixed manual NAT rules example & schema by @snetlamu in #77
- Updated access rules schema to match API spec by @snetlamu in #78
- fixed minor logging bug by @205101-retr0 in #79
- Added test.go file for physical interfaces by @kgreeshm in #80
- Fixes by @kgreeshm in #81
- minor changes by @kadadhic in #82
- Develop by @jeroenwittock in #83
New Contributors
- @kadadhic made their first contribution in #33
- @ketan-gote made their first contribution in #36
- @snetlamu made their first contribution in #41
- @ashishkumar321 made their first contribution in #22
- @205101-retr0 made their first contribution in #58
Full Changelog: v1.0.0...v1.2.0
v1.0.1
v1.0.0
Merge pull request #35 from CiscoDevNet/develop Develop
v0.5.0
Update release.yml Use latest versions and test keys in goreleaser config
v0.2.3
:bug: Increase security zone query limit (#15) To max of 1000 since it does not yet support the nameOrValue filter
v0.2.2
Set limit to 1000 (#13) Set maximum limit in case this is used on an older version FMC without support for filter=nameOrValue:<> syntax. Fixes #12