Skip to content

Commit

Permalink
docs: drop support for the v1 releases (#590)
Browse files Browse the repository at this point in the history
Related to #263

This removes support for our v1 maintenance releases branch.
  • Loading branch information
jooola authored Feb 6, 2025
1 parent d8e34d0 commit 54f7340
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- release-1.x
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- release-1.x

jobs:
release-please:
Expand Down
6 changes: 3 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This guide is intended for _maintainers_.

## Release Branches

All development targets the `main` branch. New releases for the 2.x series are cut from this.
All development targets the `main` branch. New releases for the latest major version series are cut from this branch.

For the 1.x series which will be supported until at least September 1 2023 we also have a `release-1.x` branch where we try to backport all bug fixes.
For the older major versions, we also have `release-<major>.x` branches where we try to backport all bug fixes.

Backports are done by [tibdex/backport](https://github.com/tibdex/backport). Apply the label `backport release-1.x` to the PRs and once they are merged a new PR is opened.
Backports are done by [tibdex/backport](https://github.com/tibdex/backport). Apply the label `backport release-<major>.x` to the PRs and once they are merged a new PR is opened.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() {
### Support

- `v2` is actively maintained by Hetzner Cloud
- `v1` is supported until September 1st 2023 and will continue to receive new features until then. See [#263](https://github.com/hetznercloud/hcloud-go/issues/263).
- `v1` is unsupported since February 2025.

### From v1 to v2

Expand Down

0 comments on commit 54f7340

Please sign in to comment.