coreos / fedora-coreos-tracker

Issue tracker for Fedora CoreOS
https://fedoraproject.org/coreos/
263 stars 60 forks source link

tracker: Fedora 33 rebase work #609

Closed dustymabe closed 3 years ago

dustymabe commented 4 years ago

Description

The tentative schedule for F33 is:

# https://fedoraproject.org/wiki/Releases/33/Schedule                 
2020-08-11  Branch Fedora 33 from Rawhide (Rawhide becomes future F34)
2020-08-11  Post-branch Freeze                                        
2020-08-14  Post-branch Un-Freeze                                     
2020-08-25  Bodhi activation point Beta Freeze (*)                    
2020-09-15  Beta Release Target date                                  
2020-10-06  Final Freeze (*)                                          
2020-10-20  Fedora 33 Final Release (GA) Target date

Currently the changes to Fedora are enumerated and linked from https://fedoraproject.org/wiki/Releases/33/ChangeSet. We should evaluate that change set to see if there is anything we need to do regarding those changes.

The following section will be updated/edited during investigation:


Noteworthy Fedora Changes from FCOS context

Changes we are considering making to FCOS

Other work F33 unblocks us on

Other noteworthy changes Fedora 33 brings in

jdoss commented 4 years ago

Per the meeting today, I tracked down the two duplicate systemd-resolved issues https://github.com/systemd/systemd/issues/16531 and https://github.com/systemd/systemd/issues/9397 that I personally ran into when trying to setup DNS over TLS on Fedora Workstation. They seem to be fixed in systemd v246 which is currently in F33.

I think we are good on including systemd-resolved unless others have any other things that might be a blocker.

jlebon commented 4 years ago

FYI, the rpmdb migration to sqlite will likely affect FCOS users with layered packages: https://bugzilla.redhat.com/show_bug.cgi?id=1876194#c3

