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

Update driver version to 0.1.0-alpha #90

Merged
merged 1 commit into from
Nov 3, 2018

Conversation

leakingtapan
Copy link
Contributor

@leakingtapan leakingtapan commented Oct 31, 2018

Fixes: #82

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 31, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: leakingtapan

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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 31, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 98

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 51.026%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/driver/identity.go 0 1 0.0%
Totals Coverage Status
Change from base Build 97: 0.0%
Covered Lines: 572
Relevant Lines: 1121

💛 - Coveralls

@coveralls
Copy link

coveralls commented Oct 31, 2018

Pull Request Test Coverage Report for Build 101

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 51.026%

Files with Coverage Reduction New Missed Lines %
pkg/driver/driver.go 7 39.68%
Totals Coverage Status
Change from base Build 100: 0.0%
Covered Lines: 572
Relevant Lines: 1121

💛 - Coveralls

Makefile Outdated Show resolved Hide resolved
pkg/driver/driver.go Outdated Show resolved Hide resolved
Makefile Outdated

.PHONY: aws-ebs-csi-driver
aws-ebs-csi-driver:
mkdir -p bin
go build -o bin/aws-ebs-csi-driver ./cmd/aws-ebs-csi-driver
go build -ldflags "-X github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/driver.VendorVersion=${VERSION}" -o bin/aws-ebs-csi-driver ./cmd/
Copy link
Member

Choose a reason for hiding this comment

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

This won't the binary binary that goes into the image. The Dockerfile is not calling make, it's calling go build directly.

We should change the Dockerfile to use make instead. We need to install it first, if we want to keep using golang:1.11.1-alpine3.8.

Copy link
Contributor Author

@leakingtapan leakingtapan Nov 2, 2018

Choose a reason for hiding this comment

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

Good catch. updated to use golang1.11.1-stretch as build image

Switch to use golang1.11.1-stretch as build image so that we can
delegate to make file for binary compilation without duplicating the
logic in both makefile and dockerfile.
@bertinatto
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 3, 2018
@k8s-ci-robot k8s-ci-robot merged commit 0f553cf into kubernetes-sigs:master Nov 3, 2018
@leakingtapan leakingtapan deleted the version branch November 5, 2018 17:09
jsafrane pushed a commit to jsafrane/aws-ebs-csi-driver that referenced this pull request Apr 6, 2020
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants