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

Cut release 0.29.0 #3175

Merged
merged 2 commits into from
Sep 27, 2018
Merged

Cut release 0.29.0 #3175

merged 2 commits into from
Sep 27, 2018

Conversation

balopat
Copy link
Contributor

@balopat balopat commented Sep 27, 2018

No description provided.

@balopat balopat requested a review from dlorenc September 27, 2018 16:39
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: balopat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 27, 2018
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 27, 2018
@balopat balopat requested a review from tstromberg September 27, 2018 22:18
CHANGELOG.md Outdated
* Change default docker storage driver to overlay2 [#3121](https://github.com/kubernetes/minikube/pull/3121)
* Add env variable for default ES_JAVA_OPTS [#3086](https://github.com/kubernetes/minikube/pull/3086)
* fix(cli): `minikube start --mount --mountsting` without write permission [#2671](https://github.com/kubernetes/minikube/pull/2671)
* Add workaround for dnsmasq and hyperkit users to drivers readme [#3003](https://github.com/kubernetes/minikube/pull/3003)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a README update, and not related to the release.

CHANGELOG.md Outdated
* Fix vmwarefusion driver [#3029](https://github.com/kubernetes/minikube/pull/3029)
* Make CoreDNS default addon [#3072](https://github.com/kubernetes/minikube/pull/3072)
* Update CoreDNS deployment [#3073](https://github.com/kubernetes/minikube/pull/3073)
* readme: update the script to match executable path [#3051](https://github.com/kubernetes/minikube/pull/3051)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This too.

CHANGELOG.md Outdated
- Joao Carlos
- Kumbirai Tanekha
- Matt Rickard
- minikube-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@@ -217,7 +217,7 @@ func createHost(api libmachine.API, config cfg.MachineConfig) (*host.Host, error

if config.VMDriver != "none" {
if err := config.Downloader.CacheMinikubeISOFromURL(config.MinikubeISO); err != nil {
return nil, errors.Wrap(err, "Error attempting to cache minikube ISO from URL")
return nil, fmt.Errorf("error attempting to cache minikube ISO from URL (%s): %s", config.MinikubeISO, err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated fix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay...I'll remove them...

@@ -47,7 +47,7 @@ func testClusterStatus(t *testing.T) {
}
if status != api.ConditionTrue {
err := fmt.Errorf("Component %s is not Healthy! Status: %s", i.GetName(), status)
t.Log("Retrying, %s", err)
t.Logf("Retrying, %s", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated fix here too.

@balopat balopat merged commit 628f9de into kubernetes:master Sep 27, 2018
afbjorklund added a commit to afbjorklund/minikube that referenced this pull request Sep 29, 2018
0.29.0 Release

* tag 'v0.29.0': (77 commits)
  Cut release 0.29.0 (kubernetes#3175)
  turning error into a warning log message
  Bump everything to 1.11.
  Update docs.
  Update go-ansiterm.
  Issue kubernetes#3037 change dependency management to dep
  inlining deleteNetwork into if statement
  update dashboard version
  Fix typo: suppports -> supports
  adding tstromberg
  kvm2 driver: fixed documentation link in error text
  kvm2 driver: be more robust with creating of the network, don't delete the network if it is in use
  kvm2 driver: generate separate random MACs for default and private network NICs
  kvm2 driver: separated activating and creating of networks
  kvm2 driver: fixed private network creation and setup
  fix: --format outputs any string, --https only subsitute http URL scheme
  Stay in same line
  Change default docker storage driver to overlay2
  Simplifies Linux installation instructions by using install(1)
  update
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants