Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#7 from jsafrane/rebase-v0.4.0
Browse files Browse the repository at this point in the history
Rebase to v0.4.0
  • Loading branch information
openshift-merge-robot committed Jan 8, 2020
2 parents c80a2ba + db6762f commit 2c57909
Show file tree
Hide file tree
Showing 1,208 changed files with 263,896 additions and 195,996 deletions.
2 changes: 0 additions & 2 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#! /bin/bash

CSI_PROW_KUBERNETES_VERSION=latest
CSI_PROW_E2E_VERSION=master
. release-tools/prow.sh
main
9 changes: 9 additions & 0 deletions CHANGELOG-0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog since v0.3.0

## New Features

- Add prometheus metrics to CSI external-resizer under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. ([#67](https://github.com/kubernetes-csi/external-resizer/pull/67), [@saad-ali](https://github.com/saad-ali))

## Other Notable Changes

- Migrated to Go modules, so the source builds also outside of GOPATH. ([#60](https://github.com/kubernetes-csi/external-resizer/pull/60), [@pohly](https://github.com/pohly))
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-resizer
COPY . .
RUN make build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-resizer
COPY . .
RUN make build
Expand Down
Loading

0 comments on commit 2c57909

Please sign in to comment.