Skip to content

Commit d5bc78f

Browse files
authored
chore(deps): Update to ServiceBinding 0.9.0 (#1)
Signed-off-by: Thomas Vitale <[email protected]>
1 parent ffe4605 commit d5bc78f

16 files changed

+1761
-1331
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.7.0
21+
version: 0.9.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Integration Tests
1515
strategy:
1616
matrix:
17-
k8s_version: [v1.27, v1.28, v1.29]
17+
k8s_version: [v1.28, v1.29, v1.30]
1818
permissions:
1919
contents: read
2020
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION=v1.29
1+
K8S_VERSION=v1.30
22

33
# Build package configuration
44
build: package

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Carvel package for [Service Binding](https://servicebinding.io), a standard an
1212

1313
### Prerequisites
1414

15-
* Kubernetes 1.27+
15+
* Kubernetes 1.28+
1616
* Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl) CLI.
1717
* Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`.
1818

package/config/upstream/servicebinding-runtime-v0.7.0.yaml

Lines changed: 0 additions & 1308 deletions
This file was deleted.

package/config/upstream/servicebinding-runtime-v0.9.0.yaml

Lines changed: 1738 additions & 0 deletions
Large diffs are not rendered by default.

package/config/upstream/servicebinding-workloadresourcemappings-v0.7.0.yaml renamed to package/config/upstream/servicebinding-workloadresourcemappings-v0.9.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
---
15-
apiVersion: servicebinding.io/v1beta1
15+
apiVersion: servicebinding.io/v1
1616
kind: ClusterWorkloadResourceMapping
1717
metadata:
1818
name: cronjobs.batch

package/vendir.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- githubRelease:
5-
tag: v0.7.0
6-
url: https://api.github.com/repos/servicebinding/runtime/releases/132695530
5+
tag: v0.9.0
6+
url: https://api.github.com/repos/servicebinding/runtime/releases/155781958
77
path: .
88
path: config/upstream
99
kind: LockConfig

package/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ directories:
44
- githubRelease:
55
disableAutoChecksumValidation: true
66
slug: servicebinding/runtime
7-
tag: v0.7.0
7+
tag: v0.9.0
88
includePaths:
99
- servicebinding-runtime-*.yaml
1010
- servicebinding-workloadresourcemappings-*.yaml

test/integration/kuttl-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ commands:
1717
- script: |
1818
kubectl config set-context --current --namespace=tests && \
1919
kapp deploy -a cert-manager-package -y \
20-
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.3/package.yml \
21-
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.3/metadata.yml
20+
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.5/package.yml \
21+
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.5/metadata.yml
2222
kapp deploy -a contour-package -y \
23-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.28.1/package.yml \
24-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.28.1/metadata.yml
23+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.29.0/package.yml \
24+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.29.0/metadata.yml
2525
kapp deploy -a knative-serving-package -y \
26-
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.13.1/package.yml \
27-
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.13.1/metadata.yml
26+
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.14.0/package.yml \
27+
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.14.0/metadata.yml
2828
- script: |
2929
kubectl config set-context --current --namespace=tests && \
3030
kapp deploy -a dependencies -y -f ./test/setup/dependencies

0 commit comments

Comments
 (0)