Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 31, 2023
1 parent 6991a4d commit 1a2a6c4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.3"
".": "1.5.0"
}
17 changes: 17 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-dataplex/compare/v1.4.3...v1.5.0) (2023-05-25)


### Features

* Add `managed_access_identity` to `ResourceStatus` message ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))
* Add `read_access_mode` to `ResourceSpec` message ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))
* Add `resource` to `DataSource` message ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))
* Add `StorageAccess`, `RunTaskRequest`, `RunTaskResponse`, ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))
* Add `validate_only` to `CreateDataScanRequest` ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))
* Added new Dataplex APIs and new features for existing APIs (e.g. DataScans) ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))


### Documentation

* Updated comments for multiple Dataplex APIs ([17cf7f1](https://github.com/googleapis/python-dataplex/commit/17cf7f19242bfe8ca1a3b4d4348ab6d588b908ad))

## [1.4.3](https://github.com/googleapis/python-dataplex/compare/v1.4.2...v1.4.3) (2023-03-23)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.4.3" # {x-release-please-version}
__version__ = "1.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.4.3" # {x-release-please-version}
__version__ = "1.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataplex",
"version": "0.1.0"
"version": "1.5.0"
},
"snippets": [
{
Expand Down

0 comments on commit 1a2a6c4

Please sign in to comment.