Skip to content

Commit c9bc9d2

Browse files
committed
doc: add new tags in README
1 parent 395c826 commit c9bc9d2

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,38 @@ Any commit on `develop` branch builds images listed below:
2525

2626
- `latest`
2727
- `db-sled` featured image.
28+
- `openid-latest`
29+
- `db-sled` featured image.
30+
- `openid` support for authentication
2831
- `db-redis-latest`
2932
- `db-redis` featured image.
33+
- `db-redis-openid-latest`
34+
- `db-redis` featured image.
35+
- `openid` support for authentication
3036
- `db-mongo-latest`
3137
- `db-mongo` featured image.
38+
- `db-mongo-openid-latest`
39+
- `db-mongo` featured image.
40+
- `openid` support for authentication
3241

3342

3443
Similarly, images below are built automatically when tags are pushed:
3544

3645
- `{VERSION}` *(e.g. `0.4.3`)*
3746
- `db-sled` featured image.
47+
- `openid-{VERSION}`
48+
- `db-sled` featured image.
49+
- `openid` support for authentication
3850
- `db-redis-{VERSION}`
3951
- `db-redis` featured image.
52+
- `db-redis-openid-{VERSION}`
53+
- `db-redis` featured image.
54+
- `openid` support for authentication
4055
- `db-mongo-{VERSION}`
4156
- `db-mongo` featured image.
57+
- `db-mongo-openid-{VERSION}`
58+
- `db-mongo` featured image.
59+
- `openid` support for authentication
4260

4361
Please see [*"Installation: Docker"* page in The Ktra Book](https://book.ktra.dev/installation/docker.html) for more details.
4462
## Features
@@ -67,13 +85,16 @@ Please see [*"Installation: Docker"* page in The Ktra Book](https://book.ktra.de
6785
- [x] [crates.io mirroring](https://github.com/moriturus/ktra/issues/8).
6886
- via `crates-io-mirroring` feature turned on by default.
6987

88+
#### From 0.7.0
89+
- [x] OpenID support for auto-discoverable identity providers (e.g. Gitlab, _not_ Github)
90+
7091
### Planned
71-
- [ ] OAuth and/or OpenID support.
92+
- [ ] OAuth and/or OpenID support for all identity providers
7293
- [ ] RDBMS such as [PostgresQL](https://www.postgresql.org/), [MySQL](https://www.mysql.com/) and [MariaDB](https://mariadb.org/) support.
7394
- [ ] The crates browser like [crates.io](https://crates.io/)
7495

7596
And any feature requests are welcome!
7697

7798
## License
7899

79-
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
100+
Licensed under either of Apache License, Version 2.0 or MIT license at your option.

0 commit comments

Comments
 (0)