Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.7.0
version: 0.9.0
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Integration Tests
strategy:
matrix:
k8s_version: [v1.27, v1.28, v1.29]
k8s_version: [v1.28, v1.29, v1.30]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
K8S_VERSION=v1.29
K8S_VERSION=v1.30

# Build package configuration
build: package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Carvel package for [Service Binding](https://servicebinding.io), a standard an

### Prerequisites

* Kubernetes 1.27+
* Kubernetes 1.28+
* Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl) CLI.
* 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`.

Expand Down
1,308 changes: 0 additions & 1,308 deletions package/config/upstream/servicebinding-runtime-v0.7.0.yaml

This file was deleted.

1,738 changes: 1,738 additions & 0 deletions package/config/upstream/servicebinding-runtime-v0.9.0.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: servicebinding.io/v1beta1
apiVersion: servicebinding.io/v1
kind: ClusterWorkloadResourceMapping
metadata:
name: cronjobs.batch
Expand Down
4 changes: 2 additions & 2 deletions package/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- githubRelease:
tag: v0.7.0
url: https://api.github.com/repos/servicebinding/runtime/releases/132695530
tag: v0.9.0
url: https://api.github.com/repos/servicebinding/runtime/releases/155781958
path: .
path: config/upstream
kind: LockConfig
2 changes: 1 addition & 1 deletion package/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ directories:
- githubRelease:
disableAutoChecksumValidation: true
slug: servicebinding/runtime
tag: v0.7.0
tag: v0.9.0
includePaths:
- servicebinding-runtime-*.yaml
- servicebinding-workloadresourcemappings-*.yaml
Expand Down
12 changes: 6 additions & 6 deletions test/integration/kuttl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a cert-manager-package -y \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.3/package.yml \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.3/metadata.yml
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.5/package.yml \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.14.5/metadata.yml
kapp deploy -a contour-package -y \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.28.1/package.yml \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.28.1/metadata.yml
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.29.0/package.yml \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.29.0/metadata.yml
kapp deploy -a knative-serving-package -y \
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.13.1/package.yml \
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.13.1/metadata.yml
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.14.0/package.yml \
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.14.0/metadata.yml
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a dependencies -y -f ./test/setup/dependencies
2 changes: 1 addition & 1 deletion test/setup/dependencies/cert-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
packageRef:
refName: cert-manager.packages.kadras.io
versionSelection:
constraints: 1.14.3
constraints: 1.14.5
values:
- secretRef:
name: cert-manager-values
Expand Down
2 changes: 1 addition & 1 deletion test/setup/dependencies/contour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
packageRef:
refName: contour.packages.kadras.io
versionSelection:
constraints: 1.28.1
constraints: 1.29.0
values:
- secretRef:
name: contour-values
Expand Down
2 changes: 1 addition & 1 deletion test/setup/dependencies/knative-serving.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
packageRef:
refName: knative-serving.packages.kadras.io
versionSelection:
constraints: 1.13.1
constraints: 1.14.0
values:
- secretRef:
name: knative-serving-values
Expand Down
4 changes: 2 additions & 2 deletions test/setup/kind/v1.28/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.7
image: kindest/node:v1.28.9
- role: worker
image: kindest/node:v1.28.7
image: kindest/node:v1.28.9
4 changes: 2 additions & 2 deletions test/setup/kind/v1.29/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.29.2
image: kindest/node:v1.29.4
- role: worker
image: kindest/node:v1.29.2
image: kindest/node:v1.29.4
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.27.11
image: kindest/node:v1.30.0
- role: worker
image: kindest/node:v1.27.11
image: kindest/node:v1.30.0