Skip to content

Commit 8db0e1f

Browse files
committed
Introduce intermediate docker release
Change-Id: I5013005bc292c52007289ad78a28d5797151d0c0
1 parent 4d17d0f commit 8db0e1f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.59 2025-01-23
1+
0.60 2025-01-23
22
- Create top navbar and modify sidebar. (uyen-nhu)
33
- Improve appearance of title-addon on logo. (uyen-nhu)
44
- Create and style new item on top navbar for 'News'. (uyen-nhu)
@@ -15,6 +15,9 @@
1515
- Fix test that wrongly required SSL support. (diewald)
1616
- URLs for plugins are mandatory (closes #233; hebasta)
1717

18+
0.59 2025-03-28
19+
- Docker only release (diewald)
20+
1821
0.58 2024-11-15
1922
- Cookie path is settable now (hebasta)
2023
- Fix meta table view for key value pairs (diewald)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ LABEL repository="https://github.com/KorAP/Kalamar"
100100

101101
# docker build -f Dockerfile -t korap/kalamar:x.xx-large --target kalamar .
102102

103-
# Slimming (https://github.com/slimtoolkit/slim):
103+
# Slimming (https://github.com/slimtoolkit/slim or https://github.com/mintoolkit/mint):
104104
# slim build --http-probe=true \
105105
# --exec="perl Makefile.PL && make test && unzip -v" \
106106
# --include-workdir=true \

lib/Kalamar.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Mojo::Util qw/url_escape deprecated slugify/;
88
use List::Util qw!none uniq!;
99

1010
# Minor version - may be patched from package.json
11-
our $VERSION = '0.59';
11+
our $VERSION = '0.60';
1212

1313
# Supported version of Backend API
1414
our $API_VERSION = '1.0';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Kalamar",
33
"description": "Mojolicious-based Frontend for KorAP",
44
"license": "BSD-2-Clause",
5-
"version": "0.59.1",
5+
"version": "0.60.0",
66
"pluginVersion": "0.2.3",
77
"engines": {
88
"node": ">=6.0.0"

0 commit comments

Comments
 (0)