1. 25 Mar, 2022 1 commit
  2. 12 Mar, 2022 4 commits
    • Thomas Goirand's avatar
      Add autopkgtest. · 083db459
      Thomas Goirand authored
      083db459
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 4d072ba6
      Thomas Goirand authored
      4d072ba6
    • Thomas Goirand's avatar
      Now packaging 20.0.0_rc1 · 7649feae
      Thomas Goirand authored
      7649feae
    • Thomas Goirand's avatar
      Merge tag '20.0.0_rc1' into debian/yoga · 60065a20
      Thomas Goirand authored
      neutron-vpnaas 20.0.0.0rc1 release candidate
      
      meta:version: 20.0.0.0rc1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I426285b49124c7588d03d2edae3dffb3b33cbd83
      meta:release:Code-Review+1: Rodolfo Alonso <ralonsoh@redhat.com>
      meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      60065a20
  3. 26 Jan, 2022 1 commit
  4. 13 Jan, 2022 1 commit
  5. 29 Dec, 2021 1 commit
  6. 21 Dec, 2021 1 commit
  7. 20 Dec, 2021 1 commit
  8. 02 Dec, 2021 1 commit
  9. 06 Oct, 2021 1 commit
  10. 30 Sep, 2021 2 commits
    • elajkat's avatar
      req: Bump some requirements · 64cedb7d
      elajkat authored
      oslo.context to 2.22.0
      oslo.policy to 3.7.0
      Mako to 1.0.7
      oslo.config to 6.0.0
      eventlet to 0.22.1
      SQLAlchemy to 1.3.0
      requests to 2.18.0
      rfc3986 to 1.2.0
      idna down to 2.5 (requests 2.18.0 depends on idna<2.6 and >=2.5)
      
      Change-Id: Iff72bfcc386b1219802d7842dfa394711fa8ae5f
      64cedb7d
    • Thomas Goirand's avatar
      Uploading to unstable. · 09eda327
      Thomas Goirand authored
      09eda327
  11. 20 Sep, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 19.0.0_rc1 · 76a6d8ed
      Thomas Goirand authored
      76a6d8ed
    • Thomas Goirand's avatar
      Merge tag '19.0.0_rc1' into debian/xena · ea7b269a
      Thomas Goirand authored
      neutron-vpnaas 19.0.0.0rc1 release candidate
      
      meta:version: 19.0.0.0rc1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: Icbfc237d0c430cbdf65a4bb59484f5bde9c690ea
      meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+1: Dongcan Ye <yedongcan@yeah.net>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      ea7b269a
  12. 17 Sep, 2021 2 commits
  13. 16 Aug, 2021 1 commit
  14. 06 Aug, 2021 1 commit
  15. 08 Jul, 2021 1 commit
  16. 17 Jun, 2021 1 commit
  17. 15 Apr, 2021 1 commit
  18. 31 Mar, 2021 1 commit
  19. 28 Mar, 2021 1 commit
  20. 26 Mar, 2021 1 commit
    • Patryk Jakuszew's avatar
      Add ipsec.secrets reload function to strongSwan driver · 22970988
      Patryk Jakuszew authored
      Currently, strongSwan driver only triggers "ipsec reload" command
      when a new IPsec Site Connection configuration is received. If that
      configuration uses a different PSK, it will not be picked up upon
      reload called by restart() function. This change introduces a separate
      reload_secrets() function which will call "ipsec rereadsecrets" before
      "ipsec reload".
      
      Closes-Bug: #1921514
      Change-Id: Ia5458bbbb38b1d645547baf56ce3bb5ee2a97781
      22970988
  21. 23 Mar, 2021 5 commits
  22. 22 Mar, 2021 2 commits
  23. 14 Jan, 2021 1 commit
  24. 06 Jan, 2021 1 commit
    • Akihiro Motoki's avatar
      Fix inconsistency in requirements · 7c8262cf
      Akihiro Motoki authored
      The latest pip resolver started to check requirements strictly
      and it detects many inconsistencies in neutron-vpnaas requirements.
      Also applies the practices discussed in the mailing list [1][2].
      
      * Drop pyflakes from requirements.txt as it is not used.
      * Move document dependencies to doc/requirements.txt [1]
        and drop them from lower-constriants.txt.
      * Bump MarkupSafe lower-constraint to 1.1.1
        to make it work with newer setuptools.
      * Bump the minimum neutron requirement to 17.0.0 (victoria release)
        as the previous min version 13.0.0.0b2 is too old.
        Wallaby and Victoria neutron are not different much, so I think
        it is no problem to use the latest released version here.
      * Dependenicy related to neutron min version bump are updated
        in requirements and lower-constraints.
        Note that eventlet 0.22.0 is used as lower-constraints as 0.21.0
        (the min requirement in neutron 17.0.0) is blocked in several libs.
      * Move linter dependencies to tox.ini and drop them from
        lower-constraints.txt (pylint, pyflakes, astroid, isort)
      * Drop psutil from neutron_vpnaas/tests/functional/requirements.txt
        as the specified version of psutil is too old and psutil is a dependency
        of neutron so we don't need to install it explicitly here.
      
      In addition, hacking version is updated as hacking 0.12.0 is not compatible
      with python 3.8. W504 and I202 are ignored as we do in the neutron repo.
      Other new flake8 violations are fixed.
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
      [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019362.html
      
      Change-Id: I47f6d39379b68c4d71fc4d85ebb06d97cb5a6ce2
      7c8262cf
  25. 18 Oct, 2020 4 commits
  26. 30 Sep, 2020 1 commit