Skip to content

Commit

Permalink
Merge back mw 1.39 (#674)
Browse files Browse the repository at this point in the history
* Set variables.env to wmde.13 values

* Test mw-* branches (#503) (#504)

* fix(github-actions): GHCR upload (#505) (#509)

* fix(github-actions): GITHUB_TOKEN access for GHCR upload

* fix(github-actions): docker image name

* chore: move if to job level

* fix: get built docker artifacts in ghcr upload job

* fix(github-actions): ghcr image name

* chore: run upload ghcr only on main and mw-?.?? branches

* fix: simplify job run check, we do not have regex here :(

* feat: upload to GHCR from prep-mw- branches as well (#514) (#516)

* fix(github-actions-workflow): ghcr upload base_ref check (#518) (#521)

* fix: gh built artifact names (#512) (#527)

* chore: update variables.env to new format

use commit hashes from WMDE.13 release CI build
https://phab.wmfusercontent.org/file/download/67e7x2izldkdqmqexnwe/PHID-FILE-atrxuifwzod3ur25xju5/BuildMetadata.zip

* fix: update test the correct versions in CI

* Release 1.39.6 (#568)

* Manually backporting formatting changes

* Revert "Releaseprep wmde.17 (#607)"

This reverts commit 090be85.

* Delete build_and_test

* Fix image urls

* Lint

* Lint

* Revert cont.

* Fix upgrade path

* Release prep

* Final release version

* Set release date

* Update example (#668)

---------

Co-authored-by: Ricki Jay <ricki.jay@wikimedia.de>
Co-authored-by: Ricki <141253288+RickiJay-WMDE@users.noreply.github.com>
Co-authored-by: adeeri <132473526+adeeri@users.noreply.github.com>
Co-authored-by: adeeri <adee.ritman@wikimedia.de>
  • Loading branch information
5 people authored May 16, 2024
1 parent 82adefe commit e459bdf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file is only intended to serve the developers of this repository and of the releases. This provides an overview of the releases that have been made using this release pipeline.

## April 2024: Security releases for 1.39.7

- [MediaWiki release announcement: 1.39.7](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/V3WXEPXV2DU6WTVEKK4XHW4QXD5OFKD7/)
- [MediaWiki full release notes](https://www.mediawiki.org/wiki/Release_notes/1.39)
- [Wikibase Suite Release task T361226](https://phabricator.wikimedia.org/T361226)

| Suite Version | Version Info | Date available | Release task |
| --- | --- | --- | --- |
| wmde.18 ([spec](https://github.com/wmde/wikibase-release-pipeline/blob/wmde.18/variables.env)) | MediaWiki (1.39.7, PHP 8.1.27, debian/apache 2.4.57-2), WDQS (0.3.135) | 25 April 2024 | [T361226](https://phabricator.wikimedia.org/T361226) |

## April 2024: Security releases for 1.41.1

- [MediaWiki release announcement: 1.41.1](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/V3WXEPXV2DU6WTVEKK4XHW4QXD5OFKD7/)
Expand Down Expand Up @@ -50,6 +60,13 @@ This file is only intended to serve the developers of this repository and of the
- [Run number 7887239057](https://github.com/wmde/wikibase-release-pipeline/actions/runs/7887239057/)
- [Release task T354646](https://phabricator.wikimedia.org/T354646)

## February 2024: Security releases for 1.39.6
- [WMDE 15 spec](https://github.com/wmde/wikibase-release-pipeline/blob/wmde.15/variables.env)
- [MediaWiki security and maintenance release announcement: 1.35.14 / 1.39.6 / 1.40.2](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/message/TDBUBCCOQJUT4SCHJNPHKQNPBUUETY52/)
- [MediaWiki full release notes](https://www.mediawiki.org/wiki/Release_notes/1.39)
- [Run number 7887239057](https://github.com/wmde/wikibase-release-pipeline/actions/runs/7887239057/)
- [Release task T354646](https://phabricator.wikimedia.org/T354646)

## November 2023: First 1.40 release

- [MediaWiki release announcement 1.40](https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/message/H46H5ZYZG2PYUQ5STK7NWKF7GXYW7H6B/)
Expand Down
3 changes: 3 additions & 0 deletions test/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export const versions = {
WMDE17: 'wikibase/wikibase:1.41.0-wmde.17',
WMDE17_BUNDLE: 'wikibase/wikibase-bundle:1.41.0-wmde.17',

WMDE18: 'wikibase/wikibase:1.39.7-wmde.18',
WMDE18_BUNDLE: 'wikibase/wikibase-bundle:1.39.7-wmde.18',

WMDE19: 'wikibase/wikibase:1.40.3-wmde.19',
WMDE19_BUNDLE: 'wikibase/wikibase-bundle:1.40.3-wmde.19',

Expand Down

0 comments on commit e459bdf

Please sign in to comment.