1. 16 Aug, 2021 1 commit
  2. 23 Jul, 2021 4 commits
  3. 22 Jul, 2021 1 commit
  4. 12 Mar, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.2.0 · 036e4fee
      Thomas Goirand authored
      036e4fee
    • Thomas Goirand's avatar
      Merge tag '2.2.0' into debian/wallaby · d2fb15a8
      Thomas Goirand authored
      ceilometermiddleware 2.2.0 release
      
      meta:version: 2.2.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Thierry Carrez <thierry@openstack.org>
      meta:release:Commit: Thierry Carrez <thierry@openstack.org>
      meta:release:Change-Id: Ib0a1fd078ed84eb88ca42602f6c2c0880cf64f6e
      meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com>
      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>
      d2fb15a8
  5. 14 Oct, 2020 2 commits
  6. 10 Sep, 2020 2 commits
  7. 07 Sep, 2020 5 commits
    • Thomas Goirand's avatar
      debhelper-compat = 11. · 7d784cf9
      Thomas Goirand authored
      7d784cf9
    • Thomas Goirand's avatar
      Standards-Version: 4.5.0 · e44c4d65
      Thomas Goirand authored
      e44c4d65
    • Thomas Goirand's avatar
      debhelper-compat = 12. · 059fa36b
      Thomas Goirand authored
      059fa36b
    • Thomas Goirand's avatar
      Now packaging 2.1.0. · 28b37d8c
      Thomas Goirand authored
      28b37d8c
    • Thomas Goirand's avatar
      Merge tag '2.1.0' into debian/victoria · c922baec
      Thomas Goirand authored
      ceilometermiddleware 2.1.0 release
      
      meta:version: 2.1.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: Ia3b90b72bab23703047acc81c47bef5e8a3391cc
      meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      c922baec
  8. 02 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · b3613ff7
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Disable openstackdocs_auto_name to use 'project' variable as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I7966fa4281dde7e6340d632333ea8f8b84128bde
      b3613ff7
  9. 13 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Further Cleanup py27 support · d6b4ed4c
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove obsolete sections from setup.cfg
      - Use newer openstackdocstheme,reno and Sphinx versions
      - Remove install_command from tox.ini, the default is fine
      - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
      - Update hacking to 3.0.1, fix warnings found
      - Remove babel.cfg, it's not needed anymore
      
      Change-Id: I60edb7e44e4a8222f564f30157eb31288b85b422
      d6b4ed4c
  10. 08 May, 2020 1 commit
  11. 26 Apr, 2020 1 commit
  12. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · a29dc0ab
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I0bad7c33e0692d3e1e0d59e48afe43f96e903f59
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      a29dc0ab
    • Sean McGinnis's avatar
      Add py38 package metadata · 247deff3
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I2924b0406a317523e94cb1efdc24cb96b1cba0ee
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      247deff3
  13. 18 Apr, 2020 1 commit
  14. 11 Apr, 2020 2 commits
  15. 08 Apr, 2020 1 commit
  16. 07 Apr, 2020 1 commit
    • zhurong's avatar
      Cleanup py27 support · c6b90ec5
      zhurong authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymore
      
      Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
      c6b90ec5
  17. 06 Apr, 2020 3 commits
    • Thomas Goirand's avatar
      Removed oslosphinx build-depends. · 01ab48d5
      Thomas Goirand authored
      01ab48d5
    • Thomas Goirand's avatar
      Now packaging 2.0.0. · 405095aa
      Thomas Goirand authored
      405095aa
    • Thomas Goirand's avatar
      Merge tag '2.0.0' into debian/ussuri · 9d614460
      Thomas Goirand authored
      ceilometermiddleware 2.0.0 release
      
      meta:version: 2.0.0
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: Ib64198b265519397a51b3403aef384cf4816a898
      meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      9d614460
  18. 06 Dec, 2019 1 commit
  19. 07 Nov, 2019 1 commit
  20. 02 Nov, 2019 1 commit
    • Andreas Jaeger's avatar
      Replace lib-forward-testing-plugin · e0c8d972
      Andreas Jaeger authored
      This repo is the only user of lib-forward-testing-plugin template,
      replace it with a native integration job that installs all repos from
      source and runs ceilometer - as the only job in
      lib-forward-testing-plugin does.
      
      Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34
      e0c8d972
  21. 30 Oct, 2019 1 commit
  22. 25 Oct, 2019 1 commit
  23. 22 Oct, 2019 1 commit
  24. 24 Sep, 2019 1 commit
    • Thomas Bechtold's avatar
      Drop oslosphinx and use openstackdocstheme · e379747c
      Thomas Bechtold authored
      OpenStack moved to openstackdocstheme so use it here instead of
      oslosphinx.
      Also update the used Sphinx version. This is now in sync with the
      versions from requirements/global-requirements.txt .
      
      Change-Id: I0ffbea9b83abe9d9ae3886e7a427fc01637b36ea
      e379747c
  25. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · ce77eba4
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Idb3ee39f878ecf60eed10cb53efa61be57a046a7
      Sem-Ver: feature
      ce77eba4
  26. 17 Sep, 2019 1 commit