Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.5.0 (#149)
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 Dec 13, 2022
1 parent 7b4b43d commit 007bbb8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.4"
".": "1.5.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-orchestration-airflow/compare/v1.4.4...v1.5.0) (2022-12-13)


### Features

* add support for `google.cloud.orchestration.airflow.service.__version__` ([8edf594](https://github.com/googleapis/python-orchestration-airflow/commit/8edf5948c6a59e5172c042faf5c40d98066b52a0))
* Add typing to proto.Message based class attributes ([8edf594](https://github.com/googleapis/python-orchestration-airflow/commit/8edf5948c6a59e5172c042faf5c40d98066b52a0))
* added field enable_ip_masq_agent to NodeConfig ([6c8a0bf](https://github.com/googleapis/python-orchestration-airflow/commit/6c8a0bf722793353ca9311410f245451bbdf437c))
* added field scheduler_count to SoftwareConfig ([6c8a0bf](https://github.com/googleapis/python-orchestration-airflow/commit/6c8a0bf722793353ca9311410f245451bbdf437c))
* added fields cloud_composer_network_ipv4_cidr_block, cloud_composer_network_ipv4_reserved_range, enable_privately_used_public_ips, cloud_composer_connection_subnetwork, networking_config to PrivateEnvironmentConfig ([6c8a0bf](https://github.com/googleapis/python-orchestration-airflow/commit/6c8a0bf722793353ca9311410f245451bbdf437c))
* added fields maintenance_window, workloads_config, environment_size, master_authorized_networks_config, recovery_config to EnvironmentConfig ([6c8a0bf](https://github.com/googleapis/python-orchestration-airflow/commit/6c8a0bf722793353ca9311410f245451bbdf437c))
* Added LoadSnapshot, SaveSnapshot RPCs ([#150](https://github.com/googleapis/python-orchestration-airflow/issues/150)) ([6c8a0bf](https://github.com/googleapis/python-orchestration-airflow/commit/6c8a0bf722793353ca9311410f245451bbdf437c))


### Bug Fixes

* Add dict typing for client_options ([8edf594](https://github.com/googleapis/python-orchestration-airflow/commit/8edf5948c6a59e5172c042faf5c40d98066b52a0))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([9b1d61e](https://github.com/googleapis/python-orchestration-airflow/commit/9b1d61e4cb24023ca831e83799ccc61fc398d335))
* Drop usage of pkg_resources ([9b1d61e](https://github.com/googleapis/python-orchestration-airflow/commit/9b1d61e4cb24023ca831e83799ccc61fc398d335))
* Fix timeout default values ([9b1d61e](https://github.com/googleapis/python-orchestration-airflow/commit/9b1d61e4cb24023ca831e83799ccc61fc398d335))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([8edf594](https://github.com/googleapis/python-orchestration-airflow/commit/8edf5948c6a59e5172c042faf5c40d98066b52a0))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([9b1d61e](https://github.com/googleapis/python-orchestration-airflow/commit/9b1d61e4cb24023ca831e83799ccc61fc398d335))

## [1.4.4](https://github.com/googleapis/python-orchestration-airflow/compare/v1.4.3...v1.4.4) (2022-10-07)


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.4" # {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.4" # {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.4" # {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-orchestration-airflow",
"version": "0.1.0"
"version": "1.5.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-orchestration-airflow-service",
"version": "0.1.0"
"version": "1.5.0"
},
"snippets": [
{
Expand Down

0 comments on commit 007bbb8

Please sign in to comment.