diff --git a/.anaconda.metadata b/.anaconda.metadata
index e28a08f..1a4c69e 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-32f46f1a1f62fa92756e557f5ce01ae64d2d53ed SOURCES/anaconda-33.16.7.10.tar.bz2
+0a64941bbdd9ecc5dd5d912a08d23255d237e01a SOURCES/anaconda-33.16.8.8.tar.bz2
diff --git a/.gitignore b/.gitignore
index 753a244..962d19e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.7.10.tar.bz2
+SOURCES/anaconda-33.16.8.8.tar.bz2
diff --git a/README.debrand b/README.debrand
deleted file mode 100644
index 01c46d2..0000000
--- a/README.debrand
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: This package was configured for automatic debranding, but the changes
-failed to apply.
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 25f6f64..b15df7e 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.7.10
+Version: 33.16.8.8
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -36,7 +36,7 @@ Source0: %{name}-%{version}.tar.bz2
 %define pykickstartver 3.16.15-1
 %define pypartedver 2.5-2
 %define rpmver 4.10.0
-%define simplelinever 1.1-1
+%define simplelinever 1.1.3-1
 %define utillinuxver 2.15.1
 %define dasbusver 0.4
 
@@ -103,7 +103,7 @@ Requires: python3-dasbus >= %{dasbusver}
 Requires: flatpak-libs
 %if %{defined rhel} && %{undefined centos}
 Requires: python3-syspurpose
-Requires: subscription-manager >= 1.28.26
+Requires: subscription-manager >= 1.28.33
 %endif
 
 # pwquality only "recommends" the dictionaries it needs to do anything useful,
@@ -367,6 +367,77 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Feb 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.8-1
+- Underscore present in Spanish translation of 'TIME & DATE'
+  Resolves: rhbz#2148998
+
+* Thu Feb 02 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.7-1
+- Report registration errors from kickstart (mkolman)
+  Resolves: rhbz#2127072
+- Make text in custom_storage_helper more accurate (ozobal)
+  Resolves: rhbz#2063288
+
+* Mon Jan 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.6-1
+- payload: fix repo --includepkgs option (rvykydal)
+  Resolves: rhbz#2014103
+- bootloader/zipl.py: update for zipl >= 2.25.0 (dan)
+  Resolves: rhbz#2157917
+
+* Tue Jan 03 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.5-1
+- Delegate auto-attach handling to RHSM (mkolman)
+  Resolves: rhbz#2083318
+- Test the InstallerStorage.copy method (vponcova)
+  Related: rhbz#1913035
+- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
+  Resolves: rhbz#1913035
+- Implement the Root.copy method (vponcova)
+  Related: rhbz#1913035
+- Redefine the Blivet.roots attribute (vponcova)
+  Related: rhbz#1913035
+- Redefine the Blivet.copy method (vponcova)
+  Related: rhbz#1913035
+- Use correct hint for VNC password boot option (jstodola)
+  Resolves: rhbz#2125679
+
+* Tue Nov 29 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.8.4-1
+- Disable the concurrency check in the error dialog in TUI (vponcova)
+  Resolves: rhbz#1807491
+- Support bond device activated in initramfs from kickstart (rvykydal)
+  Resolves: rhbz#1940919
+
+* Wed Nov 09 2022 Martin Kolman <mkolman@redhat.com> - 33.16.8.3-1
+- network: commit changes synchronously when dumping autoconnections (rvykydal)
+  Related: rhbz#2127057
+- Initialize empty disks on the Manual Partitioning screen (vponcova)
+  Resolves: rhbz#2094977
+- infra: Set test vars from templates (vslavik)
+- infra: Port check for matching templates from master (vslavik)
+- infra: Port templating mechanism from master (vslavik)
+- dracut: read filename dhcp option from dhcpopts file (rvykydal)
+  Related: rhbz#1991516
+
+* Thu Oct 27 2022 Martin Kolman <mkolman@redhat.com> - 33.16.8.2-1
+- network: remove activate_connection_sync (rvykydal)
+  Related: rhbz#2127057
+- network: use new NM client in ConsolidateInitramfsConnetionsTask (rvykydal)
+  Related: rhbz#2127057
+- network: use new NM client instance in SetRealOnbootValuesTask (rvykydal)
+  Related: rhbz#2127057
+- network: add tests for sync_call_glib (rvykydal)
+  Related: rhbz#2127057
+- network: use separate main conext for NM client in threads (rvykydal)
+  Related: rhbz#2127057
+- network: split add_and_activate_connection_sync function (rvykydal)
+  Related: rhbz#2127057
+- network: add NM connections synchronously (rvykydal)
+  Related: rhbz#2127057
+- infra: Use the Bugzilla API key in the `makebumpver` script (vponcova)
+- infra: Remove Jenkins from makebumpver (vslavik)
+
+* Wed Sep 14 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.8.1-1
+- Do not crash on network --device link with wireless device (rvykydal)
+  Resolves: rhbz#2125270
+
 * Thu Aug 04 2022 Vladimir Slavik <vslavik@redhat.com> - 33.16.7.10-1
 - Disable the Unregister button during unregistration (mkolman)
   Resolves: rhbz#2068195
@@ -1089,9 +1160,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
   Related: rhbz#1691319
 - Update required version of blivet (rvykydal)
   Related: rhbz#1691319
-- Remove tests for --ignorebroken %packages section option (rvykydal)
+- Remove tests for --ignorebroken packages section option (rvykydal)
   Related: rhbz#1691319
-- Remove support for --ignorebroken %packages option (rvykydal)
+- Remove support for --ignorebroken packages option (rvykydal)
   Related: rhbz#1691319
 - Use F25_Timezone (rvykydal)
   Related: rhbz#1691319