Create changelog entry for chef release

Change-Id: I117f1c2031b0bf7ace2f0b3f7d7af06feef54b05
diff --git a/debian/changelog b/debian/changelog
index 26301cb..ffa53d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+base-files (9.9+mendel5)  mendel-chef; urgency=medium
+
+  * debian_version: Force-remove the symlink
+  * origins: Fix the vendor-url and bugs url
+
+ -- Coral <support-aiyprojects@google.com>  Tue, 19 Mar 2019 17:07:01 -0700
+
 base-files (9.9+mendel4) mendel-beaker; urgency=medium
 
   * Reinstate a sane debian_version file based upon the version of Debian we're running.
diff --git a/etc/issue b/etc/issue
index 3efe6b8..6c3dc4f 100644
--- a/etc/issue
+++ b/etc/issue
@@ -1,2 +1,2 @@
-Mendel #OSNAME# (beaker) \n \l
+Mendel #OSNAME# (chef) \n \l
 
diff --git a/etc/issue.net b/etc/issue.net
index 339d293..ee883f8 100644
--- a/etc/issue.net
+++ b/etc/issue.net
@@ -1 +1 @@
-Mendel #OSNAME# (beaker)
+Mendel #OSNAME# (chef)
diff --git a/etc/lsb-release b/etc/lsb-release
index b825482..6c17bc9 100644
--- a/etc/lsb-release
+++ b/etc/lsb-release
@@ -1,7 +1,7 @@
-DISTRIB_CODENAME=beaker
-DISTRIB_DESCRIPTION="Mendel GNU/Linux Beaker"
+DISTRIB_CODENAME=chef
+DISTRIB_DESCRIPTION="Mendel GNU/Linux Chef"
 DISTRIB_ID=Mendel
-DISTRIB_RELEASE=mendel-beaker
+DISTRIB_RELEASE=mendel-chef
 PRETTY_NAME="Mendel"
 NAME="Mendel"
 ID=Mendel
diff --git a/etc/mendel_version b/etc/mendel_version
index 8bbe6cf..9f55b2c 100644
--- a/etc/mendel_version
+++ b/etc/mendel_version
@@ -1 +1 @@
-2.2
+3.0
diff --git a/etc/os-release b/etc/os-release
index 6eaff48..e91dfcc 100644
--- a/etc/os-release
+++ b/etc/os-release
@@ -1,9 +1,9 @@
-PRETTY_NAME="Mendel #OSNAME# 2 (Beaker)"
+PRETTY_NAME="Mendel #OSNAME# 3 (Chef)"
 NAME="Mendel #OSNAME#"
-VERSION_ID="2"
-VERSION="2 (beaker)"
+VERSION_ID="3"
+VERSION="3 (chef)"
 ID=mendel
 ID_LIKE=debian
-HOME_URL="https://aiyprojects.withgoogle.com/"
-SUPPORT_URL="https://aiyprojects.withgoogle.com/"
-BUG_REPORT_URL="https://aiyprojects.withgoogle.com/"
+HOME_URL="https://coral.withgoogle.com/"
+SUPPORT_URL="https://coral.withgoogle.com/"
+BUG_REPORT_URL="https://coral.withgoogle.com/"