From owner-svn-ports-all@freebsd.org Thu Nov 12 14:49:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 213F72EBFFE; Thu, 12 Nov 2020 14:49:33 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from gmailer.gwdg.de (gmailer.gwdg.de [134.76.11.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CX4Hx0Lgnz3tdQ; Thu, 12 Nov 2020 14:49:32 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1kdDul-000860-Rd; Thu, 12 Nov 2020 15:49:31 +0100 Received: from pc028.nfv.nw-fva.de (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2044.4; Thu, 12 Nov 2020 15:49:31 +0100 Subject: Re: svn commit: r554855 - head/net-mgmt/pushgateway To: Mateusz Piotrowski <0mp@FreeBSD.org>, , , CC: <0xdutra@gmail.com>, References: <202011102004.0AAK4fHl090249@repo.freebsd.org> <4510b739-13d0-d8c2-0458-e1770309972e@FreeBSD.org> <69413cae-fb70-2654-68e8-350aceaf1e14@gwdg.de> <76b0867a-0b43-8baf-d29e-f05684f4ad94@FreeBSD.org> Reply-To: "Hurling, Rainer" From: Rainer Hurling Message-ID: <8550feff-927b-fe29-ac60-df2a4c659bb7@gwdg.de> Date: Thu, 12 Nov 2020 15:49:31 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3 MIME-Version: 1.0 In-Reply-To: <76b0867a-0b43-8baf-d29e-f05684f4ad94@FreeBSD.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-18.um.gwdg.de (134.76.9.229) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4CX4Hx0Lgnz3tdQ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 14:49:33 -0000 Am 12.11.20 um 15:25 schrieb Mateusz Piotrowski: > On 11/12/20 2:58 PM, Rainer Hurling wrote: >> Am 11.11.20 um 11:58 schrieb Mateusz Piotrowski: >>> On 11/10/20 9:04 PM, Rainer Hurling wrote: >>>> Author: rhurlin >>>> Date: Tue Nov 10 20:04:41 2020 >>>> New Revision: 554855 >>>> URL: https://svnweb.freebsd.org/changeset/ports/554855 >>>> >>>> Log: >>>>    net-mgmt/pushgateway: Update to 0.10.0 >>>>    This release changes the storage format. v0.10 can read the >>>> storage format >>>>    of v0.5–v0.9. It will then persist the new format so that a >>>> downgrade >>>>    won't be possible anymore[1]. >>>>    [1] https://github.com/prometheus/pushgateway/releases/tag/v0.10.0 >>>>    For this port 0.10.0, it is intended to replace it with a version >>>> >= 1.3.x >>>>    from about four weeks on. So there will be four weeks for the >>>> migration. >>> I am not sure but it sounds like it might be a good idea to mention >>> it in UPDATING. >> >> Thanks for the hint. I talked about it with Gleb Popov, one of my >> mentors. He argued in your way (thank you, Gleb). >> >> UPDATING usually contains important information about port updates. >> And a downgrade from net-mgmt/pushgateway after an update from 0.10.0 >> to > 1.0.0 is not useful. So an entry in UPDATING can help users to >> migrate in time. >> >> I will prepare a patch for an entry in UPDATING :) > > Cool! > > Also, remember about the quarterly branches. I am not sure but maybe it > could happen that quarterly users are going to miss the migration window. Thanks for the reminder. We will try to take care ;) I just opened a review for UPDATING: https://reviews.freebsd.org/D27192 > > Best, > > Mateusz >