Skip to content

Commit 62144c5

Browse files
0.2.8 version bump
1 parent ac2ceb4 commit 62144c5

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.8 (unreleased)
1+
## 0.2.8
22

33
- Remove `authentication_profile_id` attribute from `catalystcenter_update_authentication_profile` and allow modifications to global authentication profiles
44
- Add support for `INFRA_VN` and `DEFAULT_VN` under `catalystcenter_fabric_l3_virtual_network` resource

docs/guides/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Changelog
99

10-
## 0.2.8 (unreleased)
10+
## 0.2.8
1111

1212
- Remove `authentication_profile_id` attribute from `catalystcenter_update_authentication_profile` and allow modifications to global authentication profiles
1313
- Add support for `INFRA_VN` and `DEFAULT_VN` under `catalystcenter_fabric_l3_virtual_network` resource

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
golang.org/x/sys v0.33.0 // indirect
8585
golang.org/x/text v0.25.0 // indirect
8686
google.golang.org/appengine v1.6.8 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
8888
google.golang.org/grpc v1.72.1 // indirect
8989
google.golang.org/protobuf v1.36.6 // indirect
9090
gopkg.in/yaml.v2 v2.3.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAs
294294
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
295295
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e h1:ztQaXfzEXTmCBvbtWYRhJxW+0iJcz2qXfd38/e9l7bA=
296296
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
297+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 h1:cJfm9zPbe1e873mHJzmQ1nwVEeRDU/T1wXDK2kUSU34=
298+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
297299
google.golang.org/grpc v1.72.1 h1:HR03wO6eyZ7lknl75XlxABNVLLFc2PAb6mHlYh756mA=
298300
google.golang.org/grpc v1.72.1/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
299301
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=

templates/guides/changelog.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Changelog
99

10-
## 0.2.8 (unreleased)
10+
## 0.2.8
1111

1212
- Remove `authentication_profile_id` attribute from `catalystcenter_update_authentication_profile` and allow modifications to global authentication profiles
1313
- Add support for `INFRA_VN` and `DEFAULT_VN` under `catalystcenter_fabric_l3_virtual_network` resource

0 commit comments

Comments
 (0)