Skip to content

Commit

Permalink
chore(release): wmde.14 (#507)
Browse files Browse the repository at this point in the history
* chore: change upgrade test 1.39 base version to latest
* docs: basic changelog entry
* docs: add links to mainling list
* chore: update commit hashes to 2023-11-09
* docs(CHANGES.md): run number
* docs: fix changelog php version
* chore: update wikibase localmedia
* Update CHANGES.md
* docs: update run number
* fix: adjust example versions
* docs: add apache version in changes
  • Loading branch information
rti authored Nov 28, 2023
1 parent 24b75f8 commit f9bb530
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Latest 1.38
'wmde.12',
# Latest 1.39
'wmde.11',
'wmde.13',
]
needs:
- build
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Latest 1.38
'wmde.12-bundle',
# Latest 1.39
'wmde.11-bundle',
'wmde.13-bundle',
]

env:
Expand Down
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This file is only intended to serve the developers of this repository and of the

This provides an overview of the releases that have been made using this release pipeline.


## November 2023: First 1.40 release

- [MediaWiki release announcement 1.40](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/message/H46H5ZYZG2PYUQ5STK7NWKF7GXYW7H6B/)
- [MediaWiki security and maintenance release announcement: 1.35.12 / 1.39.5 / 1.40.1](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/message/BRWOWACCHMYRIS7JRTT6XD44X3362MVL/)

The [standard MediaWiki upgrade process](https://www.mediawiki.org/wiki/Manual:Upgrading) can be followed for this release.

- [MediaWiki release notes](https://www.mediawiki.org/wiki/Release_notes/1.40)
- [Wikibase release notes](https://github.com/wikimedia/Wikibase/blob/REL1_40/RELEASE-NOTES-1.40)

| Suite Version | Version Info | Date available | Run number | Release task |
|---------------|----------------------|----------------|------------| --------------|
| wmde.14 ([spec](https://github.com/wmde/wikibase-release-pipeline/blob/wmde.14/variables.env)) | MediaWiki (1.40.1, PHP 8.1.25, debian/apache 2.4.57-2), WDQS (0.3.135) | 15 November 2023 | [6928788894](https://github.com/wmde/wikibase-release-pipeline/actions/runs/6928788894) | [T340939](https://phabricator.wikimedia.org/T340939) |

## October 2023: Security releases for 1.39.5

- [Maintenance release: MediaWiki 1.39.2](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/message/UJBH5OGW5M5Q22KETIQY4MV2Q6XJPQWG/)
Expand Down
14 changes: 7 additions & 7 deletions example/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# WARNING: Do not add comments on the same line as env vars, as in some environments they will be included in the var!

## Image Configuration
WIKIBASE_IMAGE_NAME=wikibase/wikibase:1.39.5-wmde.13
WDQS_IMAGE_NAME=wikibase/wdqs:0.3.135-wmde.13
WDQS_FRONTEND_IMAGE_NAME=wikibase/wdqs-frontend:wmde.13
ELASTICSEARCH_IMAGE_NAME=wikibase/elasticsearch:7.10.2-wmde.13
WIKIBASE_BUNDLE_IMAGE_NAME=wikibase/wikibase-bundle:1.39.5-wmde.13
QUICKSTATEMENTS_IMAGE_NAME=wikibase/quickstatements:wmde.13
WDQS_PROXY_IMAGE_NAME=wikibase/wdqs-proxy:wmde.13
WIKIBASE_IMAGE_NAME=wikibase/wikibase:1.40.1-wmde.14
WDQS_IMAGE_NAME=wikibase/wdqs:0.3.135-wmde.14
WDQS_FRONTEND_IMAGE_NAME=wikibase/wdqs-frontend:wmde.14
ELASTICSEARCH_IMAGE_NAME=wikibase/elasticsearch:7.10.2-wmde.14
WIKIBASE_BUNDLE_IMAGE_NAME=wikibase/wikibase-bundle:1.40.1-wmde.14
QUICKSTATEMENTS_IMAGE_NAME=wikibase/quickstatements:wmde.14
WDQS_PROXY_IMAGE_NAME=wikibase/wdqs-proxy:wmde.14
MYSQL_IMAGE_NAME=mariadb:10.9

## Mediawiki Configuration
Expand Down
1 change: 1 addition & 0 deletions test/suites/upgrade/old-versions/wmde.13-bundle.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WIKIBASE_SOURCE_IMAGE_NAME=wikibase/wikibase-bundle:1.39.5-wmde.13
1 change: 1 addition & 0 deletions test/suites/upgrade/old-versions/wmde.13.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WIKIBASE_SOURCE_IMAGE_NAME=wikibase/wikibase:1.39.5-wmde.13
18 changes: 9 additions & 9 deletions variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ MEDIAWIKI_VERSION=1.40.1
RELEASE_MAJOR_VERSION=1.40
RELEASE_VERSION=1.40.1

# WDQS_VERSION 0.3.135 is latest release on 2023-10-11
# WDQS_VERSION 0.3.135 is latest release on 2023-10-15
# as per https://github.com/wikimedia/wikidata-query-rdf/tags
# and https://archiva.wikimedia.org/repository/releases/org/wikidata/query/rdf/service/
WDQS_VERSION=0.3.135

# Head of master on 2023-10-11
# Head of master on 2023-11-09
# as per https://github.com/wikimedia/wikidata-query-gui/
WDQS_FRONTEND_COMMIT_HASH=4e94cdecec4aaa252465429dc9024b3dcc0056b5
WDQS_FRONTEND_COMMIT_HASH=eb1825b3431f3adf47cd774bf52344024e2f11e9

# Head of master on 2023-10-11
# Head of master on 2023-11-09
# as per https://github.com/magnusmanske/quickstatements/commits/master
QUICKSTATEMENTS_COMMIT_HASH=c4b2c6b086b319aa32dcdd7a323edf188faaa66d

# Head of master on 2023-10-11
# Head of master on 2023-11-09
# as per https://bitbucket.org/magnusmanske/magnustools/commits/branch/master
MAGNUSTOOLS_COMMIT_HASH=11e19400271a47c4d7e927bcb7aa95f1bfaf38a9
MAGNUSTOOLS_COMMIT_HASH=e4abdb6b3bedfdde0325df513b272e1972b1af36

# Head of master on 2023-10-11
# Head of master on 2023-11-15 (including fix for deprecation warning on 1.40)
# as per https://github.com/ProfessionalWiki/WikibaseLocalMedia/tree/master
WIKIBASELOCALMEDIA_COMMIT_HASH=6dcc6e82526896352b6bae1df11750f378201fcb
WIKIBASELOCALMEDIA_COMMIT_HASH=74c3f70893ffd76feefa9f1e3d77052db20ec3ac

# Head of master on 2023-10-11
# Head of master on 2023-11-09
# as per https://github.com/ProfessionalWiki/WikibaseEdtf/tree/master
WIKIBASEEDTF_COMMIT_HASH=5596403a27d8e4a5ac044257c49be3e0685318a6

Expand Down

0 comments on commit f9bb530

Please sign in to comment.