Skip to content

Commit 92f9d0f

Browse files
Readme, Manifest and License changes
1 parent 99e1884 commit 92f9d0f

File tree

9 files changed

+390
-62
lines changed

9 files changed

+390
-62
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
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/${GITHUB_ACTOR,,}" VERSION="${{ github.ref_name }}" make image
29+
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make image
3030

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

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ cloud-provider specific code out of the Kubernetes codebase.
3131
| v1.23.0 | v1.23 | - |
3232
| v1.24.2 | v1.24 | - |
3333
| v1.25.2 | v1.25 | - |
34-
| v1.26.3 | v1.26 | - |
35-
| v1.27.2 | v1.27 | - |
36-
| v1.28.0 | v1.28 | - |
34+
| v1.26.4 | v1.26 | - |
35+
| v1.27.3 | v1.27 | - |
36+
| v1.28.1 | v1.28 | - |
37+
| v1.29.0 | v1.29 | - |
3738

3839

3940

4041
Note:
41-
Versions older than v1.26.3 are no longer supported, new features / bug fixes will be available in v1.26.3 and later.
42+
Versions older than v1.27.3 are no longer supported, new features / bug fixes will be available in v1.27.3 and later.
4243

4344
## Implementation
4445
Currently `oci-cloud-controller-manager` implements:
@@ -170,12 +171,6 @@ This project welcomes contributions from the community. Before submitting a pull
170171

171172
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
172173

173-
## Upcoming Releases
174-
175-
| Release | Expected Release Date |
176-
|-----------------------|-----------------------|
177-
| Support for K8s v1.24 | August 2022 |
178-
179174
## License
180175

181176
Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved.

0 commit comments

Comments
 (0)