From nobody Mon Aug 30 17:45:18 2021 X-Original-To: freebsd-cloud@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 93961179C041 for ; Mon, 30 Aug 2021 17:45:30 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GyyQf3hqNz4RsG for ; Mon, 30 Aug 2021 17:45:30 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-vs1-f49.google.com (mail-vs1-f49.google.com [209.85.217.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 62B602450 for ; Mon, 30 Aug 2021 17:45:30 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-vs1-f49.google.com with SMTP id b5so11186104vsq.2 for ; Mon, 30 Aug 2021 10:45:30 -0700 (PDT) X-Gm-Message-State: AOAM532GpyKfted+Y4cqf7nOUc6QTQs21pXNxfj0Vh1+MrUXh8/9ej07 1hbQ12EpWmP/kW4Sdn14IaURfqq8WcttJ0Y7lYo= X-Google-Smtp-Source: ABdhPJzT0vzvqS4SkdmO38oy2B7JvYcxGIaQGuLrv2ATWHYKAd47KKm+4Liaxh3tUzkXt0GwTZvO25zU70hqMYCPggQ= X-Received: by 2002:a67:ef51:: with SMTP id k17mr8501067vsr.2.1630345530047; Mon, 30 Aug 2021 10:45:30 -0700 (PDT) List-Id: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) List-Archive: https://lists.freebsd.org/archives/freebsd-cloud List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-cloud@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Li-Wen Hsu Date: Tue, 31 Aug 2021 01:45:18 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: sysutils/azure-agent has been updated to 2.2.54.2 To: tech-lists Cc: "freebsd-cloud@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-ThisMailContainsUnwantedMimeParts: N On Tue, Aug 31, 2021 at 12:43 AM tech-lists wrote: > > Hello, > > On Sun, May 23, 2021 at 09:49:49PM +0800, Li-Wen Hsu wrote: > >sysutils/azure-agent has been updated to 2.2.54.2, along with several fixes: > > > >https://cgit.freebsd.org/ports/commit/?id=b185a2b866b8642e2500dd691267694ac388875b > > > >Please help test if you're using FreeBSD on Azure. > > > >I will include this in the (belated) 13.0 Azure marketplace image, > >sorry that it was delayed because of several technical and > >non-technical issues. > > Is it safe to upgrade from 12.2-p9 to 13.0-p4 via freebsd-upgrade, on an azure instance? I haven't tested this, but I believe this should be safe, I use buildworld and buildkernel to upgrade the image builder VM from 12.2 to 13.0, no code is modified. The builder is running 13.0-p4 now. BTW, some updates for the official 13.0 image: I'm trying to provide support for the gen2 VM with 13.0, but certain gen2 VM sizes have a boot issue so I may directly go with the gen1 VM for now, then continue the debugging of the gen2 VM. Best, Li-Wen