One thing we could do to ease this is to:

  1. stick with BDB in the first f33 FCOS release (according to https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb#Release_Notes, that's just echo %_db_backend bdb > /etc/rpm/macros.db)
  2. make that release a barrier
  3. unstick BDB
cgwalters commented 4 years ago

stick with BDB in the first f33 FCOS release (according to https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb#Release_Notes, that's just echo %_db_backend bdb > /etc/rpm/macros.db)

Hmm yes though I think we should make this a treefile option, something like: rpmdb: bdb|sqlite.

cgwalters commented 4 years ago

https://github.com/coreos/rpm-ostree/pull/2221

jlebon commented 4 years ago

Cross-linking: https://github.com/fedora-silverblue/issue-tracker/issues/73

dustymabe commented 4 years ago

Cross-linking: fedora-silverblue/issue-tracker#73

Luckily I did some digging and found a bug (that was already closed so it wasn't showing up in my initial search) for this that already has an update out to fix the problem: https://bugzilla.redhat.com/show_bug.cgi?id=1868215

dustymabe commented 4 years ago

FYI, the rpmdb migration to sqlite will likely affect FCOS users with layered packages: https://bugzilla.redhat.com/show_bug.cgi?id=1876194#c3

One thing we could do to ease this is to:

  1. stick with BDB in the first f33 FCOS release (according to https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb#Release_Notes, that's just echo %_db_backend bdb > /etc/rpm/macros.db)
  2. make that release a barrier
  3. unstick BDB

We discussed this at the community meeting on Wednesday.

  * AGREED: we'll keep bdb for the rpm database for at least the first
    release of Fedora 33 and then make the transition with a barrier in
    the fedora 33 timeframe  (dustymabe, 16:53:20)

@jlebon opened a ticket to track some of the work and the eventual migration: https://github.com/coreos/fedora-coreos-tracker/issues/623

dustymabe commented 4 years ago

Executing the steps to move to a new major Fedora version.

Updating this repo:                                                                                                                                                                                                                          

1. bump `releasever` in `manifest.yaml`                                                                                                                                                                                                      
2. update the repos in `manifest.yaml` if needed                                                                                                                                                                                             
3. run `cosa fetch --update-lockfile`                                                                                                                                                                                                        
4. PR the result                                                                                                                                                                                                                             

Update server changes:                                                                                                                                                                                                                       

1. Set a new update barrier for N-2 on all streams.                                                                                                                                                                                          
   See [discussion](https://github.com/coreos/fedora-coreos-tracker/issues/480#issuecomment-631724629).                                                                                                                                      

CoreOS Installer changes:                                                                                                                                                                                                                    

1. Update CoreOS Installer to know about the signing key used for the                                                                                                                                                                        
   future new major version of Fedora (N+1). Note that the signing                                                                                                                                                                           
   keys for N+1 won't get created until releng branches and rawhide                                                                                                                                                                          
   becomes N+1.                                                                                                                                                                                                                              

Release engineering changes:                                                                                                                                                                                                                 

1. verify that the `f${releasever}-coreos-signing-pending` Koji tag has                                                                                                                                                                      
   been created (this should have already been done by releng scripts on                                                                                                                                                                     
   branching)                                                                                                                                                                                                                                
2. `koji untag` N-2 packages from the pool (at some point we'll have GC                                                                                                                                                                      
   in place to do this for us, but for now we must remember to do this                                                                                                                                                                       
   manually or otherwise distRepo will fail once the signed packages are                                                                                                                                                                     
   GC'ed). For example:                                                                                                                                                                                                                      
    - `koji list-tagged coreos-pool --quiet | grep fc30 | cut -f1 -d' ' | sort | uniq`                                                                                                                                                       
    - Sanity-check the output, then pipe it to `xargs koji untag-build coreos-pool`       
dustymabe commented 4 years ago
Updating this repo:

1. bump `releasever` in `manifest.yaml`
2. update the repos in `manifest.yaml` if needed
3. run `cosa fetch --update-lockfile`
4. PR the result

This is done over in:

dustymabe commented 4 years ago
Update server changes:                                                                                  

1. Set a new update barrier for N-2 on all streams.                                                     
   See [discussion](https://github.com/coreos/fedora-coreos-tracker/issues/480#issuecomment-631724629). 

PR in:

dustymabe commented 4 years ago
CoreOS Installer changes:                                            

1. Update CoreOS Installer to know about the signing key used for the
   future new major version of Fedora (N+1). Note that the signing   
   keys for N+1 won't get created until releng branches and rawhide  
   becomes N+1.                                                      

PR in:

dustymabe commented 4 years ago
Release engineering changes:                                            

1. verify that the `f${releasever}-coreos-signing-pending` Koji tag has 
   been created (this should have already been done by releng scripts on
   branching)                                                           

Confirmed that those branches exist:

$ koji list-tags | grep coreos | grep 33
f33-coreos-continuous
f33-coreos-signing-pending
dustymabe commented 4 years ago
Release engineering changes:

2. `koji untag` N-2 packages from the pool (at some point we'll have GC               
   in place to do this for us, but for now we must remember to do this                
   manually or otherwise distRepo will fail once the signed packages are              
   GC'ed). For example:                                                               
    - `koji list-tagged coreos-pool --quiet | grep fc30 | cut -f1 -d' ' | sort | uniq`
    - Sanity-check the output, then pipe it to `xargs koji untag-build coreos-pool`   

Requesting permission to untag these packages from the pool:

``` $ koji list-tagged coreos-pool --quiet | grep fc31 | cut -f1 -d' ' | sort | uniq NetworkManager-1.20.10-1.fc31 NetworkManager-1.20.6-1.fc31 NetworkManager-1.20.8-1.fc31 acl-2.2.53-4.fc31 adcli-0.8.2-7.fc31 argon2-20171227-3.fc31 attr-2.4.48-7.fc31 audit-3.0-0.12.20190507gitf58ec40.fc31 audit-3.0-0.15.20191104git1c2f876.fc31 avahi-0.7-20.fc31 basesystem-11-8.fc31 bash-5.0.11-1.fc31 bash-5.0.7-3.fc31 bash-completion-2.8-7.fc31 bc-1.07.1-9.fc31 bind-9.11.13-2.fc31 bind-9.11.13-3.fc31 bind-9.11.14-2.fc31 brotli-1.0.7-6.fc31 btrfs-progs-5.2.1-1.fc31 btrfs-progs-5.4-1.fc31 btrfs-progs-5.6-1.fc31 bubblewrap-0.3.3-3.fc31 bubblewrap-0.4.0-1.fc31 bubblewrap-0.4.1-1.fc31 bzip2-1.0.8-1.fc31 ca-certificates-2019.2.32-3.fc31 ca-certificates-2020.2.40-1.1.fc31 catatonit-0.1.5-2.fc31 chkconfig-1.11-5.fc31 chrony-3.5-4.fc31 cifs-utils-6.9-2.fc31 cloud-utils-0.31-3.fc31 compat-readline5-5.2-34.fc31 conmon-2.0.10-2.fc31 conmon-2.0.11-1.fc31 conmon-2.0.14-1.fc31 conmon-2.0.15-1.fc31 conmon-2.0.16-2.fc31 conmon-2.0.9-2.fc31 console-login-helper-messages-0.17-1.fc31 console-login-helper-messages-0.18.1-1.fc31 container-selinux-2.123.0-1.fc31 container-selinux-2.123.0-2.fc31 container-selinux-2.124.0-3.fc31 containerd-1.2.6-2.20190627gitd68b593.fc31 containerd-1.3.3-1.fc31 containernetworking-plugins-0.8.2-2.1.dev.git485be65.fc31 containernetworking-plugins-0.8.5-1.fc31 containernetworking-plugins-0.8.6-1.fc31 coreos-installer-0-10.git2fcf441.fc31 coreutils-8.31-10.fc31 coreutils-8.31-4.fc31 coreutils-8.31-6.fc31 coreutils-8.31-9.fc31 cpio-2.12-12.fc31 cracklib-2.9.6-21.fc31 crun-0.12-1.fc31 crun-0.12.1-1.fc31 crun-0.12.2.1-1.fc31 crun-0.13-1.fc31 crun-0.13-2.fc31 crypto-policies-20191128-2.gitcd267a5.fc31 cryptsetup-2.2.1-1.fc31 cryptsetup-2.2.2-1.fc31 cryptsetup-2.3.0-1.fc31 cups-2.2.12-2.fc31 cups-2.2.12-3.fc31 cups-2.2.12-6.fc31 cups-2.2.12-8.fc31 curl-7.66.0-1.fc31 cyrus-sasl-2.1.27-2.fc31 cyrus-sasl-2.1.27-3.fc31 dbus-1.12.16-3.fc31 dbus-broker-21-6.fc31 dbxtool-8-10.fc31 device-mapper-multipath-0.8.0-3.fc31 device-mapper-persistent-data-0.8.5-2.fc31 dhcp-4.4.1-15.fc31 dhcp-4.4.1-19.fc31 diffutils-3.7-3.fc31 ding-libs-0.6.1-43.fc31 dosfstools-4.1-9.fc31 dracut-049-27.git20181204.fc31.1 dracut-050-26.git20200316.fc31 e2fsprogs-1.45.3-1.fc31 e2fsprogs-1.45.5-1.fc31 efi-rpm-macros-4-3.fc31 efibootmgr-16-6.fc31 efivar-37-6.fc31 elfutils-0.177-1.fc31 elfutils-0.178-7.fc31 elfutils-0.179-1.fc31 elfutils-0.179-2.fc31 expat-2.2.8-1.fc31 file-5.37-3.fc31 file-5.37-8.fc31 filesystem-3.12-2.fc31 findutils-4.6.0-24.fc31 findutils-4.6.0-25.fc31 fipscheck-1.5.0-7.fc31 flatpak-1.4.3-2.fc31 flatpak-1.4.3-3.fc31 flatpak-1.4.4-2.fc31 freetype-2.10.0-3.fc31 fstrm-0.4.0-4.fc31 fstrm-0.5.0-1.fc31 fuse-2.9.9-8.fc31 fuse-overlayfs-0.7.3-2.fc31 fuse-overlayfs-0.7.5-2.fc31 fuse-overlayfs-0.7.6-2.fc31 fuse-overlayfs-0.7.8-1.fc31 fuse-overlayfs-1.0.0-1.fc31 fuse-sshfs-3.5.2-2.fc31 fuse-sshfs-3.6.0-1.fc31 fuse-sshfs-3.7.0-2.fc31 fuse-sshfs-3.7.0-3.fc31 fuse3-3.6.2-1.fc31 gawk-5.0.1-5.fc31 gcc-9.2.1-1.fc31 gcc-9.3.1-1.fc31 gcc-9.3.1-2.fc31 gdbm-1.18.1-1.fc31 gdisk-1.0.4-5.fc31 gdisk-1.0.5-1.fc31 gettext-0.20.1-2.fc31 gettext-0.20.1-3.fc31 git-2.23.0-1.fc31 git-2.24.1-1.fc31 git-2.25.1-2.fc31 git-2.25.2-1.fc31 git-2.25.3-1.fc31 git-2.25.4-1.fc31 glib2-2.62.4-1.fc31 glib2-2.62.4-2.fc31 glib2-2.62.5-1.fc31 glib2-2.62.6-1.fc31 glibc-2.30-10.fc31 glibc-2.30-11.fc31 glibc-2.30-7.fc31 glibc-2.30-8.fc31 gmp-6.1.2-10.fc31 gnupg2-2.2.17-2.fc31 gnupg2-2.2.18-2.fc31 gnupg2-2.2.20-2.fc31 gnutls-3.6.10-1.fc31 gnutls-3.6.11-1.fc31 gnutls-3.6.12-2.fc31 gnutls-3.6.13-1.fc31 gpgme-1.13.1-3.fc31 gpgme-1.13.1-7.fc31 grep-3.3-3.fc31 grub2-2.02-100.fc31 grub2-2.02-103.fc31 grub2-2.02-104.fc31 grub2-2.02-105.fc31 grub2-2.02-106.fc31 grub2-2.02-107.fc31 grub2-2.02-108.fc31 gzip-1.10-1.fc31 hostname-3.20-9.fc31 ignition-2.0.1-9.gita8f91fa.fc31 ignition-2.1.1-3.git40c0b57.fc31 ignition-2.1.1-5.git40c0b57.fc31 ignition-2.2.1-1.git2d3ff58.fc31 ignition-2.2.1-3.git2d3ff58.fc31 ignition-2.2.1-5.git2d3ff58.fc31 ignition-2.3.0-1.gitee616d5.fc31 ipcalc-0.2.5-3.fc31 ipcalc-0.3.0-1.fc31 iproute-5.3.0-1.fc31 iproute-5.4.0-1.fc31 iptables-1.8.3-5.fc31 iptables-1.8.3-6.fc31 iptables-1.8.3-7.fc31 iputils-20190515-3.fc31 iputils-20190515-5.fc31 irqbalance-1.4.0-4.fc31 iscsi-initiator-utils-6.2.0.876-10.gitf3c8e90.fc31 isns-utils-0.97-9.fc31 jansson-2.12-4.fc31 jq-1.6-3.fc31 json-c-0.13.1-11.fc31 json-c-0.13.1-12.fc31 json-c-0.13.1-6.fc31 json-c-0.13.1-7.fc31 json-c-0.13.1-8.fc31 json-glib-1.4.4-3.fc31 kbd-2.0.4-14.fc31 kernel-5.3.11-300.fc31 kernel-5.3.12-300.fc31 kernel-5.3.13-300.fc31 kernel-5.3.15-300.fc31 kernel-5.3.16-300.fc31 kernel-5.3.6-300.fc31 kernel-5.3.7-301.fc31 kernel-5.3.8-300.fc31 kernel-5.3.9-300.fc31 kernel-5.4.10-200.fc31 kernel-5.4.12-200.fc31 kernel-5.4.13-201.fc31 kernel-5.4.15-200.fc31 kernel-5.4.17-200.fc31 kernel-5.4.18-200.fc31 kernel-5.4.19-200.fc31 kernel-5.4.7-200.fc31 kernel-5.4.8-200.fc31 kernel-5.5.10-200.fc31 kernel-5.5.11-200.fc31 kernel-5.5.13-200.fc31 kernel-5.5.15-200.fc31 kernel-5.5.17-200.fc31 kernel-5.5.5-200.fc31 kernel-5.5.6-201.fc31 kernel-5.5.7-200.fc31 kernel-5.5.8-200.fc31 kernel-5.5.9-200.fc31 kernel-5.6.11-200.fc31 kernel-5.6.13-200.fc31 kernel-5.6.6-200.fc31 kernel-5.6.7-200.fc31 kernel-5.6.8-200.fc31 keyutils-1.6-3.fc31 kmod-26-4.fc31 krb5-1.17-45.fc31 krb5-1.17-46.fc31 less-551-2.fc31 libaio-0.3.111-6.fc31 libarchive-3.4.0-1.fc31 libarchive-3.4.2-1.fc31 libassuan-2.5.3-2.fc31 libcap-2.26-6.fc31 libcap-ng-0.7.10-1.fc31 libcap-ng-0.7.9-8.fc31 libcroco-0.6.13-2.fc31 libdaemon-0.14-18.fc31 libdb-5.3.28-38.fc31 libedit-3.1-28.20190324cvs.fc31 libedit-3.1-29.20191025cvs.fc31 libedit-3.1-30.20191211cvs.fc31 libevent-2.1.8-7.fc31 libffi-3.1-23.fc31 libgcrypt-1.8.5-1.fc31 libgpg-error-1.36-2.fc31 libidn2-2.2.0-2.fc31 libidn2-2.3.0-1.fc31 libkcapi-1.1.5-1.fc31 libksba-1.3.5-10.fc31 libldb-2.0.10-1.fc31 libldb-2.0.7-1.fc31 libldb-2.0.8-1.fc31 libldb-2.0.9-1.fc31 libmaxminddb-1.2.0-8.fc31 libmetalink-0.1.3-9.fc31 libmnl-1.0.4-10.fc31 libmodulemd-2.9.1-1.fc31 libmodulemd-2.9.3-1.fc31 libmodulemd1-1.8.15-3.fc31 libmodulemd1-1.8.16-1.fc31 libndp-1.7-4.fc31 libnetfilter_conntrack-1.0.7-3.fc31 libnfnetlink-1.0.1-16.fc31 libnftnl-1.1.3-2.fc31 libnl3-3.5.0-1.fc31 libnsl2-1.2.0-5.20180605git4a062cf.fc31 libpcap-1.9.0-4.fc31 libpcap-1.9.1-1.fc31 libpcap-1.9.1-2.fc31 libpng-1.6.37-2.fc31 libpsl-0.21.0-2.fc31 libpwquality-1.4.1-1.fc31 libpwquality-1.4.2-1.fc31 librepo-1.10.5-1.fc31 librepo-1.11.0-1.fc31 librepo-1.11.1-1.fc31 librepo-1.11.3-1.fc31 libreport-2.10.1-2.fc31 libreport-2.11.3-1.fc31 libreport-2.12.0-1.fc31 libseccomp-2.4.1-1.fc31 libseccomp-2.4.2-1.fc31 libseccomp-2.4.2-2.fc31 libselinux-2.9-5.fc31 libsemanage-2.9-3.fc31 libsepol-2.9-2.fc31 libsigsegv-2.11-8.fc31 libslirp-4.1.0-1.fc31 libslirp-4.1.0-2.fc31 libsolv-0.7.10-1.fc31 libsolv-0.7.11-1.fc31 libsolv-0.7.12-1.fc31 libsolv-0.7.8-1.fc31 libssh-0.9.0-6.fc31 libssh-0.9.2-1.fc31 libssh-0.9.3-1.fc31 libssh-0.9.4-2.fc31 libtalloc-2.3.0-1.fc31 libtasn1-4.14-2.fc31 libtdb-1.4.2-1.fc31 libteam-1.29-2.fc31 libtevent-0.10.1-1.fc31 libtirpc-1.1.4-2.rc3.fc31 libtirpc-1.2.5-0.fc31 libtirpc-1.2.5-1.rc2.fc31 libtirpc-1.2.6-0.fc31 libunistring-0.9.10-6.fc31 libusbx-1.0.22-4.fc31 libuser-0.62-21.fc31 libutempter-1.1.6-17.fc31 libvarlink-18-2.fc31 libverto-0.3.0-8.fc31 libxcrypt-4.4.12-1.fc31 libxcrypt-4.4.14-1.fc31 libxcrypt-4.4.15-1.fc31 libxcrypt-4.4.16-1.fc31 libxcrypt-4.4.16-3.fc31 libxml2-2.9.10-1.fc31 libxml2-2.9.10-2.fc31 libxml2-2.9.10-3.fc31 libyaml-0.2.2-2.fc31 linux-atm-2.5.1-25.fc31 linux-firmware-20190923-102.fc31 linux-firmware-20191022-103.fc31 linux-firmware-20200122-105.fc31 linux-firmware-20200316-106.fc31 linux-firmware-20200421-107.fc31 lmdb-0.9.23-3.fc31 lmdb-0.9.24-1.fc31 logrotate-3.15.1-1.fc31 lsof-4.93.2-2.fc31 lua-5.3.5-6.fc31 lvm2-2.03.05-2.fc31 lvm2-2.03.06-1.fc31 lvm2-2.03.09-1.fc31 lz4-1.9.1-1.fc31 lzo-2.08-16.fc31 mdadm-4.1-1.fc31 mdadm-4.1-4.fc31 mdadm-4.1-rc2.0.5.fc31.1 microcode_ctl-2.1-32.fc31 microcode_ctl-2.1-33.fc31 microcode_ctl-2.1-34.fc31 microcode_ctl-2.1-36.fc31 moby-engine-18.09.8-2.ce.git0dd43dd.fc31 moby-engine-19.03.8-1.ce.gitafacb8b.fc31 mokutil-0.3.0-14.fc31 mozjs60-60.9.0-3.fc31 mozjs60-60.9.0-5.fc31 mpfr-3.1.6-5.fc31 ncurses-6.1-12.20190803.fc31 net-tools-2.0-0.55.20160912git.fc31 nettle-3.5.1-3.fc31 newt-0.52.21-2.fc31 nfs-utils-2.4.1-2.rc1.fc31 nfs-utils-2.4.2-3.rc3.fc31 nfs-utils-2.4.3-0.fc31 nftables-0.9.1-3.fc31 nghttp2-1.39.2-2.fc31 nmap-7.80-2.fc31 npth-1.6-3.fc31 nss-altfiles-2.18.1-15.fc31 numactl-2.0.12-3.fc31 oniguruma-6.9.3-1.fc31 oniguruma-6.9.4-0.1.rc1.fc31 oniguruma-6.9.4-1.fc31 openldap-2.4.47-3.fc31 openssh-8.0p1-8.fc31.1 openssh-8.1p1-1.fc31 openssl-1.1.1d-2.fc31 openssl-1.1.1g-1.fc31 os-prober-1.77-3.fc31 ostree-2019.4-3.fc31 ostree-2019.5-2.fc31 ostree-2020.3-2.fc31 ostree-2020.3-3.fc31 ostree-2020.3-4.fc31 p11-kit-0.23.16.1-2.fc31 p11-kit-0.23.20-1.fc31 pam-1.3.1-18.fc31 pam-1.3.1-21.fc31 passwd-0.80-6.fc31 passwd-0.80-7.fc31 pcre-8.43-2.fc31.1 pcre-8.43-3.fc31 pcre-8.44-1.fc31 pcre2-10.34-4.fc31 pcre2-10.34-5.fc31 pcre2-10.34-7.fc31 pcre2-10.34-8.fc31 pcre2-10.34-9.fc31 pigz-2.4-5.fc31 pkgconf-1.6.3-2.fc31 podman-1.7.0-2.fc31 podman-1.8.0-2.fc31 podman-1.8.1-0.7.rc4.fc31 podman-1.8.1-2.fc31 podman-1.8.2-2.fc31 podman-1.9.0-1.fc31 podman-1.9.1-1.fc31 podman-1.9.2-1.fc31 policycoreutils-2.9-5.fc31 polkit-0.116-4.fc31 polkit-0.116-4.fc31.1 polkit-pkla-compat-0.1-15.fc31 popt-1.16-18.fc31 procps-ng-3.3.15-6.fc31 protobuf-c-1.3.1-3.fc31 psmisc-23.3-2.fc31 publicsuffix-list-20190417-2.fc31 python-pip-19.1.1-5.fc31 python-pip-19.1.1-6.fc31 python-pip-19.1.1-7.fc31 python-setuptools-41.2.0-1.fc31 python3-3.7.4-5.fc31 python3-3.7.5-1.fc31 python3-3.7.5-2.fc31 qrencode-4.0.2-4.fc31 readline-8.0-3.fc31 rpcbind-1.2.5-5.fc31 rpcbind-1.2.5-5.rc1.fc31 rpm-4.15.0-3.fc31 rpm-4.15.0-6.fc31 rpm-4.15.1-1.fc31 rpm-4.15.1-2.fc31 rpm-ostree-2019.7-1.fc31 rpm-ostree-2020.1-1.fc31 rpm-ostree-2020.1.21.ge9011530-2.fc31 rpm-ostree-2020.2-3.fc31 rsync-3.1.3-10.fc31 rsync-3.1.3-9.fc31 runc-1.0.0-101.rc9.gitc1485a1.fc31 runc-1.0.0-102.dev.gitdc9208a.fc31 rust-afterburn-4.3.1-2.fc31 rust-afterburn-4.3.2-1.fc31 rust-coreos-installer-0.1.2-1.fc31 rust-coreos-installer-0.1.3-1.fc31 rust-zincati-0.0.10-2.fc31 rust-zincati-0.0.6-1.fc31 rust-zincati-0.0.9-1.fc31 samba-4.11.3-0.fc31 samba-4.11.4-0.fc31 samba-4.11.6-0.fc31 samba-4.11.7-0.fc31 samba-4.11.7-1.fc31 samba-4.11.8-0.fc31 samba-4.11.9-0.fc31 sed-4.5-4.fc31 selinux-policy-3.14.4-44.fc31 selinux-policy-3.14.4-45.fc31 selinux-policy-3.14.4-46.fc31 selinux-policy-3.14.4-47.fc31 selinux-policy-3.14.4-48.fc31 selinux-policy-3.14.4-49.fc31 selinux-policy-3.14.4-50.fc31 setup-2.13.3-2.fc31 setup-2.13.6-1.fc31 sg3_utils-1.42-8.fc31 shadow-utils-4.6-16.fc31 shadow-utils-4.6-17.fc31 shadow-utils-4.6-18.fc31 skopeo-0.1.40-3.fc31 skopeo-0.1.40-4.fc31 skopeo-0.1.41-1.fc31 skopeo-0.2.0-1.fc31 slang-2.3.2-6.fc31 slirp4netns-0.4.0-20.1.dev.gitbbd6f25.fc31 slirp4netns-1.0.0-1.fc31 slirp4netns-1.0.1-1.fc31 socat-1.7.3.3-2.fc31 socat-1.7.3.4-1.fc31 sqlite-3.29.0-2.fc31 sqlite-3.30.0-1.fc31 sssd-2.2.2-1.fc31 sssd-2.2.2-3.fc31 sssd-2.2.3-13.fc31 sudo-1.8.29-1.fc31 sudo-1.9.0-0.1.b1.fc31 sudo-1.9.0-0.1.b4.fc31 systemd-243.4-1.fc31 systemd-243.6-1.fc31 systemd-243.7-1.fc31 systemd-243.8-1.fc31 tar-1.32-2.fc31 toolbox-0.0.16-1.fc31 toolbox-0.0.17-1.fc31 toolbox-0.0.18-1.fc31 tzdata-2019c-1.fc31 tzdata-2019c-2.fc31 userspace-rcu-0.11.1-2.fc31 util-linux-2.34-3.fc31 util-linux-2.34-4.fc31 vim-8.2.076-1.fc31 vim-8.2.109-1.fc31 vim-8.2.158-1.fc31 vim-8.2.236-1.fc31 vim-8.2.348-1.fc31 vim-8.2.480-1.fc31 vim-8.2.525-1.fc31 vim-8.2.587-1.fc31 vim-8.2.694-1.fc31 which-2.21-15.fc31 whois-5.5.3-1.fc31 whois-5.5.4-1.fc31 whois-5.5.4-2.fc31 whois-5.5.5-1.fc31 whois-5.5.6-1.fc31 xfsprogs-5.1.0-2.fc31 xz-5.2.4-6.fc31 yajl-2.1.0-13.fc31 zchunk-1.1.2-3.fc31 zchunk-1.1.4-1.fc31 zchunk-1.1.5-1.fc31 zlib-1.2.11-19.fc31 zlib-1.2.11-20.fc31 zstd-1.4.2-1.fc31 zstd-1.4.4-1.fc31 ```
dustymabe commented 4 years ago

Requesting permission to untag these packages from the pool:

Done!

dustymabe commented 4 years ago

Current proposal for completing the transition of systems to systemd-resolved during upgrade: https://github.com/coreos/fedora-coreos-tracker/issues/646#issuecomment-707984576

dustymabe commented 3 years ago

updates:

New potential issue: https://github.com/coreos/fedora-coreos-tracker/issues/649

dustymabe commented 3 years ago

We discussed this in the community meeting today. Highlights:

dustymabe commented 3 years ago

The test day went pretty well and we got a lot of participation (see results).

Here is a PR (link) to switch to Fedora 33 for testing-devel. This means the next testing will be rebased to Fedora 33.

dustymabe commented 3 years ago

The testing stream release (33.20201116.2.0) going out today is based on F33.