5 Commits

Author SHA1 Message Date
f
4190724012 chore: publish 2.0.0+0.301.2 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-01-21 14:31:15 -03:00
f
fd09d2d88a feat: maintainership 2026-01-21 14:28:11 -03:00
f
35f6c5938e feat: upgrade to 0.301.2 2026-01-21 14:25:42 -03:00
f
c1902ca98c chore: publish 1.2.10+0.265.1 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-01-13 14:31:10 -03:00
f
2c0a1146c7 fix: upgrade to 0.265.1 2026-01-13 14:29:29 -03:00
5 changed files with 45 additions and 2 deletions

32
MAINTENANCE.md Normal file
View File

@ -0,0 +1,32 @@
# NocoDB Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a
certain quality and consistency, that others can rely on.
## Maintainer Responsibilities
A recipe maintainer has the following responsibilities:
- Respond to pull requests / issues within two weeks
- Make image security updates within a day
- Make image patch / minor updates within a week
- Make image major updates within a month
In order to fullfill these responsibilities a recipe maintainer:
- Has to watch the repository (to get notifications)
- Needs to make sure renovate is configured properly
## Pull Requests
A pull request can be merged if it is approved by at least one maintainer. For
pull requests opened by a maintainer they need to be approved by another
maintainer. Even though it is okay to merge a pull request with one approval, it
is always better if all maintainers looked at the pull request and approved it.
## Become a maintainer
Everyone can apply to be a recipe maintainer:
1. Watch the repository to always get updates
2. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.
3. Once the pull request gets merged you will be added to the [nocodb maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/nocodb-maintainers).

View File

@ -4,6 +4,7 @@
<!-- metadata -->
* **Maintainer**: [@fauno](https://git.coopcloud.tech/fauno)
* **Category**: Apps
* **Status**: 0
* **Image**: [`nocodb`](https://hub.docker.com/r/nocodb), 4, upstream

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nocodb/nocodb:0.265.0
image: nocodb/nocodb:0.301.2
secrets:
- nc_db_url
networks:
@ -28,7 +28,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.2.9+0.265.0"
- "coop-cloud.${STACK_NAME}.version=2.0.0+0.301.2"
db:
image: postgres:13.2-alpine

1
release/2.0.0+0.301.2 Normal file
View File

@ -0,0 +1 @@
Check release notes for license change from AGPL3 to Fair-code: https://github.com/nocodb/nocodb/releases/tag/0.301.0

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"reviewers": [
"team:nocodb-maintainers"
]
}