Skip to content

Commit

Permalink
Fix issue #59 in ise_repository (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-mazurkiewicz authored Jun 21, 2024
1 parent c61ef7e commit 479742e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2 (unreleased)

- Fix issue with `ise_repository` triggers in-place upgrade when no changes are made #59

## 0.2.1

- Make `groupId` attribute of `ise_endpoint` resource optional
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.2.2 (unreleased)

- Fix issue with `ise_repository` triggers in-place upgrade when no changes are made #59

## 0.2.1

- Make `groupId` attribute of `ise_endpoint` resource optional
Expand Down
1 change: 1 addition & 0 deletions gen/definitions/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ attributes:
example: cisco123
- model_name: enablePki
type: Bool
write_only: true
description: Enable PKI
example: false
1 change: 0 additions & 1 deletion internal/provider/data_source_ise_repository_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions internal/provider/model_ise_repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion internal/provider/resource_ise_repository_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.2.2 (unreleased)

- Fix issue with `ise_repository` triggers in-place upgrade when no changes are made #59

## 0.2.1

- Make `groupId` attribute of `ise_endpoint` resource optional
Expand Down

0 comments on commit 479742e

Please sign in to comment.