Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 110 additions & 2 deletions doc/source/releases/25.1_announce.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,114 @@

:orphan:
===========================================================
25.1 Galaxy Release (November 2025)
===========================================================

.. include:: _header.rst

Please see the `25.1 user release notes <25.1_announce_user.html>`__ for a summary of new user features.
The `GitHub Release Notes <https://github.com/galaxyproject/galaxy/releases/tag/v25.1.0>`__ provide a comprehensive overview of all changes.

Get Galaxy
===========================================================
25.1 Galaxy Release

The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it.

To get a new Galaxy repository run:
.. code-block:: shell
$ git clone -b release_25.1 https://github.com/galaxyproject/galaxy.git
To update an existing Galaxy repository run:
.. code-block:: shell
$ git fetch origin && git checkout release_25.1 && git pull --ff-only origin release_25.1
See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations.


Admin Notes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Database migrations will require stopping the Galaxy instance

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh as in you want to add an admin note for that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Ill add

"Database migrations in 25.1 will require the server to be restarted."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an admin note for this

===========================================================

**Database Migrations will require stopping the Galaxy instance**
This release includes database migrations that require the Galaxy instance to be stopped
before applying the update. Please plan accordingly to minimize downtime for users.

Configuration Changes
===========================================================


Added
-----

The following configuration options are new

config/galaxy.yml.sample:galaxy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- mapping.tool_shed.mapping.allow_local_account_creation


Removed
-------

The following configuration options have been completely removed

config/galaxy.yml.sample:galaxy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- mapping.tool_shed.mapping.allow_user_creation


Deprecation Notices
===========================================================

**Deprecation of the Trackster Visualization in Galaxy release 26.0**
The legacy Trackster genome browser visualization has been deprecated and
`will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/20974>`__. This includes
the removal of special handling for Trackster across tool execution, toolbox filtering, visualization
framework features, controller endpoints, client code, and other conditional logic. With the removal of
Trackster, the era of Mako-based visualizations served from controller endpoints ends.
Galaxy now provides the modern IGV (Integrative Genomics Viewer) as the primary genome browser
visualization, offering superior functionality and performance for genomic data exploration.

**Deprecation of Mako-based visualizations in Galaxy release 26.0**
With the removal of Trackster in 26.0, the remaining legacy Mako-based visualization framework
and controller endpoints are deprecated and
`will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/21133>`__.
Any remaining Mako-based visualizations should be migrated to the modern script-based visualization
plugin framework. Users and administrators are encouraged to transition to supported visualization
plugins to ensure continued functionality and access to new features.

**Deprecation of the Galaxy Reports application in Galaxy release 26.0**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The standalone Galaxy Reports application, which provides administrative usage statistics and
analytics for Galaxy instances, is deprecated and will be removed in Galaxy 26.0.
The Reports app was a separate web application that connected to the Galaxy database to display
information about jobs, workflows, users, and system usage. Administrators currently using the
Reports app should plan to migrate to alternative monitoring and analytics solutions before
Galaxy 26.0 is released next year.

Release Team
===========================================================

Release manager: `Ahmed Awan <https://github.com/ahmedhamidawan>`__, `Aysam Guerler <https://github.com/guerler>`__

Release testing:

* `Tyler Collins <https://github.com/tcollins2011>`__
* `Arash Kadkhodaei <https://github.com/arash77>`__
* `John Chilton <https://github.com/jmchilton>`__
* `Keith Suderman <https://github.com/ksuderman>`__
* `Aysam Guerler <https://github.com/guerler>`__
* `Alireza Heidari <https://github.com/itisAliRH>`__
* `Jennifer Hillman-Jackson <https://github.com/jennaj>`__

Communications:

* `Natalie Whitaker-Allen <https://github.com/natalie-wa>`__
* `Scott Cain <https://github.com/scottcain>`__

A special thank you goes to everyone who helped test the new release after its deployment on usegalaxy.org.

----

.. include:: _thanks.rst
Loading
Loading