Skip to content

Commit 9d2cc40

Browse files
committed
Add v2.7.0 release
WE2-988 Signed-off-by: Mart Somermaa <[email protected]>
1 parent c8b70bb commit 9d2cc40

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

example/scripts/deployment/fab.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ set -eu
55
cd "$( dirname "$0" )"
66

77
SERVER_ADDRESS=web-eid.eu
8-
SERVER_USER=baron
8+
SERVER_USER=username
99
SERVER_PORT=22
1010

11-
export WEBEID_DIR='web-eid/web-eid-springboot-example'
12-
export WEBEID_DIR='web-eid/test-web-eid-springboot-example'
11+
export WEBEID_DIR='web-eid/test-server-web-eid-authtoken-validation-java/example'
1312

1413
. venv/bin/activate
15-
fab -e -H ${SERVER_USER}@${SERVER_ADDRESS}:${SERVER_PORT} "$@"
14+
~/.local/bin/fab -e -H ${SERVER_USER}@${SERVER_ADDRESS}:${SERVER_PORT} "$@"

example/scripts/deployment/fabfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def deploy(c):
1313
with c.cd(os.getenv('WEBEID_DIR')):
1414
c.run('git pull')
1515
c.run('mvn clean package com.google.cloud.tools:jib-maven-plugin:dockerBuild')
16-
c.run('docker-compose down')
17-
c.run('docker-compose up -d')
16+
c.run('docker compose down')
17+
c.run('docker compose up -d')
1818

example/src/main/resources/templates/index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<title>Web eID: electronic ID smart cards on the Web</title>
1111
<link
12-
href="/css/bootstrap.min.css"
13-
rel="stylesheet"
12+
href="/css/bootstrap.min.css"
13+
rel="stylesheet"
1414
/>
1515
<link
16-
href="/css/main.css"
17-
rel="stylesheet"
16+
href="/css/main.css"
17+
rel="stylesheet"
1818
/>
1919
</head>
2020
<body class="m-4">
@@ -45,8 +45,8 @@ <h4>Table of contents</h4>
4545

4646
<hr/>
4747
<h3><a id="usage"></a>Usage</h3>
48-
<p>The recommended way of installing Web eID is by installing <a
49-
href="https://www.id.ee/en/article/install-id-software/">the latest Open-EID ID-software package</a>.
48+
<p>The recommended way of installing Web eID is by installing
49+
<a href="https://www.id.ee/en/article/install-id-software/">the latest Open-EID ID-software package</a>.
5050
In case you do not need or want to install the Open-EID package, install the latest Web eID packages in
5151
Firefox, Chrome, Edge or Safari according to the following instructions:
5252
</p>
@@ -61,16 +61,15 @@ <h3><a id="usage"></a>Usage</h3>
6161
| bash</code><br>
6262
Note: as of the 2.5 version, Web eID supports Firefox installed via Snap.
6363
</li>
64-
<li>on <b>macOS</b> 12 or later, for Firefox and Chrome from <a
65-
href="https://installer.id.ee/media/web-eid/web-eid_2.6.0.654.dmg">here</a>,
64+
<li>on <b>macOS</b> 13 or later, for Firefox and Chrome from
65+
<a href="https://installer.id.ee/media/web-eid/web-eid_2.7.0.660.dmg">here</a>,
6666
</li>
67-
<li>on <b>macOS</b> 12 or later, for Safari, install the extension from <a
68-
href="https://apps.apple.com/ee/app/web-eid/id1576665083?mt=12">App Store</a>,
67+
<li>on <b>macOS</b> 13 or later, for Safari, install the extension from
68+
<a href="https://apps.apple.com/ee/app/web-eid/id1576665083">App Store</a>,
6969
</li>
70-
<li>on <b>Windows</b> 10, Windows 11, Windows Server 2016, Windows Server 2019, Windows Server
71-
2022,
72-
for Firefox, Chrome and Edge from <a
73-
href="https://installer.id.ee/media/web-eid/web-eid_2.6.0.900.x64.exe">here</a>.
70+
<li>on <b>Windows</b> 10, Windows 11, Windows Server 2019, Windows Server 2022, Windows Server
71+
2025 for Firefox, Chrome and Edge from
72+
<a href="https://installer.id.ee/media/web-eid/web-eid_2.7.0.906.x64.exe">here</a>.
7473
</li>
7574
</ul>
7675
</li>

0 commit comments

Comments
 (0)