Document breaking changes #202
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/202/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Documented some breaking changes. Please have a look and tell me, if I missed something :)
Fixes: #194
What I am not sure about is, whether splitting the init script into two separate ones is a breaking change or not. I mean, in case someone used the initScript configuration to prepare some environmental stuff for the actual Gitea configuration (now the second init container), this wouldn't work anymore because that initScript is executated prior to that init container.
That would be the only thing missing here, if it's a breaking change.
Updated PR with your suggestions, added description for dependency update (databases, memcached)
LGTM