Skip to content

Commit

Permalink
Add CHANGELOG for v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Sep 29, 2023
1 parent 50928a4 commit ba1a51b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.24.0 [2023-09-29]

_Deprecated_

- The `source_type` config argument has been deprecated and will be removed in the next major version. Please use the `source_types` config argument instead. If both config arguments are set, `source_types` will take precedence. For backward compatibility, please see below for old and new value equivalents: ([#167](https://github.com/turbot/steampipe-plugin-kubernetes/pull/167))
- `source_type = 'all'` : `source_types = ["deployed", "helm", "manifest"]`
- `source_type = 'deployed'` : `source_types = ["deployed"]`
- `source_type = 'helm'` : `source_types = ["helm"]`
- `source_type = 'manifest'` : `source_types = ["manifest"]`

_What's new?_

- Added the `source_types` config argument, which allows specifying a combination of source types to load per connection. ([#167](https://github.com/turbot/steampipe-plugin-kubernetes/pull/167))

## v0.23.0 [2023-09-26]

_What's new?_
Expand Down

0 comments on commit ba1a51b

Please sign in to comment.