From 592a8af42c12b340b56abf73ed76441f0d9e33ef Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 1 Nov 2025 16:37:40 +0100 Subject: [PATCH] chore(release): v3.13.1 (#9003) --- CHANGELOG.md | 22 +++++++++++++++++++ backend/package.json | 2 +- .../helm/charts/ocelot-neo4j/Chart.yaml | 2 +- .../helm/charts/ocelot-social/Chart.yaml | 2 +- package.json | 2 +- webapp/maintenance/source/package.json | 2 +- webapp/package.json | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367d81e32..a481e2807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.13.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.13.0...3.13.1) + +- build(deps): bump nginx from 1.29.2-alpine to 1.29.3-alpine in /webapp [`#9005`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9005) +- build(deps): bump minimatch from 10.0.3 to 10.1.1 in /backend [`#9009`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9009) +- build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 in /backend [`#9010`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9010) +- build(deps): bump @aws-sdk/client-s3 from 3.917.0 to 3.922.0 in /backend [`#9012`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9012) +- fix(webapp): fix map [`#9004`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9004) +- build(deps): bump validator from 13.15.15 to 13.15.20 in /backend [`#9007`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9007) +- build(deps): bump validator from 13.15.15 to 13.15.20 in /webapp [`#9011`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9011) +- fix(webapp): always link compiled styleguide [`#8998`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8998) +- build(deps-dev): bump the babel group with 2 updates [`#8982`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8982) +- build(deps): bump node from 24.10.0-alpine to 25.0.0-alpine in /backend [`#8972`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8972) +- fix(workflow): cleanup when running e2e jobs aswell [`#9001`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9001) +- build(deps): bump node from 20.12.1-alpine to 25.0.0-alpine in /webapp [`#8974`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8974) +- fix(workflow): clean up space on workflow runner machines [`#9000`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9000) +- fix(docker): fix on build copy command failing when branding [`#8996`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8996) +- fix(backend): fix node25 compatibility [`#8995`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8995) +- fix(webapp): update nuxt to v2.15.8 [`#8997`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8997) + #### [3.13.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.12.2...3.13.0) +> 28 October 2025 + +- chore(release): v3.13.0 [`#8991`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8991) - build(deps-dev): bump cypress from 15.4.0 to 15.5.0 in the cypress group [`#8983`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8983) - build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 [`#8981`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8981) - build(deps): bump the metascraper group in /backend with 12 updates [`#8985`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8985) diff --git a/backend/package.json b/backend/package.json index fb6ee16a2..44bd86828 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social-backend", - "version": "3.13.0", + "version": "3.13.1", "description": "GraphQL Backend for ocelot.social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community", diff --git a/deployment/helm/charts/ocelot-neo4j/Chart.yaml b/deployment/helm/charts/ocelot-neo4j/Chart.yaml index a8391595b..21d988b40 100644 --- a/deployment/helm/charts/ocelot-neo4j/Chart.yaml +++ b/deployment/helm/charts/ocelot-neo4j/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.13.0" +appVersion: "3.13.1" diff --git a/deployment/helm/charts/ocelot-social/Chart.yaml b/deployment/helm/charts/ocelot-social/Chart.yaml index 1064fe764..f9036a586 100644 --- a/deployment/helm/charts/ocelot-social/Chart.yaml +++ b/deployment/helm/charts/ocelot-social/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.13.0" +appVersion: "3.13.1" diff --git a/package.json b/package.json index 71568beda..87417df45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social", - "version": "3.13.0", + "version": "3.13.1", "description": "Free and open source software program code available to run social networks.", "author": "ocelot.social Community", "license": "MIT", diff --git a/webapp/maintenance/source/package.json b/webapp/maintenance/source/package.json index 66c69f555..f9efb68c3 100644 --- a/webapp/maintenance/source/package.json +++ b/webapp/maintenance/source/package.json @@ -1,6 +1,6 @@ { "name": "@ocelot-social/maintenance", - "version": "3.13.0", + "version": "3.13.1", "description": "Maintenance page for ocelot.social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community", diff --git a/webapp/package.json b/webapp/package.json index 00bf06511..a422f9708 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social-webapp", - "version": "3.13.0", + "version": "3.13.1", "description": "ocelot.social Frontend", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community",