- Configures OAuth to use the MediaWiki 1.46-compatible local user source
- Adds PluggableAuth, WSOAuth, and related config to enabled Wikimedia OAuth logins option
- Ignores one-time setup values from .env after installation
- Separates WBS bootstrap from image startup, adds the
jobrunnerworkload, and supports external configuration withMW_CONFIG_FILE - Roots the default MediaWiki configuration in the image-owned
MW_CONFIG_FILE=/opt/wbs/WBSConfig.phpentry point, stores generated instance values inInstanceSettings.php, and reserves the persistentLocalSettings.phpfor user customizations - Replaces numeric bundled-extension configuration prefixes with an explicit
ordered registry in
ExtensionLoaders.php - Preserves existing configuration when adopting the new configuration layout
- MediaWiki from 1.45.4 to 1.46.0 (Release notes).
- Wikibase REL1_46 (Diff).
- Babel REL1_46 (Diff).
- cldr REL1_46 (Diff).
- CirrusSearch REL1_46 (Diff).
- Elastica REL1_46 (Diff).
- Echo REL1_46 (Diff).
- EntitySchema REL1_46 (Diff).
- OAuth REL1_46 (Diff).
- UniversalLanguageSelector REL1_46 (Diff).
- WikibaseCirrusSearch REL1_46 (Diff).
- WikibaseManifest REL1_46 (Diff).
- WikibaseLocalMedia master (Diff).
- WikibaseEdtf master (Diff).
- Adds WikibaseInWikitext so administrators can write local query service examples with
<sparql>tags. - Adds an image-owned health check that reports healthy when MediaWiki is serving requests.
- Upgrades to MediaWiki 1.45.4 due to a critical security update.
- Fixes a
7.0.0regression in the opt-in metadata callback that caused Wikibase startup to fail for instances withMETADATA_CALLBACK=true.
Updates MediaWiki and bundled extensions within the 1.45 release line and adds several new default capabilities to the Wikibase image.
- MediaWiki updated from 1.45.0 to 1.45.3 (see https://github.com/wikimedia/mediawiki/compare/1.45.0...1.45.3 and https://www.mediawiki.org/wiki/Release_notes/1.45).
- Bundled extension versions were updated to current MediaWiki 1.45-compatible code in
development/images/wikibase/build.env. - Enables
mullanguage code by default.- BREAKING CHANGE: Upgrading standalone Wikibase image users must re-index Elasticsearch to see
mulresults in Typeahead searches. See the CirrusSearch documentation for how to recreate and reindex.
- BREAKING CHANGE: Upgrading standalone Wikibase image users must re-index Elasticsearch to see
- Enables Wikidata-style statement grouping for item identifiers and property constraints by default.
- Adds Echo, DiscussionTools, and the required Linter extension to the default image configuration.
- Keeps anonymous read access enabled, but disables anonymous writes and anonymous self-service account creation by default in the bundled image configuration.
- Refactors bundled LocalSettings loading so image-managed bootstrap logic lives in dedicated image files while preserving supported operator override points in generated
LocalSettings.php. - Wikibase EDTF remains bundled in the image but is no longer loaded by default. Installations that require EDTF should explicitly load
WikibaseEdtfin local configuration. - Fixes
composer.local.jsonpermissions in the image build.
Upgrades to MediaWiki from 1.44 to 1.45 including updates to compatible packaged extensions
- MediaWiki updated from 1.44.0 to 1.45.0 (see https://www.mediawiki.org/wiki/MediaWiki_1.45 and https://github.com/wikimedia/mediawiki/compare/1.44.0...1.45.0)
- Bundled extension pins updated from REL1_44 to REL1_45-compatible commits in build/wikibase/build.env.
- OAuth same-domain patch updated for MW 1.45 compatibility in build/wikibase/mediawiki-extensions-OAuth-same-domain.patch.
- "repo" suite E2E specs were stabilized for MW 1.45, and an OAuth consumer creation smoke test was added.
- Adds version reporting of Wikibase Image, Deploy, and the Build Tools (git SHA) to Special:Version page and action API.
Analysis revealed breaking changes expected for a MediaWiki major-version upgrade.
⚠️ move callback to wikibase image
- depth 1 checkouts in wikibase-image build
⚠️ bump mediawiki to 1.44.0
⚠️ move callback to wikibase image⚠️ bump mediawiki to 1.44.0
- Update MediaWiki to 1.43.9 and refresh WMF-maintained extensions on REL1_43
- bump mediawiki to 1.43.3, update extensions
- Add operating system dependencies for Mediawiki extensions
- mediawiki 1.43.1
- OAuth consumers (e.g. QuickStatements) on same domain
- Prepare Deploy 4 release
- Update Dockerhub readme
⚠️ Bump MediaWiki to 1.43
⚠️ Bump MediaWiki to 1.43
-
bump mediawiki to 1.42.4
-
bump mediawiki extensions
-
bump php to 8.3.16
-
bump to mediawiki 1.42.5
- bump mediawiki to 1.42.3, bump extensions
- Link to MediaWiki bundled extensions
- Switch from
.example.comto.example
- Removes re-installation of extensions already packaged with MediaWiki (ConfirmEdit, Nuke, Scribunto, SyntaxHighlight_Geshi, VisualEditor)
- Updates Wikibase EDTF extension