Version in info file is incorrect for tagged version 5.5.17

Created on 24 September 2024, about 2 months ago

Problem/Motivation

I'm running updates on my Drupal site and *composer* says I have 5.5.17, but the Drupal updates page says I still have 5.5.16 installed and the 5.5.17 update is available. I spent a few minutes clearing caches several ways, but then I checked the GitLab repo 5.5.17 tag and there bootstrap_barrio.info.yml is set to 5.5.16, thus confusing Drupal Update.

Steps to reproduce

Update your bootstrap_barrio to 5.5.17 and check the Drupal Available Updates page.

Proposed resolution

Fix the info.yml version with a new--correct--tag.

πŸ› Bug report
Status

Active

Version

5.5

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States seth.e.shaw

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

Comments & Activities

  • Issue created by @seth.e.shaw
  • πŸ‡΅πŸ‡­Philippines clarkssquared

    Hi @seth.e.shaw

    What is your current Drupal version if I may ask? because I investigated the issue in my local Drupal core v10.3.5, I installed bootstrap_barrio v5.5.17 and I can see the right version in info.yml file

    # Information added by Drupal.org packaging script on 2024-09-09
    version: '5.5.17'
    project: 'bootstrap_barrio'
    datestamp: 1725856217
  • πŸ‡ΊπŸ‡ΈUnited States seth.e.shaw

    Drupal 10.3.5

    Composer report and tailing installed info file:

    $ composer show drupal/bootstrap_barrio
    name     : drupal/bootstrap_barrio
    descrip. : Bootstrap 5 base theme.
    keywords :
    versions : * 5.5.17
    type     : drupal-theme
    license  : GNU General Public License v2.0 or later (GPL-2.0-or-later) (OSI approved) https://spdx.org/licenses/GPL-2.0-or-later.html#licenseText
    homepage : https://www.drupal.org/project/bootstrap_barrio
    source   : [git] https://git.drupalcode.org/project/bootstrap_barrio.git 5.5.17
    dist     : [zip] https://ftp.drupal.org/files/projects/bootstrap_barrio-5.5.17.zip 5.5.17
    path     : /var/www/html/drupal/web/themes/contrib/bootstrap_barrio
    names    : drupal/bootstrap_barrio
    
    support
    source : https://git.drupalcode.org/project/bootstrap_barrio
    
    requires
    drupal/core ^10.3 || ^11.0
    twbs/bootstrap ^5.0.0
    $ tail -n 4 web/themes/contrib/bootstrap_barrio/bootstrap_barrio.info.yml
    # Information added by Drupal.org packaging script on 2023-12-03
    version: '5.5.16'
    project: 'bootstrap_barrio'
    datestamp: 1701646129
    

    Fresh clone and checkout of the 5.5.17 tag:

    $ git clone https://git.drupalcode.org/project/bootstrap_barrio.git
    Cloning into '/home/ubuntu/bootstrap_barrio'...
    remote: Enumerating objects: 3815, done.
    remote: Counting objects: 100% (988/988), done.
    remote: Compressing objects: 100% (408/408), done.
    remote: Total 3815 (delta 613), reused 907 (delta 574), pack-reused 2827 (from 1)
    Receiving objects: 100% (3815/3815), 939.68 KiB | 20.43 MiB/s, done.
    Resolving deltas: 100% (2339/2339), done.
    $ cd bootstrap_barrio
    $ git checkout 5.5.17
    Note: switching to '5.5.17'.
    HEAD is now at 1b6aa46 Fix menu
    $ tail -n 4 bootstrap_barrio.info.yml
    # Information added by Drupal.org packaging script on 2023-12-03
    version: '5.5.16'
    project: 'bootstrap_barrio'
    datestamp: 1701646129
    
  • πŸ‡΅πŸ‡ΉPortugal jrochate

    I have this problem also.

  • πŸ‡¨πŸ‡­Switzerland michΓ¨le

    I was able to fix this issue by reinstalling the module:
    composer reinstall drupal/bootstrap_barrio

  • πŸ‡΅πŸ‡ΉPortugal jrochate

    Thanks. #5 tip solved the lagging version.

Production build 0.71.5 2024