Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.15.0
    4915bda7 · Update version to 0.15.0 ·
    bst-external 0.15.0
    
    o oci: Layers are now built in a consistent order
    o flatpak_repo: Improved cache key calculation
    o git_tag: Fetch with shallow clones if possible
  • 0.14.0
    003f1f1e · Bump version to 0.14.0 ·
    bst-external 0.14.0
    
    o git_tag: Fix searching for the latest commit not actually getting the latest
               one.
    o oci: Added a new plugin that can generate OCI and Docker images.
  • 0.13.0
    6121d190 · Bump version to 0.13 ·
    bst-external 0.13.0
    
    o git_tag: Cope with race conditions when cloning repeatedly to the same directory
    o x86image: The final image is now generated inside the destination directory,
                improving performance when the install root is on a different device.
    o flatpak_repo: The ostree repo mode can be specified in the configuration.
  • 0.12.0
    88e6516c · Bump version to 0.12.0 ·
    bst-external 0.12.0
    
    o collect_manifest.py: Uses its own of getting dependencies instead of relying on private APIs.
    o git_tag.py: Fixed the config field "track-extra" not being supported
  • 0.11.0
    fd33bbb4 · Bump version to 0.11.0 ·
    bst-external 0.11.0
    
    o git_tag: Allow pattern matching of tags and tracking multiple branches.
    o git_tag: Don't download unused submodules
  • 0.10.0
    bst-external 0.10.0
    
      o Add quilt source plugin for applying patch series.
  • 0.9.0
    63a19e80 · Update version to 0.9.0 ·
    bst-external 0.9.0
    
    o add the ability to generate manifest files using the collect_manifest plugin.
  • 0.8.0
    762ea216 · Update version to 0.8.0 ·
    bst-external 0.8.0
    
    o flatpak_image plugin now automatically moves all files in /etc into
      /files/etc
    o git_tag: Fixed tracking not picking up new changes if the ref is already
      set
    o Add flatpak_repo element plugin for creating a flatpak repository from
      flatpak_image elements.
  • 0.7.1
    4004fabc · Update version to 0.7.1 ·
    bst-external 0.7.1
    
    o Fix git_tag plugin not updating tags if the source fetches from multiple
      repositories
  • 0.7.0
    57384376 · Update version to 0.7.0 ·
    bst-external 0.7.0
    
      o Add tar_element plugin for creating tarballs
      o Make git_tag plugin resilient to changes in buildstream's built-in git plugin.
  • 0.6.2
    13da0378 · Update version to 0.6.2 ·
    bst-external 0.6.2
    
      o Add support for non-annotated tags in git_tag.
      o Make git_tag plugin fall back to normal behaviour if no tags are found.
  • 0.6.1
    1bf42a4a · Update version to 0.6.1 ·
    bst-external 0.6.1
    
      o Add entrypoint for git_tag plugin
  • 0.6
    f4c62bdc · Update version to 0.6.0 ·
    bst-external 0.6
    
    o New git-tag plugin: An extension to the BuildStream git plugin
      which allows automatic tracking of the latest tag in a branch.
    o fastboot_bootimg Element - Uses artifacts generated by buildstream to produce an
      image that can be flashed to the boot partition using fastboot.
    o fastboot_ext4 Element - Uses artifacts generated by buildstream to produce an
      ext4sparse image that can be flashed to userdata partitions or others using fastboot.
  • 0.5.1
    bst-external 0.5.1
    
      o collect-integration: Fix the collect-integration plugin not being loadable
        via pip
  • 0.5
    ab9b37b5 · Increment version to 0.5 ·
    bst-external 0.5
    
      o flatpak-image: Preserve case-sensitivity of flatpak metadata.
  • 0.4
    f5bb2ac9 · Update version to 0.4 ·
    bst-external 0.4
    
      o Introducing James Ennis as co-maintainer
      o dpkg-build: The debian/rules file no longer has to be made executable
      o Installation no longer erroneously installs the tests
      o README.md includes documentation for how to use and install it
      o The test suite can now be run in versions of buildstream that forbid paths
        leading outside the project.
      o The Collect Integration Element has been imported from the freedesktop-sdk
        project. This plugin collects the integration commands of all its
        dependencies into a single shell script.
  • 0.3.1
    1622d57d · Update NEWS ·
    bst-external 0.3.1
    
      o Updated the version in setup.py for the latest version, and updated the
        release process so this is less likely to happen again.
  • 0.3
    31376f75 · Add NEWS items for 0.3 ·
    bst-external 0.3
    
      o The FlatPak Image Element now creates directories for each extension
        defined in the metadata when built.
  • 0.2
      o `url` key of `docker` source plugin is now deprecated. `registry-url`
        and `image` keys should be used instead. Users of the plugin should
        either:
        - update their element definitions (recommended), or
        - continue using an older version of bst-external.
  • 0.1
    First release of bst-external. API is not considered stable yet.
    
    Plugins added in this release:
    
      o Docker Source - Pulls Docker images from Docker registries.
      o DPKG Build Element - Builds elements using Debian sources.
      o DPKG Deploy Element - Uses artifacts generated by buildstream to produce
        Debian packages.
      o FlatPak Image Element - Uses artifacts generated by buildstream to produce
        FlatPak images.
      o Quilt Source - Runs Quilt on top of previously-staged sources.
      o X86Image Element - Uses artifacts generated by buildstream to produce a
        disk image.