Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .woodpecker/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ steps:
user:
from_secret: user
actions:
- chmod +w web/sites/default
- chmod +w web/sites/default/settings.php
- git reset --hard
# Make sure that we can update the general settings.
- chmod +w web/sites/default web/sites/default/settings.php
- git fetch origin ${CI_COMMIT_BRANCH}
- git checkout ${CI_COMMIT_BRANCH}
- git pull
- itkdev-docker-compose-server up -d --force-recreate
- git checkout --force ${CI_COMMIT_BRANCH}
- git reset --hard origin/${CI_COMMIT_BRANCH}
- itkdev-docker-compose-server pull
- itkdev-docker-compose-server up --detach --force-recreate --remove-orphans
# Build theme
- itkdev-docker-compose-server run --rm node yarn install
- itkdev-docker-compose-server run --rm node yarn build
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.3] - 2026-05-20

- [PR-393](https://github.com/itk-dev/os2loop/pull/393)
- Drupal core security update

## [1.3.2]

- [PR-392](https://github.com/itk-dev/os2loop/pull/392)
Expand Down Expand Up @@ -144,3 +149,20 @@ Add tagging to media library, fix bugged file reference in display
tab
- [LOOP-2056](https://leantime.itkdev.dk/dashboard/home#/tickets/showTicket/2056):
Create new frontpage with fixtures.

[Unreleased]: https://github.com/itk-dev/os2loop/compare/1.3.3...HEAD
[1.3.3]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2...1.3.3
[1.3.2]: https://github.com/itk-dev/os2loop/compare/1.3.1..1.3.2
[1.3.1]: https://github.com/itk-dev/os2loop/compare/1.3.0..1.3.1
[1.3.0]: https://github.com/itk-dev/os2loop/compare/1.2.4..1.3.0
[1.2.4]: https://github.com/itk-dev/os2loop/compare/1.2.3..1.2.4
[1.2.3]: https://github.com/itk-dev/os2loop/compare/1.2.2..1.2.3
[1.2.2]: https://github.com/itk-dev/os2loop/compare/1.2.1..1.2.2
[1.2.1]: https://github.com/itk-dev/os2loop/compare/1.2.0..1.2.1
[1.2.0]: https://github.com/itk-dev/os2loop/compare/1.1.4..1.2.0
[1.1.4]: https://github.com/itk-dev/os2loop/compare/1.1.3..1.1.4
[1.1.3]: https://github.com/itk-dev/os2loop/compare/1.1.2..1.1.3
[1.1.2]: https://github.com/itk-dev/os2loop/compare/1.1.1..1.1.2
[1.1.1]: https://github.com/itk-dev/os2loop/compare/1.1.0..1.1.1
[1.1.0]: https://github.com/itk-dev/os2loop/compare/1.0.0..1.1.0
[1.0.0]: https://github.com/itk-dev/os2loop/releases/tag/1.0.0
Loading
Loading