Skip to content

Commit

Permalink
chore(components): Post release update for v1.0.15
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 462483807
  • Loading branch information
chongyouquan authored and Google Cloud Pipeline Components maintainers committed Jul 21, 2022
1 parent 065f732 commit 061905b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Current Version 1.0.15.dev (Still in Development)
# Current Version 1.0.16.dev (Still in Development)
* Add notes for next release here.

# Release 1.0.15
* Sync AutomL components' code to GCPC codebase to reflect bug fix in FTE component spec
* Auto-generate batch id if none is specified in Dataproc components
* Add ground_truth_column input argument to data splitter component

# Release 1.0.14
* Temporarily pin apache_beam version to <2.34.0 due to https://github.com/apache/beam/issues/22208.
* Remove kms key name from the drop model interface.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of Google Cloud Pipeline Components."""

__version__ = "1.0.15.dev"
__version__ = "1.0.16.dev"

0 comments on commit 061905b

Please sign in to comment.