Skip to content

Commit

Permalink
Merge pull request #556 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
OPS-10880 Deploy 16-10-2024
  • Loading branch information
lazysoundsystem authored Oct 15, 2024
2 parents 6feb2d4 + c31628f commit 44eedec
Show file tree
Hide file tree
Showing 6 changed files with 714 additions and 322 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.0.5](https://github.com/UN-OCHA/unocha-site/compare/v2.0.4...v2.0.5) (2024-10-15)

### Bug Fixes


##### Tests

* Set a higher rate limit for bots, so the test bot does not get limited because of its UA string. ([2deec6](https://github.com/UN-OCHA/unocha-site/commit/2deec6d460aa871bee956f79e79743ce9905cb6f))

### Chores

* Csp config for UNTV ([a8480b](https://github.com/UN-OCHA/unocha-site/commit/a8480bff951ea5e152ce47ed0cf96d691a83d1cd))
* Fix CS ([74d33a](https://github.com/UN-OCHA/unocha-site/commit/74d33aec0b3d875b4f61940f7549bfc23ee7a80c))
* Ignore audit warning that doesn't affect us ([87f88f](https://github.com/UN-OCHA/unocha-site/commit/87f88fe2ab81f01640199e381e605ee03a91b2df))
* Update all outdated drupal/* unocha/* drush/* packages. ([1a1c66](https://github.com/UN-OCHA/unocha-site/commit/1a1c665a44ef6b40b21fcf5ca8dabcb14624ce4e), [f90218](https://github.com/UN-OCHA/unocha-site/commit/f9021885999b80dbae2825f662d2daf64ae278f3), [c0e907](https://github.com/UN-OCHA/unocha-site/commit/c0e90701b063c8e4159a076161faebf5ac25e6a4), [f19c3d](https://github.com/UN-OCHA/unocha-site/commit/f19c3dd51f1abbaaa78f2cd6337aa109bb396686))

##### Deps

* Bump drupal/core-recommended from 10.3.5 to 10.3.6 ([8fce45](https://github.com/UN-OCHA/unocha-site/commit/8fce453c8ca1512f3551197edf46a9415a83018a))

## [2.1.0](https://github.com/UN-OCHA/unocha-site/compare/v2.0.3...v2.1.0) (2024-09-17)

### Features
Expand Down
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,21 @@
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal-composer/preserve-paths": true,
"drupal/console-extend-plugin": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"phpstan/extension-installer": true,
"php-http/discovery": true,
"drupal-composer/preserve-paths": true
"phpstan/extension-installer": true,
"tbachert/spi": true
},
"audit": {
"abandoned": "report"
"abandoned": "report",
"ignore": {
"GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file"
}
}
},
"extra": {
Expand Down Expand Up @@ -264,5 +268,5 @@
"scripts\\composer\\DrupalLenientRequirement::changeVersionConstraint"
]
},
"version": "2.1.0"
}
"version": "2.0.5"
}
Loading

0 comments on commit 44eedec

Please sign in to comment.