Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading version to 0.12.0 #1689

Merged
merged 1 commit into from
Apr 1, 2016
Merged

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Apr 1, 2016

@tseaver I'm going to start on the release notes. Can you draft the release notes for logging?

@dhermes dhermes added api: datastore Issues related to the Datastore API. packaging api: logging Issues related to the Cloud Logging API. labels Apr 1, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 1, 2016
@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

$ git log -1 --pretty=%H
e91d92e6ec5db4b58c251c2d50b86f3d35839390
$ git log 0.11.0..HEAD \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort

yields

#1557
#1562
#1567
#1568
#1569
#1574
#1578
#1579
#1580
#1581
#1582
#1583
#1584
#1585
#1586
#1587
#1588
#1589
#1590
#1592
#1594
#1595
#1596
#1597
#1598
#1599
#1600
#1601
#1602
#1604
#1605
#1606
#1608
#1609
#1610
#1611
#1612
#1613
#1616
#1622
#1626
#1627
#1628
#1630
#1631
#1632
#1633
#1634
#1635
#1638
#1640
#1641
#1642
#1644
#1645
#1646
#1652
#1654
#1658
#1661
#1663
#1664
#1665
#1666
#1667
#1668
#1669
#1674
#1675
#1677
#1678
#1680
#1681
#1682
#1683
#1685
#1686
#1688

@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

Changes not noted in release notes:

Release notes:


This release contains three large API additions or changes:

BigQuery

Storage

Pub/Sub

Datastore

DNS

Logging

@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

My git log 0.11.0..HEAD command leaves out the merge commits from datastore, but I think #1288 is comprehensive enough that I don't need to increase my git-fu to find them.

@pcostell
Copy link
Contributor

pcostell commented Apr 1, 2016

Release notes for Datastore available if you need to link to them: https://cloud.google.com/datastore/release-notes

@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

Added to the sample above

@tseaver
Copy link
Contributor

tseaver commented Apr 1, 2016

@dhermes Since this is the first-ever release, the notes are pretty simple. :)

@tseaver tseaver assigned dhermes and unassigned tseaver Apr 1, 2016
@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

Notes look good. LGTY to merge @tseaver?

@tseaver
Copy link
Contributor

tseaver commented Apr 1, 2016

LGTM

@dhermes dhermes merged commit fad1512 into googleapis:master Apr 1, 2016
@dhermes dhermes deleted the cut-0.12.0 branch April 1, 2016 21:46
@dhermes
Copy link
Contributor Author

dhermes commented Apr 1, 2016

@pcostell Tag build started:
https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/120188247

That will update gcloud on PyPI and we are officially "launched" at that point.

@pcostell
Copy link
Contributor

pcostell commented Apr 1, 2016

Hooray! Thanks @dhermes and @tseaver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants