From 3cbf229db6cf01021b77ef35e0241fb424eeba21 Mon Sep 17 00:00:00 2001 From: Pallavi <96553709+pallsama@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:26:33 -0800 Subject: [PATCH] Pallsama 3.15.3 series patch issues (#54521) Co-authored-by: vgrl --- data/release-notes/enterprise-server/3-12/15.yml | 8 ++++++++ data/release-notes/enterprise-server/3-13/11.yml | 8 ++++++++ data/release-notes/enterprise-server/3-14/8.yml | 8 ++++++++ data/release-notes/enterprise-server/3-15/3.yml | 8 ++++++++ data/reusables/release-notes/2025-02-gcp-hotpatch-bug.md | 1 + 5 files changed, 33 insertions(+) create mode 100644 data/reusables/release-notes/2025-02-gcp-hotpatch-bug.md diff --git a/data/release-notes/enterprise-server/3-12/15.yml b/data/release-notes/enterprise-server/3-12/15.yml index 7ea08996835f..635b4b860665 100644 --- a/data/release-notes/enterprise-server/3-12/15.yml +++ b/data/release-notes/enterprise-server/3-12/15.yml @@ -1,4 +1,10 @@ date: '2025-02-18' +intro: | + {% warning %} + + **Warning**: For instances installed on Google Cloud Platform (GCP), hotpatches or upgrades to GitHub Enterprise Server version `3.12.15` will result errors being reported in the upgrade log. We recommend waiting for the next patch release to hotpatch or upgrade. + + {% endwarning %} sections: security_fixes: - | @@ -24,6 +30,8 @@ sections: - | The `ghe-live-migrations --init-target` command fails with a descriptive error message if the specified upgrade path is not supported. known_issues: + - | + {% data reusables.release-notes.2025-02-gcp-hotpatch-bug %} [Updated: 2025-02-23] - | Custom firewall rules are removed during the upgrade process. - | diff --git a/data/release-notes/enterprise-server/3-13/11.yml b/data/release-notes/enterprise-server/3-13/11.yml index 802a54b9a60c..3eb1c9bb91da 100644 --- a/data/release-notes/enterprise-server/3-13/11.yml +++ b/data/release-notes/enterprise-server/3-13/11.yml @@ -1,4 +1,10 @@ date: '2025-02-18' +intro: | + {% warning %} + + **Warning**: For instances installed on Google Cloud Platform (GCP), hotpatches or upgrades to GitHub Enterprise Server version `3.13.11` will result errors being reported in the upgrade log. We recommend waiting for the next patch release to hotpatch or upgrade. + + {% endwarning %} sections: security_fixes: - | @@ -34,6 +40,8 @@ sections: - | The `ghe-live-migrations --init-target` command fails with a descriptive error message if the specified upgrade path is not supported. known_issues: + - | + {% data reusables.release-notes.2025-02-gcp-hotpatch-bug %} [Updated: 2025-02-23] - | During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. - | diff --git a/data/release-notes/enterprise-server/3-14/8.yml b/data/release-notes/enterprise-server/3-14/8.yml index 414ed7f42632..8501c5536829 100644 --- a/data/release-notes/enterprise-server/3-14/8.yml +++ b/data/release-notes/enterprise-server/3-14/8.yml @@ -1,4 +1,10 @@ date: '2025-02-18' +intro: | + {% warning %} + + **Warning**: For instances installed on Google Cloud Platform (GCP), hotpatches or upgrades to GitHub Enterprise Server version `3.14.8` will result errors being reported in the upgrade log. We recommend waiting for the next patch release to hotpatch or upgrade. + + {% endwarning %} sections: security_fixes: - | @@ -42,6 +48,8 @@ sections: - | The `ghe-live-migrations --init-target` command fails with a descriptive error message if the specified upgrade path is not supported. known_issues: + - | + {% data reusables.release-notes.2025-02-gcp-hotpatch-bug %} [Updated: 2025-02-23] - | During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. - | diff --git a/data/release-notes/enterprise-server/3-15/3.yml b/data/release-notes/enterprise-server/3-15/3.yml index ad48453ff399..9d9c6f4aca1f 100644 --- a/data/release-notes/enterprise-server/3-15/3.yml +++ b/data/release-notes/enterprise-server/3-15/3.yml @@ -1,4 +1,10 @@ date: '2025-02-18' +intro: | + {% warning %} + + **Warning**: For instances installed on Google Cloud Platform (GCP), hotpatches or upgrades to GitHub Enterprise Server version `3.15.3` will result errors being reported in the upgrade log. We recommend waiting for the next patch release to hotpatch or upgrade. + + {% endwarning %} sections: security_fixes: - | @@ -46,6 +52,8 @@ sections: - | The `ghe-live-migrations --init-target` command fails with a descriptive error message if the specified upgrade path is not supported. known_issues: + - | + {% data reusables.release-notes.2025-02-gcp-hotpatch-bug %} [Updated: 2025-02-23] - | During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. - | diff --git a/data/reusables/release-notes/2025-02-gcp-hotpatch-bug.md b/data/reusables/release-notes/2025-02-gcp-hotpatch-bug.md new file mode 100644 index 000000000000..6caba280a9d0 --- /dev/null +++ b/data/reusables/release-notes/2025-02-gcp-hotpatch-bug.md @@ -0,0 +1 @@ +Instances installed on Google Cloud Platform (GCP) could experience errors when the latest hotpatch was applied. We recommend waiting for the next patch release to hotpatch or upgrade.