Skip to content

Commit 4921b7e

Browse files
authored
Merge pull request #434 from kubernetes-sigs/1.0-beta.2
1.0-beta.2
2 parents 42b9d6c + 241b44a commit 4921b7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ make clean; make
1818
```
1919
$ docker images | grep -i alb-ingress-controller
2020
21-
quay.io/coreos/alb-ingress-controller 1.0-beta.1 78f356144e33 20 minutes ago 47.4MB
21+
quay.io/coreos/alb-ingress-controller 1.0-beta.2 78f356144e33 20 minutes ago 47.4MB
2222
```
2323

2424
> Version can vary based on what's in the Makefile. If you wish to push to your own repo for testing, you can change the version and repo details in the Makefile then do a `docker push`.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
all: container
2121

22-
TAG?=1.0-beta.1
22+
TAG?=1.0-beta.2
2323
BUILD=$(shell git log --pretty=format:'%h' -n 1)
2424
PREFIX?=quay.io/coreos/alb-ingress-controller
2525
ARCH?=amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# AWS ALB Ingress Controller
77

8-
**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.1`. Please file any issues you find and note the version used.
8+
**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.2`. Please file any issues you find and note the version used.
99

1010
The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/user-guide/ingress) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
1111

examples/alb-ingress-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
apiVersion: v1
8686
fieldPath: metadata.namespace
8787
# Repository location of the ALB Ingress Controller.
88-
image: quay.io/coreos/alb-ingress-controller:1.0-beta.1
88+
image: quay.io/coreos/alb-ingress-controller:1.0-beta.2
8989
imagePullPolicy: Always
9090
name: server
9191
resources: {}

0 commit comments

Comments
 (0)