Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Releases: RedHatProductSecurity/griffon

0.6.0

13 Feb 09:11
19ccb02
Compare
Choose a tag to compare

Added

  • added --deduplicate/--no-deduplicate (enabled by default) flag on products-contain-component
    which performs additional deduplications (all deduplication steps are listed in the --help)
  • added rhel-br/rhel deduplication (GRIF-150)

Changed

  • change verbosity level 0 to return component name on service products-contain-component
  • verbosity level 0 (without -v option) now deduplicates multiple same components
    per product version

Fixed

  • fixed picking the latest NVR with natural sort instead of normal sort
  • fixed listing product streams sorted naturally
  • fixed error when using -vvvv (verbosity level 4) without
    GRIFFON_MIDDLEWARE_CLI set

Removed

  • deprecated OSIDB_API_URL environmental variable
  • deprecated CORGI_API_URL environmental variable
  • deprecated COMMUNITY_COMPONENTS_API_URL environmental variable

0.5.5

02 Feb 10:54
96c41d7
Compare
Choose a tag to compare

[0.5.5] - 2024-02-02

Changed

  • if default --search-provides finds no children then revert to --search-latest
  • pin osidb-bindings==3.6.0

v0.5.4

23 Jan 15:31
ab8bfb2
Compare
Choose a tag to compare

Fixed

  • fixed searches with middleware CLI enabled (GRIF-221)

0.5.3

22 Jan 15:21
201867d
Compare
Choose a tag to compare

[0.5.3] - 2024-01-22

Fixed

  • fixed regex escaping logic for -r and -s

0.5.2

21 Jan 19:47
08da1e8
Compare
Choose a tag to compare

[0.5.2] - 2024-01-21

Changed

  • removed --search-redhat on service products-contain-component
  • several minor output fixes

0.5.1

19 Jan 20:44
85439b1
Compare
Choose a tag to compare

[0.5.1] - 2024-01-19

Changed

  • --filter-rh-naming enabled by default (GRIF-121)
  • --include-root-containers filters on the query (not the output)

Added

  • --filter-rh-naming default value can be set via .griffonrc
    in default section(GRIG-121)

0.5.0

18 Jan 12:25
d4248f4
Compare
Choose a tag to compare

[0.5.0] - 2024-01-18

Changed

  • refactor output format of service products-contain-component (GRIF-209)
  • container roots are excluded by default (need to use --include-container-roots)
  • when using -r highlight matched term

Added

  • --include-container_roots in service products-contain-component
  • --exclude-unreleased in service products-contain-component

0.4.2

14 Jan 09:21
e988ecf
Compare
Choose a tag to compare

[0.4.2] - 2024-01-14

Added

  • GRIFFON_VERIFY_SSL environment variable

0.4.1

12 Jan 14:07
67be350
Compare
Choose a tag to compare

[0.4.1] - 2024-01-12

Fixed

  • fixed wrong progress bar usage accross several commands
  • fixed error in raw json transform for single entities

v0.4.0

22 Dec 11:06
c33c908
Compare
Choose a tag to compare

Changed

  • existing --search-upstreams changed to --search-all-upstreams in
    service products-contain-component
  • OSIDB_API_URL environment variable changed to OSIDB_SERVER_URL
  • CORGI_API_URL environment variable changed to CORGI_SERVER_URL
  • COMMUNITY_COMPONENTS_API_URL environment variable changed to
    COMMUNITY_COMPONENTS_SERVER_URL
  • Migrated from setup.py to pyproject.toml
  • searched names regex escaped by default

Added

  • --search-provides in service products-contain-component which
    will search name of components that are provide dependencies
  • --search-upstreams in service products-contain-component which
    will search name of components that are upstream dependencies
  • example plugin introduced
  • osidb-bindings and component-registry-bindings dependency versions
    are now pinned in pyproject.toml
  • -r option for regex name search without escaping the searched string

Fixed

  • standardized progress bar accross whole Griffon which fixes
    no_progress_bar functionality
  • fixed tab autocompletion for mutually exclusive and one of
    option/argument groups
  • data obtained from middleware CLI are now correctly filtered