Change logs for etcd source package in Bionic

  • etcd (3.2.17+dfsg-1ubuntu0.1) bionic-security; urgency=medium
    
      * No-change rebuild for golang-x-text
    
     -- Eduardo Barretto <email address hidden>  Mon, 16 Jan 2023 18:12:23 +0100
  • etcd (3.2.17+dfsg-1) unstable; urgency=medium
    
      * New upstream release.
      * Fix FTBFS:
         - New upstream release contains regenerated gRPC *.pb.go and *.pb.gw.po
           files (since etcd 3.2.10) which build correctly with the updated gPRC
           packages in Debian.
         - Add "export DH_GOLANG_GO_GENERATE := 1" to debian/rules
           to fix FTBFS by re-generating keys.generated.go at build time
           with the same version of codecgen as golang-github-ugorji-go-codec-dev.
           See also https://github.com/coreos/etcd/issues/8715.
         - Add "Depends: golang-github-ugorji-go-codec" to have codecgen available
           at build time.
        (Closes: #890939)
      * Depend on golang-github-coreos-bbolt-dev, replacing
        golang-github-boltdb-bolt-dev, to "address backend database size
        issue" (since etcd 3.2.10)
      * Revert incoming-outgoing-context.patch (commit 5e059fd from upstream)
        which has been backported upstream in commit d62e39d from v3.3 branch
        to v3.2 branch since etcd 3.2.10
      * Add match-ugorji-go-codec-native-time.Time-support.patch, which updates
        etcd/client/keys{,_test}.go to match the latest
        golang-github-ugorji-go-codec-dev to prevent a new "cannot use
        x.Expiration (type *time.Time) as type time.Time in argument to
        r.encDriver.EncodeTime" error, see https://github.com/ugorji/go/issues/224
        and https://github.com/ugorji/go/commit/8badb25.
      * Apply "cme fix dpkg" to debian/control,
        bumping Standards-Version to 4.1.3, setting Priority to optional,
        and adding Testsuite: autopkgtest-pkg-go, etc.
      * Add myself to the list of Uploaders
    
     -- Anthony Fok <email address hidden>  Fri, 16 Mar 2018 18:20:05 -0600
  • etcd (3.2.9+dfsg-3) unstable; urgency=medium
    
      * Team upload.
      * Exclude the sockets from the MD5 sum generation. (Closes: #855876)
      * Use Priority optional
      * Update team name
      * Use wrap-and-sort on debian files
      * Remove dh_golang and golang-any from Depends of source package
      * Use HTTPS URL for d/copyright
      * Switch to XS-Go-Import-Path in d/control
    
     -- Dr. Tobias Quathamer <email address hidden>  Mon, 20 Nov 2017 23:16:35 +0100
  • etcd (3.2.9+dfsg-2) unstable; urgency=medium
    
      * Team upload.
      * Fix package dependency typo. (Closes: #879791)
    
     -- Michael Lustfield <email address hidden>  Wed, 25 Oct 2017 17:48:26 -0500
  • etcd (3.1.8+dfsg-2) unstable; urgency=medium
    
      * Fix upgrade problem caused by client/server package split. Thanks 
        to Olafur St. Arnarsson for the patch. (Closes #863976)
    
     -- Tim Potter <email address hidden>  Mon, 05 Jun 2017 09:03:52 +1000
  • etcd (3.1.0-1) experimental; urgency=medium
    
      * New upstream release.
      * Change to use upstream source generated by dh-make-golang, and 
        remove antiquated package build system.
      * Update debian/copyright file for new major release.
      * Build-Depends:
          + golang-github-karlseguin-ccache-dev
          + golang-github-cockroachdb-cmux-dev
          + golang-github-urfave-cli-dev
          + golang-github-grpc-ecosystem-grpc-gateway-dev
          + golang-github-grpc-ecosystem-go-grpc-prometheus-dev
      * Add lsb-base as install dependency for binary package.
      * Remove bogus Build-Depends from -dev binary package.
    
     -- Tim Potter <email address hidden>  Thu, 09 Feb 2017 13:48:12 +1100