File: changelog

package info (click to toggle)
vip-manager 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: sh: 310; makefile: 71
file content (88 lines) | stat: -rw-r--r-- 3,542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
vip-manager (1.0.1-4) unstable; urgency=medium

  * debian/patches/service_file.patch: Fix command-line arguments to use two
    dashes for long options, instead of one and update options to their 1.0
    names. (Closes: #990119).

 -- Michael Banck <michael.banck@credativ.de>  Sun, 18 Jul 2021 18:52:20 +0200

vip-manager (1.0.1-3) unstable; urgency=medium

  * debian/tests/test: New wrapper script around the upstream test script in
    order to set ETCD_UNSUPPORTED_ARCH on older distributions.
  * debian/tests/control: Switch to wrapper script.

 -- Michael Banck <michael.banck@credativ.de>  Thu, 15 Apr 2021 18:56:03 +0200

vip-manager (1.0.1-2) unstable; urgency=medium

  * debian/patches/behaviour_test.patch: New patch, fixes behaviour_test.sh up
    so that it can be run as autopkgtest.
  * debian/tests/control: New file, added autopktests.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 14 Apr 2021 19:17:00 +0200

vip-manager (1.0.1-1) unstable; urgency=medium

  * New upstream release. New features include:
   + Add TLS support for etcd connections
   + Enable TLS configuration from cli flags and from yaml file
   + Improved gratuitous arp request and reply sending
   + Unified config handling - flags, YAML file, environment variables
   + Add verbose logging to Hetzner manager code

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Add missing ${misc:Built-Using} to Built-Using on vip-manager.
  * Update standards version to 4.5.0, no changes needed.

  [ Michael Banck ]
  * debian/copyright (Files-Excluded): Removed, no longer needed.
  * debian/control (Build-Depends): Added golang-github-mdlayher-arp-dev.
  * debian/patches/disable_windows_build.patch: New patch, skips
    Windows-specific code.
  * debian/rules (DH_GOLANG_EXCLUDES): New variable, skips the Windows-specific
    iphlpapi directory.
  * debian/patches/service_file.patch: Updated.
  * debian/vip.in: Updated.
  * debian/vip-manager@.service: Remove command-line arguments from ExecStart
    directive.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 13 Jan 2021 20:37:40 +0100

vip-manager (0.6+ds-3) unstable; urgency=medium

  * debian/vip-manager@.service: Fix quoting.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 15 Nov 2019 12:06:53 +0100

vip-manager (0.6+ds-2) unstable; urgency=medium

  * debian/README.Debian, debian/design.md: Removed.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 13 Nov 2019 14:07:15 +0100

vip-manager (0.6+ds-1) unstable; urgency=medium

  * New upstream release.
  * debian/control (Build-Depends): Added golang-github-json-iterator-go-dev,
    golang-github-modern-go-concurrent-dev, golang-github-modern-go-reflect2-dev
    and golang-gopkg-yaml.v2-dev. Removed golang-github-ugorji-go-msgpack-dev.
  * debian/copyright (Files-Excluded): Added vendor/gopkg.in,
    vendor/github.com/json-iterator and vendor/github.com/modern-go. Removed
    vendor/github.com/ugorji.
  * debian/watch: Fix filenamemangle from patroni to vip-manager. Add
    dversionmangle and repacksuffix options for +ds upstream version repack
    suffix support.
  * debian/patches/service_file.patch: Updated.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 16 Oct 2019 09:00:40 +0200

vip-manager (0.4+git20180605-1) unstable; urgency=medium

  * Initial upload.

 -- Michael Banck <michael.banck@credativ.de>  Thu, 18 Jul 2019 16:24:57 -0300