Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stable release to 1.16.0 #1565

Merged
merged 2 commits into from
Jul 26, 2024
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
53 changes: 0 additions & 53 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"pruneStaleBranches": true,
"baseBranches": [
"main",
"v0.13"
],
"vulnerabilityAlerts": {
"enabled": true
Expand Down Expand Up @@ -109,19 +108,6 @@
"main"
]
},
{
// Do not allow any dependency updates into stable branches.
"enabled": false,
"groupName": "all go dependencies stable",
"groupSlug": "all-go-deps-stable",
"matchFiles": [
"go.mod",
"go.sum"
],
matchBaseBranches: [
"v0.13",
]
},
{
"enabled": false,
"matchPackageNames": [
Expand Down Expand Up @@ -158,40 +144,13 @@
"golang"
],
},
// Limit versions that are allowed for stable branches to patch version updates
{
"groupName": "golang stable",
"groupSlug": "golang-stable",
"matchPackageNames": [
"docker.io/library/golang",
"library/golang",
"go",
"golang"
],
"allowedVersions": "<1.22",
"matchBaseBranches": [
"v0.13"
],
},
{
"groupName": "alpine",
// Restrict the alpine version that can be used on stable branches
"matchPackageNames": [
"docker.io/library/alpine"
],
},
{
"groupName": "alpine stable",
"groupSlug": "alpine-stable",
// Restrict the alpine version that can be used on stable branches
"matchPackageNames": [
"docker.io/library/alpine"
],
"allowedVersions": "<3.20",
"matchBaseBranches": [
"v0.13"
]
},
{
// Group golangci-lint updates to overrule grouping of version updates in the GHA files.
// Without this, golangci-lint updates are not in sync for GHA files and other usages.
Expand All @@ -200,18 +159,6 @@
"golangci/golangci-lint"
]
},
{
// Do not allow any golangci-lint updates into stable branches.
"enabled": false,
"groupName": "golangci-lint stable",
"groupSlug": "golangci-lint-stable",
"matchDepNames": [
"golangci/golangci-lint"
],
"matchBaseBranches": [
"v0.13",
]
}
],
"regexManagers": [
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ this reason, only the latest Hubble CLI version is maintained.

| Version | Release Date | Maintained | Supported Cilium Version | Artifacts |
|------------------------------------------------------|----------------------|------------|--------------------------|-------------------------------------------------------------------------|
| [v0.13](https://github.com/cilium/hubble/tree/v0.13) | 2024-06-18 (v0.13.6) | Yes | Cilium 1.15 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.13.6) |
| [v1.16](https://github.com/cilium/hubble/tree/main) | 2024-06-25 (v0.16.0) | Yes | Cilium 1.16 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v1.16.0) |
| [v0.13](https://github.com/cilium/hubble/tree/v0.13) | 2024-06-18 (v0.13.6) | No | Cilium 1.15 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.13.6) |
| [v0.12](https://github.com/cilium/hubble/tree/v0.12) | 2023-12-08 (v0.12.3) | No | Cilium 1.14 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.12.3) |
| [v0.11](https://github.com/cilium/hubble/tree/v0.11) | 2023-06-07 (v0.11.6) | No | Cilium 1.13 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v0.11.6) |

## Component Stability

Expand Down
2 changes: 1 addition & 1 deletion stable.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.13.6
v1.16.0
Loading