Skip to content
Open
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
41 changes: 0 additions & 41 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,47 +43,6 @@ updates:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
## main branch config ends here
## release-1.0 branch config starts here
# github-actions
- directory: "/"
package-ecosystem: "github-actions"
schedule:
interval: "weekly"
day: "monday"
cooldown:
default-days: 7
target-branch: release-1.0
groups:
all-github-actions:
patterns: [ "*" ]
commit-message:
prefix: ":seedling:"
include: scope
# Go directories
- directories:
- "/"
package-ecosystem: "gomod"
schedule:
interval: "weekly"
day: "monday"
cooldown:
default-days: 7
target-branch: release-1.0
groups:
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]
commit-message:
prefix: ":seedling:"
include: scope
ignore:
# Ignore controller-runtime major and minor bumps as its upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Ignore k8s major and minor bumps and its transitives modules
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
## release-1.0 branch config ends here
## release-2.0 branch config starts here
# github-actions
- directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kubectl delete -f $ORC_RELEASE

## Supported OpenStack resources

| **controller** | **1.x** | **2.x** | **main** |
| **controller** | **1.x (EOL)** | **2.x** | **main** |
|:---------------------------:|:-------:|:-------:|:--------:|
| addressscope | | ✔ | ✔ |
| application credential | | ◐ | ◐ |
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported |
| ------- | ------------------ |
| < 1.0 | :x: |
| 1.x | :white_check_mark: |
| 1.x | :x: |
| 2.x | :white_check_mark: |

## Reporting a Vulnerability
Expand Down
Loading