Skip to content

Commit

Permalink
Merge pull request #236 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
Develop v1.1.24-beta
  • Loading branch information
fmunozmiranda authored Oct 25, 2023
2 parents 9a7a2f8 + e62eb36 commit 008eb84
Show file tree
Hide file tree
Showing 202 changed files with 1,362 additions and 1,209 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.24-beta (October 25, 2023)
BUGFIXES:
* Resource dnacenter_wireless_profile does not support adding new SSIDs to profile #229.
* Hardcoded sleep in dnacenter_floor, dnacenter_building, dnacenter_area resources #227 - Sleep removed.
* Pagination support when interacting with API #215 - Limit Changes to 500.
* Provider crash when creating dnacenter_reserve_ip_subpool resource.#228 - API error with 200 Code managed.
* GET operations on ´dnacenter_sda_fabric_border_device´ not working #230 - API bug in documentation.
* dnacenter_wireless_enterprise_ssid WPA3 SSIDs fail to provision due to missing parameter #232 - Params added and Idempotency manged.
* dnacenter_wireless_profiles does not properly read or synchronizes to state #233 - Idemportency managed.

## 1.1.23-beta (October 16, 2023)
BUGFIXES:
* Token is refreshing in go-sdk.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
NAMESPACE=edu
NAME=dnacenter
BINARY=terraform-provider-${NAME}
VERSION=1.1.23-beta
VERSION=1.1.24-beta
OS_ARCH=darwin_amd64
# Change to OS_ARCH=darwin_arm64 or your current architecture
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following table shows the supported versions.
| 2.2.3.3 | 0.3.0-beta |
| 2.2.3.3 | 0.3.0 |
| 2.3.3.0 | 1.0.19-beta |
| 2.3.5.3 | 1.1.23-beta |
| 2.3.5.3 | 1.1.24-beta |

If your SDK, Terraform provider is older please consider updating it first.

Expand Down Expand Up @@ -66,7 +66,7 @@ terraform {
required_providers {
dnacenter = {
source = "cisco-en-programmability/dnacenter"
version = "1.1.23-beta"
version = "1.1.24-beta"
}
}
}
Expand Down
Loading

0 comments on commit 008eb84

Please sign in to comment.