Skip to content

Commit a3f31c4

Browse files
authored
Merge pull request #111 from nextcloud/prepare-v2.3.0
Prepare v2.3.0
2 parents 8e04688 + 8d537cf commit a3f31c4

File tree

6 files changed

+144
-140
lines changed

6 files changed

+144
-140
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ jobs:
6565
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
with:
6767
repository: nextcloud/server
68+
submodules: 'true'
6869
ref: ${{ matrix.server-versions }}
6970

70-
- name: Checkout submodules
71-
shell: bash
72-
run: |
73-
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
74-
git submodule sync --recursive
75-
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
76-
7771
- name: Set up php ${{ matrix.php-versions }}
7872
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
7973
with:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## [2.3.0] - 2025-12-29
12+
13+
### Added
14+
- Support for NC34
15+
16+
### Changed
17+
- updated python dependencies
18+
- retry task scheduling when a connection error is thrown
19+
- switch from httpx to niquests
20+
1121
## [2.2.0] - 2025-12-19
1222

1323
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APP_ID := context_agent
66
APP_NAME := Nextcloud Context Agent
7-
APP_VERSION := 2.2.0
7+
APP_VERSION := 2.3.0
88
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
99

1010

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Positive:
2828
* The software for this app is open source, no trained AI model is used
2929
]]>
3030
</description>
31-
<version>2.2.0</version>
31+
<version>2.3.0</version>
3232
<licence>MIT</licence>
3333
<author mail="mklehr@gmx.net" homepage="https://marcelklehr.de">Marcel Klehr</author>
3434
<namespace>ContextAgent</namespace>
@@ -45,7 +45,7 @@ Positive:
4545
<docker-install>
4646
<registry>ghcr.io</registry>
4747
<image>nextcloud/context_agent</image>
48-
<image-tag>2.2.0</image-tag>
48+
<image-tag>2.3.0</image-tag>
4949
</docker-install>
5050
<routes>
5151
<route>

0 commit comments

Comments
 (0)