Skip to content

Commit

Permalink
Merge pull request #241 from joelsmith/kedamain
Browse files Browse the repository at this point in the history
Prepare release 2.15.0
  • Loading branch information
joelsmith authored Aug 9, 2024
2 parents f0e1d40 + b4b124f commit 6efa716
Show file tree
Hide file tree
Showing 31 changed files with 15,051 additions and 276 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**

container: ghcr.io/kedacore/keda-tools:1.21.12
container: ghcr.io/kedacore/keda-tools:1.22.5
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Go modules cache
uses: actions/cache@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Go modules cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Check out code
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Check out code
uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v5
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Get golangci
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
- uses: pre-commit/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
contents: read
packages: write

container: ghcr.io/kedacore/keda-tools:1.21.12
container: ghcr.io/kedacore/keda-tools:1.22.5
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Go modules cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**

container: ghcr.io/kedacore/keda-tools:1.21.12
container: ghcr.io/kedacore/keda-tools:1.22.5
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM ghcr.io/kedacore/keda-tools:1.21.12 as builder
FROM ghcr.io/kedacore/keda-tools:1.22.5 as builder

ARG BUILD_VERSION=main
ARG GIT_COMMIT=HEAD
Expand Down
36 changes: 29 additions & 7 deletions bundle/manifests/keda.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ metadata:
annotations:
alm-examples: |-
[
{
"apiVersion": "eventing.keda.sh/v1alpha1",
"kind": "CloudEventSource",
"metadata": {
"labels": {
"app.kubernetes.io/created-by": "keda",
"app.kubernetes.io/instance": "cloudeventsource-sample",
"app.kubernetes.io/managed-by": "kustomize",
"app.kubernetes.io/name": "cloudeventsource",
"app.kubernetes.io/part-of": "keda"
},
"name": "cloudeventsource-sample"
},
"spec": {
"clusterName": "cluster-sample",
"destination": {
"http": {
"uri": "http://foo.bar"
}
}
}
},
{
"apiVersion": "keda.sh/v1alpha1",
"kind": "ClusterTriggerAuthentication",
Expand All @@ -15,7 +37,7 @@ metadata:
{
"key": "example-role-key",
"name": "example-secret-name",
"parameter": "exmaple-secret-parameter"
"parameter": "example-secret-parameter"
}
]
}
Expand Down Expand Up @@ -106,7 +128,7 @@ metadata:
{
"key": "example-role-key",
"name": "example-secret-name",
"parameter": "exmaple-secret-parameter"
"parameter": "example-secret-parameter"
}
]
}
Expand All @@ -115,15 +137,15 @@ metadata:
capabilities: Seamless Upgrades
categories: Cloud Provider
certified: "false"
containerImage: ghcr.io/kedacore/keda-olm-operator:2.14.1
createdAt: "2024-08-02T17:41:13Z"
containerImage: ghcr.io/kedacore/keda-olm-operator:2.15.0
createdAt: "2024-08-09T21:40:07Z"
description: Operator that provides KEDA, a Kubernetes-based event driver autoscaler
operatorframework.io/suggested-namespace: keda
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/kedacore/keda-olm-operator
support: KEDA Community
name: keda.v2.14.1
name: keda.v2.15.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -676,6 +698,6 @@ spec:
minKubeVersion: 1.23.0
provider:
name: KEDA Community
replaces: keda.v2.14.0
replaces: keda.v2.14.1
selector: {}
version: 2.14.1
version: 2.15.0
8 changes: 0 additions & 8 deletions bundle/manifests/keda.sh_clustertriggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,10 @@ spec:
provider:
description: PodIdentityProvider contains the list of providers
enum:
- azure
- azure-workload
- gcp
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
Expand Down Expand Up @@ -274,12 +272,10 @@ spec:
provider:
description: PodIdentityProvider contains the list of providers
enum:
- azure
- azure-workload
- gcp
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
Expand Down Expand Up @@ -398,12 +394,10 @@ spec:
provider:
description: PodIdentityProvider contains the list of providers
enum:
- azure
- azure-workload
- gcp
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
Expand Down Expand Up @@ -525,12 +519,10 @@ spec:
provider:
description: PodIdentityProvider contains the list of providers
enum:
- azure
- azure-workload
- gcp
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
Expand Down
Loading

0 comments on commit 6efa716

Please sign in to comment.