Skip to content

Commit

Permalink
Merge pull request #382 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 6e42ed1 + 5b95faf commit ee77f83
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 274 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.1.7](https://github.com/UN-OCHA/odsg8-site/compare/v2.1.6...v2.1.7) (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. ([6713dc](https://github.com/UN-OCHA/odsg8-site/commit/6713dcfe51f811a219414ef7b88038e3f8fec6e0))

### Chores

* Csp config for UNTV ([bc7e20](https://github.com/UN-OCHA/odsg8-site/commit/bc7e20be878d3aec19457bc71b1f56662517cfdf))
* Ignore audit warning that doesn't affect us ([27ebc9](https://github.com/UN-OCHA/odsg8-site/commit/27ebc9ee365caf0b63194fdfc5aee600738a4c44))
* Update all outdated drupal/* unocha/* drush/* packages. ([8af307](https://github.com/UN-OCHA/odsg8-site/commit/8af307f510c0ef343e1c38a84325f8bdb8b04641), [90b2ec](https://github.com/UN-OCHA/odsg8-site/commit/90b2ecab7d92c5f9148fb8d6ee934d2f9d27ed84), [be6d07](https://github.com/UN-OCHA/odsg8-site/commit/be6d07cb6b5364971f9960f372cd80f72aad25c2), [b2c248](https://github.com/UN-OCHA/odsg8-site/commit/b2c248d006541203099d954a54955306a383f14e))

##### Deps

* Bump drupal/core-recommended from 10.3.5 to 10.3.6 ([73f0fc](https://github.com/UN-OCHA/odsg8-site/commit/73f0fc170eac5b489b4956f0257a7f4fedbf610b))

## [2.1.6](https://github.com/UN-OCHA/odsg8-site/compare/v2.1.5...v2.1.6) (2024-09-17)

### Bug Fixes
Expand Down
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,15 @@
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"php-http/discovery": 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 @@ -225,5 +229,5 @@
"scripts\\composer\\DrupalLenientRequirement::changeVersionConstraint"
]
},
"version": "2.1.6"
}
"version": "2.1.7"
}
Loading

0 comments on commit ee77f83

Please sign in to comment.