Skip to content

Commit

Permalink
KEDA release 1.4.0
Browse files Browse the repository at this point in the history
KEDA release 1.4.0
  • Loading branch information
SatishRanjan authored Apr 17, 2020
1 parent 2cc9fc4 commit 4253118
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 15 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@

- As of v1.3, support for `brokerList` is deprecated for our Kafka topic scaler and will be removed in v2.0 ([#632](https://github.com/kedacore/keda/issues/632))

## v1.4

### New

- Extend RabbitMQ scaler to support count unacked messages([#700](https://github.com/kedacore/keda/pull/700))

### Improvements

- Fix scalers leaking ([#684](https://github.com/kedacore/keda/pull/684))
- Provide installation YAML package as release artifact ([#740](https://github.com/kedacore/keda/pull/740))
- Improve Azure Monitor scaler to handle queries without metrics ([#680](https://github.com/kedacore/keda/pull/680))
- Authenticate to AWS with dedicated role without AssumeRole permissions ([#656](https://github.com/kedacore/keda/pull/656))
- KEDA now respects label restrictions on Horizontal Pod Autoscaler to have max 63 chars ([#707](https://github.com/kedacore/keda/pull/707))
- KEDA will automatically assign `deploymentName` label if it was not defined in `ScaledObject` ([#709](https://github.com/kedacore/keda/pull/709))

### Breaking Changes

None.

### Other

- Adding label for metrics service selection ([#745](https://github.com/kedacore/keda/pull/745))
- Filter returned metrics from api server based on queried name ([#732](https://github.com/kedacore/keda/pull/732))
- Add redis host and port parameter to the scaler with tests ([#719](https://github.com/kedacore/keda/pull/719))
- Remove go micro version ([#718](https://github.com/kedacore/keda/pull/718))
- Update zero result return to be non-error inducing ([#695](https://github.com/kedacore/keda/pull/695))
- Return if kafka offset response is nil ([#689](https://github.com/kedacore/keda/pull/689))
- Fix typos in MySQL scaler ([#683](https://github.com/kedacore/keda/pull/683))
- Update README to mention CNCF ([#682](https://github.com/kedacore/keda/pull/682))

## v1.3

### New
Expand Down
2 changes: 1 addition & 1 deletion deploy/00-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Namespace
metadata:
labels:
app.kubernetes.io/name: keda
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda
2 changes: 1 addition & 1 deletion deploy/01-service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: keda-operator
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-operator
namespace: keda
2 changes: 1 addition & 1 deletion deploy/10-cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterRole
metadata:
labels:
app.kubernetes.io/name: keda-operator
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
creationTimestamp: null
name: keda-operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/11-role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: keda-operator
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-operator
roleRef:
Expand Down
4 changes: 2 additions & 2 deletions deploy/12-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app: keda-operator
app.kubernetes.io/name: keda-operator
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/component: operator
app.kubernetes.io/part-of: keda-operator
name: keda-operator
Expand All @@ -24,7 +24,7 @@ spec:
serviceAccountName: keda-operator
containers:
- name: keda-operator
image: docker.io/kedacore/keda:1.3.0
image: docker.io/kedacore/keda:1.4.0
command:
- keda
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/20-metrics-cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterRole
metadata:
labels:
app.kubernetes.io/name: keda-external-metrics-reader
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
creationTimestamp: null
name: keda-external-metrics-reader
Expand Down
6 changes: 3 additions & 3 deletions deploy/21-metrics-role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: keda-system-auth-delegator
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda:system:auth-delegator
roleRef:
Expand All @@ -20,7 +20,7 @@ kind: RoleBinding
metadata:
labels:
app.kubernetes.io/name: keda-auth-reader
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-auth-reader
namespace: kube-system
Expand All @@ -38,7 +38,7 @@ kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: keda-hpa-controller-external-metrics
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-hpa-controller-external-metrics
roleRef:
Expand Down
4 changes: 2 additions & 2 deletions deploy/22-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app: keda-metrics-apiserver
app.kubernetes.io/name: keda-metrics-apiserver
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-metrics-apiserver
namespace: keda
Expand All @@ -22,7 +22,7 @@ spec:
serviceAccountName: keda-operator
containers:
- name: keda-metrics-apiserver
image: docker.io/kedacore/keda-metrics-adapter:1.3.0
image: docker.io/kedacore/keda-metrics-adapter:1.4.0
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion deploy/23-metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Service
metadata:
labels:
app.kubernetes.io/name: keda-metrics-apiserver
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: keda-metrics-apiserver
namespace: keda
Expand Down
2 changes: 1 addition & 1 deletion deploy/24-metrics-api_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: APIService
metadata:
labels:
app.kubernetes.io/name: v1beta1.external.metrics.k8s.io
app.kubernetes.io/version: "1.3.0"
app.kubernetes.io/version: "1.4.0"
app.kubernetes.io/part-of: keda-operator
name: v1beta1.external.metrics.k8s.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "1.3.0"
Version = "1.4.0"
)

0 comments on commit 4253118

Please sign in to comment.