diff --git a/.WALinuxAgent.metadata b/.WALinuxAgent.metadata
index f7fa090..6ca4e7b 100644
--- a/.WALinuxAgent.metadata
+++ b/.WALinuxAgent.metadata
@@ -1 +1 @@
-f9e2f53d6464320d0cc618e19a6b7883170be75d SOURCES/WALinuxAgent-2.2.26.tar.gz
+3b5c6eac24e6545e3ce56262210a7ac8dbdc8ace SOURCES/WALinuxAgent-2.2.32.tar.gz
diff --git a/.gitignore b/.gitignore
index bb95db6..b16fa87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/WALinuxAgent-2.2.26.tar.gz
+SOURCES/WALinuxAgent-2.2.32.tar.gz
diff --git a/SOURCES/0002-Remove-FIPS-setting-from-the-default-config.patch b/SOURCES/0002-Remove-FIPS-setting-from-the-default-config.patch
index eedbeae..0ee9992 100644
--- a/SOURCES/0002-Remove-FIPS-setting-from-the-default-config.patch
+++ b/SOURCES/0002-Remove-FIPS-setting-from-the-default-config.patch
@@ -1,4 +1,4 @@
-From 7cec0ac470744498a44e28090366fe4e1790bf2c Mon Sep 17 00:00:00 2001
+From 32aff080c5e58ed3c2f297c9eda3eb3187c5df3e Mon Sep 17 00:00:00 2001
 From: Miroslav Rezanina <mrezanin@redhat.com>
 Date: Tue, 4 Jul 2017 08:33:29 +0200
 Subject: Remove FIPS setting from the default config
@@ -22,10 +22,10 @@ Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
  1 file changed, 3 deletions(-)
 
 diff --git a/config/waagent.conf b/config/waagent.conf
-index 4317ed3..47d3b84 100644
+index 79daacb..513cbf2 100644
 --- a/config/waagent.conf
 +++ b/config/waagent.conf
-@@ -58,9 +58,6 @@ ResourceDisk.MountOptions=None
+@@ -62,9 +62,6 @@ ResourceDisk.MountOptions=None
  # Enable verbose logging (y|n)
  Logs.Verbose=n
  
diff --git a/SPECS/WALinuxAgent.spec b/SPECS/WALinuxAgent.spec
index ec3ac6b..8af0c26 100644
--- a/SPECS/WALinuxAgent.spec
+++ b/SPECS/WALinuxAgent.spec
@@ -1,7 +1,7 @@
 %define name WALinuxAgent
-%define version 2.2.26
-%define unmangled_version 2.2.26
-%define release 2
+%define version 2.2.32
+%define unmangled_version 2.2.32
+%define release 1
 
 %if 0%{?rhel} < 7
 %global initsys sysV
@@ -13,7 +13,7 @@ Summary: Microsoft Azure Linux Agent
 Name: %{name}
 Version: %{version}
 Release: %{release}%{?dist}
-Source0: WALinuxAgent-2.2.26.tar.gz
+Source0: WALinuxAgent-2.2.32.tar.gz
 Patch0002: 0002-Remove-FIPS-setting-from-the-default-config.patch
 
 License: Apache License Version 2.0
@@ -124,6 +124,11 @@ fi
 /etc/udev/rules.d/99-azure-product-uuid.rules
 
 %changelog
+* Tue Dec 11 2018 Miroslav Rezanina <mrezanin@redhat.com> - 2.2.32-1.el7
+- Rebase to 2.2.32 [bz#1639496]
+- Resolves: bz#1639496
+  (walinuxagent 2.2.32 packaging request)
+
 * Wed Aug 29 2018 Miroslav Rezanina <mrezanin@redhat.com> - 2.2.26-2.el7
 - Fixing unit file location