Create 9.x release for Guardr and Guardr Core 2.0.0 stable releases

Created on 6 September 2021, over 3 years ago
Updated 5 January 2025, 15 days ago

Now that we have 2.0.0 Guardr and Guardr Core Drupal 9 compatible releases, we should ensure the Github repos use the new versions.

πŸ“Œ Task
Status

Needs review

Version

2.0

Component

Guardr Project (Github Repo)

Created by

πŸ‡ΊπŸ‡ΈUnited States shrop

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¬πŸ‡§United Kingdom the_g_bomb

    This can be tested in Drupal 10 by using the following:

    mkdir guardr-test-site && cd guardr-test-site
    ddev config --project-type=drupal10 --docroot=web
    ddev composer create drupal/recommended-project:^10
    ddev composer require drush/drush
    ddev composer config minimum-stability dev
    ddev composer config prefer-stable true
    ddev composer config repositories.guardr vcs git@git.drupal.org:issue/guardr-3231491.git
    ddev composer require drupal/guardr:dev-3231491-create-9.x-release
    ddev drush site:install guardr --account-name=admin --account-pass=admin -y
    ddev launch $(ddev drush uli)
    
Production build 0.71.5 2024