Skip to content

Commit 689dcaf

Browse files
committed
Release 1.3.3
1 parent f618513 commit 689dcaf

3 files changed

Lines changed: 377 additions & 340 deletions

File tree

.woodpecker/stg.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ steps:
2323
user:
2424
from_secret: user
2525
actions:
26-
- chmod +w web/sites/default
27-
- chmod +w web/sites/default/settings.php
28-
- git reset --hard
26+
# Make sure that we can update the general settings.
27+
- chmod +w web/sites/default web/sites/default/settings.php
2928
- git fetch origin ${CI_COMMIT_BRANCH}
30-
- git checkout ${CI_COMMIT_BRANCH}
31-
- git pull
32-
- itkdev-docker-compose-server up -d --force-recreate
29+
- git checkout --force ${CI_COMMIT_BRANCH}
30+
- git reset --hard origin/${CI_COMMIT_BRANCH}
31+
- itkdev-docker-compose-server pull
32+
- itkdev-docker-compose-server up --detach --force-recreate --remove-orphans
3333
# Build theme
3434
- itkdev-docker-compose-server run --rm node yarn install
3535
- itkdev-docker-compose-server run --rm node yarn build

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.3.3] - 2026-05-20
12+
13+
- [PR-393](https://github.com/itk-dev/os2loop/pull/393)
14+
- Drupal core security update
15+
1116
## [1.3.2]
1217

1318
- [PR-392](https://github.com/itk-dev/os2loop/pull/392)
@@ -144,3 +149,20 @@ Add tagging to media library, fix bugged file reference in display
144149
tab
145150
- [LOOP-2056](https://leantime.itkdev.dk/dashboard/home#/tickets/showTicket/2056):
146151
Create new frontpage with fixtures.
152+
153+
[Unreleased]: https://github.com/itk-dev/os2loop/compare/1.3.3...HEAD
154+
[1.3.3]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2...1.3.3
155+
[1.3.2]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2
156+
[1.3.1]: https://github.com/itk-dev/os2loop/compare/1.3.0..1.3.1
157+
[1.3.0]: https://github.com/itk-dev/os2loop/compare/1.2.4..1.3.0
158+
[1.2.4]: https://github.com/itk-dev/os2loop/compare/1.2.3..1.2.4
159+
[1.2.3]: https://github.com/itk-dev/os2loop/compare/1.2.2..1.2.3
160+
[1.2.2]: https://github.com/itk-dev/os2loop/compare/1.2.1..1.2.2
161+
[1.2.1]: https://github.com/itk-dev/os2loop/compare/1.2.0..1.2.1
162+
[1.2.0]: https://github.com/itk-dev/os2loop/compare/1.1.4..1.2.0
163+
[1.1.4]: https://github.com/itk-dev/os2loop/compare/1.1.3..1.1.4
164+
[1.1.3]: https://github.com/itk-dev/os2loop/compare/1.1.2..1.1.3
165+
[1.1.2]: https://github.com/itk-dev/os2loop/compare/1.1.1..1.1.2
166+
[1.1.1]: https://github.com/itk-dev/os2loop/compare/1.1.0..1.1.1
167+
[1.1.0]: https://github.com/itk-dev/os2loop/compare/1.0.0..1.1.0
168+
[1.0.0]: https://github.com/itk-dev/os2loop/releases/tag/1.0.0

0 commit comments

Comments
 (0)