|
763 | 763 | </label>
|
764 | 764 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
765 | 765 |
|
| 766 | + <li class="md-nav__item"> |
| 767 | + <a href="#v0616" class="md-nav__link"> |
| 768 | + <span class="md-ellipsis"> |
| 769 | + v0.6.16 |
| 770 | + </span> |
| 771 | + </a> |
| 772 | + |
| 773 | +</li> |
| 774 | + |
766 | 775 | <li class="md-nav__item">
|
767 | 776 | <a href="#v050" class="md-nav__link">
|
768 | 777 | <span class="md-ellipsis">
|
|
887 | 896 | </label>
|
888 | 897 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
889 | 898 |
|
| 899 | + <li class="md-nav__item"> |
| 900 | + <a href="#v0616" class="md-nav__link"> |
| 901 | + <span class="md-ellipsis"> |
| 902 | + v0.6.16 |
| 903 | + </span> |
| 904 | + </a> |
| 905 | + |
| 906 | +</li> |
| 907 | + |
890 | 908 | <li class="md-nav__item">
|
891 | 909 | <a href="#v050" class="md-nav__link">
|
892 | 910 | <span class="md-ellipsis">
|
|
943 | 961 |
|
944 | 962 |
|
945 | 963 | <h1 id="migrating-from-older-versions">Migrating from Older Versions</h1>
|
| 964 | +<h3 id="v0616">v0.6.16</h3> |
| 965 | +<p>For OIDC users the redirect URI has changed from <code>kitchenowl:///signin/redirect</code> to <code>kitchenowl:/signin/redirect</code> (See <a href="https://github.com/TomBursch/kitchenowl/issues/644">#644</a> for the reason why).</p> |
946 | 966 | <h3 id="v050">v0.5.0</h3>
|
947 |
| -<p>The fronted is not required any more <code>tombursch/kitchenowl:latest</code> is now an all-in-one container that hosts the web application and backend. Take a look at the <a href="../">install instructions</a> if you want to switch your setup. |
| 967 | +<p>The frontend is not required any more <code>tombursch/kitchenowl:latest</code> is now an all-in-one container that hosts the web application and backend. Take a look at the <a href="../">installation instructions</a> if you want to switch your setup. |
948 | 968 | Existing setups don't need to be adapted, they will still work like they used to. Although, there now exists a docker image <code>tombursch/kitchenowl-backend:latest</code> specifically designed for the split setup.</p>
|
949 | 969 | <h3 id="v049">v0.4.9</h3>
|
950 | 970 | <p>The frontend is now required and using the option to use the backend as an HTTP server has been removed. </p>
|
|
0 commit comments