1. 24 Mar, 2022 2 commits
  2. 21 Feb, 2022 3 commits
    • Thomas Goirand's avatar
      * Increased python3-dogpile.cache min version to 1.1.5 and set · 5de7a1ae
      Thomas Goirand authored
          python3-pymemcache min version to 3.5.0.
      5de7a1ae
    • Thomas Goirand's avatar
      Now packaging 2.10.1 · 2ea46895
      Thomas Goirand authored
      2ea46895
    • Thomas Goirand's avatar
      Merge tag '2.10.1' into debian/yoga · 452f4201
      Thomas Goirand authored
      oslo.cache 2.10.1 release
      
      meta:version: 2.10.1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Change-Id: I8ac6fa0c2a05dc651337c9a039bedf4328266f6b
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      452f4201
  3. 11 Feb, 2022 1 commit
  4. 21 Jan, 2022 1 commit
  5. 07 Jan, 2022 2 commits
  6. 21 Dec, 2021 1 commit
  7. 13 Dec, 2021 1 commit
  8. 04 Oct, 2021 1 commit
  9. 29 Sep, 2021 1 commit
  10. 10 Sep, 2021 2 commits
  11. 23 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.8.1 · 2ff4f9a4
      Thomas Goirand authored
      2ff4f9a4
    • Thomas Goirand's avatar
      Merge tag '2.8.1' into debian/xena · 1ab94590
      Thomas Goirand authored
      oslo.cache 2.8.1 release
      
      meta:version: 2.8.1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I5ba11909a1bc08c7262042df172a13ff5b215199
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      1ab94590
  12. 16 Aug, 2021 1 commit
  13. 06 Jul, 2021 1 commit
    • Hervé Beraud's avatar
      fix typo · 04e38607
      Hervé Beraud authored
      Change-Id: I5575d729ccb061c481a039a175ea8d357084496d
      04e38607
  14. 26 May, 2021 1 commit
    • Mitya Eremeev's avatar
      Don't import module "etcd3gw" if etcd3gw backend is not used. · 40946a93
      Mitya Eremeev authored and Mitya Eremeev's avatar Mitya Eremeev committed
      If module etcd3gw is not required for used backend,
      then no need to have it installed and imported.
      Otherwise we always have ugly log error:
      Could not load 'oslo_cache.etcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw
      
      Closes-Bug: 1928318
      Change-Id: Icbe6dc3e93b4d2fec1ceb88366027294e49d7032
      40946a93
  15. 14 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · d89cc82b
      yangyawei authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: Id0c08c4fce10ac3979119a74383d0e869a853571
      d89cc82b
  16. 16 Apr, 2021 3 commits
  17. 15 Apr, 2021 2 commits
  18. 23 Mar, 2021 1 commit
  19. 18 Mar, 2021 2 commits
  20. 10 Mar, 2021 1 commit
    • Hervé Beraud's avatar
      Adding technical details about the memcache pool backend. · 6f3c6c9e
      Hervé Beraud authored
      This backend lack of documentation and technical details.
      Many people think that this the memcache pool backend is going to be HA
      and think that values are replicated.
      
      The added details try to give more details about how this backend works
      under the hood.
      
      Change-Id: If9056168aacca85ae072172ec203319af42962d8
      6f3c6c9e
  21. 07 Mar, 2021 3 commits
    • Thomas Goirand's avatar
      * Fixed (build-)depends for this release. · 6c3010d8
      Thomas Goirand authored
        * Removed versions satisfied in Bullseye.
      6c3010d8
    • Thomas Goirand's avatar
      Now packaging 2.7.0 · af6bfe20
      Thomas Goirand authored
      af6bfe20
    • Thomas Goirand's avatar
      Merge tag '2.7.0' into debian/wallaby · 4dcb0531
      Thomas Goirand authored
      oslo.cache 2.7.0 release
      
      meta:version: 2.7.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Change-Id: I712e9ad4b4b998b80ca71fe53fea1a6cbf328e3c
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      4dcb0531
  22. 09 Feb, 2021 1 commit
  23. 08 Feb, 2021 1 commit
  24. 05 Feb, 2021 2 commits
  25. 03 Feb, 2021 1 commit
  26. 01 Feb, 2021 1 commit
  27. 27 Jan, 2021 1 commit