Skip to content

Commit c232b19

Browse files
AkarshESYashwantGohokar
authored andcommitted
OKE OSS Release v1.25.1
1 parent a95563b commit c232b19

File tree

1,963 files changed

+86813
-5019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,963 files changed

+86813
-5019
lines changed

.editorconfig

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin
2727

2828
- name: Build Image
29-
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make image
29+
run: OSS_REGISTRY="ghcr.io/oracle"VERSION="${{ github.ref_name }}" make image
3030

3131
- name: Push Image
3232
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make docker-push-all

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ cloud-provider specific code out of the Kubernetes codebase.
3030
| v1.19.12 | v1.19 | v1.21 |
3131
| v1.22.0 | v1.22 | - |
3232
| v1.23.0 | v1.23 | - |
33-
| v1.24.0 | v1.24 | - |
33+
| v1.24.2 | v1.24 | - |
34+
| v1.25.1 | v1.25 | - |
35+
| v1.26.0 | v1.26 | - |
36+
3437

3538

3639

3740
Note:
38-
Versions older than v0.13.0 are no longer supported, new features / bug fixes will be available in v0.13.0 and later.
41+
Versions older than v1.24.1 are no longer supported, new features / bug fixes will be available in v1.24.1 and later.
3942

4043
## Implementation
4144
Currently `oci-cloud-controller-manager` implements:

0 commit comments

Comments
 (0)