Skip to content

Commit

Permalink
Merge pull request #427 from YashwantGohokar/oke-oss-release_1.25.1
Browse files Browse the repository at this point in the history
Oke oss release 1.25.1
  • Loading branch information
YashwantGohokar committed Jun 30, 2023
2 parents a95563b + c232b19 commit 6e9d2f5
Show file tree
Hide file tree
Showing 1,963 changed files with 86,813 additions and 5,019 deletions.
17 changes: 0 additions & 17 deletions .editorconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin

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

- name: Push Image
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make docker-push-all
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ cloud-provider specific code out of the Kubernetes codebase.
| v1.19.12 | v1.19 | v1.21 |
| v1.22.0 | v1.22 | - |
| v1.23.0 | v1.23 | - |
| v1.24.0 | v1.24 | - |
| v1.24.2 | v1.24 | - |
| v1.25.1 | v1.25 | - |
| v1.26.0 | v1.26 | - |




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

## Implementation
Currently `oci-cloud-controller-manager` implements:
Expand Down
Loading

0 comments on commit 6e9d2f5

Please sign in to comment.