2018-12-14 13:28:15 +00:00
|
|
|
[bumpversion]
|
2021-06-15 19:18:33 +00:00
|
|
|
current_version = 2021.6.1-rc6
|
2018-12-14 13:28:15 +00:00
|
|
|
tag = True
|
|
|
|
commit = True
|
2021-03-03 19:50:04 +00:00
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-?(?P<release>.*)
|
|
|
|
serialize =
|
|
|
|
{major}.{minor}.{patch}-{release}
|
|
|
|
{major}.{minor}.{patch}
|
2020-11-15 15:35:46 +00:00
|
|
|
message = release: {new_version}
|
2018-12-14 13:28:15 +00:00
|
|
|
tag_name = version/{new_version}
|
|
|
|
|
|
|
|
[bumpversion:part:release]
|
|
|
|
optional_value = stable
|
2019-02-27 16:47:41 +00:00
|
|
|
first_value = beta
|
2020-09-19 17:40:58 +00:00
|
|
|
values =
|
2018-12-14 13:28:15 +00:00
|
|
|
alpha
|
|
|
|
beta
|
|
|
|
stable
|
|
|
|
|
2020-11-15 21:46:14 +00:00
|
|
|
[bumpversion:file:website/docs/installation/docker-compose.md]
|
2020-07-12 20:53:25 +00:00
|
|
|
|
2020-09-09 16:21:53 +00:00
|
|
|
[bumpversion:file:docker-compose.yml]
|
|
|
|
|
2020-01-02 09:22:03 +00:00
|
|
|
[bumpversion:file:.github/workflows/release.yml]
|
2019-02-08 14:09:15 +00:00
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
[bumpversion:file:authentik/__init__.py]
|
2020-09-18 23:29:49 +00:00
|
|
|
|
2021-05-04 12:28:48 +00:00
|
|
|
[bumpversion:file:internal/constants/constants.go]
|
|
|
|
|
2021-01-16 22:04:19 +00:00
|
|
|
[bumpversion:file:outpost/pkg/version.go]
|
2020-11-29 17:10:12 +00:00
|
|
|
|
|
|
|
[bumpversion:file:web/src/constants.ts]
|
2021-03-05 13:14:09 +00:00
|
|
|
|
2021-03-16 16:38:01 +00:00
|
|
|
[bumpversion:file:website/docs/outposts/manual-deploy-docker-compose.md]
|
2021-03-05 14:30:41 +00:00
|
|
|
|
2021-03-16 16:38:01 +00:00
|
|
|
[bumpversion:file:website/docs/outposts/manual-deploy-kubernetes.md]
|