From 8885e75d1c62ee86d7ad30cc7c110e7000d929d8 Mon Sep 17 00:00:00 2001 From: Cameron Rozean Date: Tue, 10 Oct 2023 22:27:37 -0700 Subject: [PATCH] New patch release of Golang: v1.20.9 (#1186) * Init new Go Minor Version 1.20 files. * update changelog in spec --------- Co-authored-by: <> --- projects/golang/go/1.20/GIT_TAG | 2 +- projects/golang/go/1.20/README.md | 21 ++++++++++++------- projects/golang/go/1.20/RELEASE | 2 +- .../golang/go/1.20/rpmbuild/SPECS/golang.spec | 5 ++++- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/projects/golang/go/1.20/GIT_TAG b/projects/golang/go/1.20/GIT_TAG index 2cea1db3d..eb136b94f 100644 --- a/projects/golang/go/1.20/GIT_TAG +++ b/projects/golang/go/1.20/GIT_TAG @@ -1 +1 @@ -go1.20.8 +go1.20.9 \ No newline at end of file diff --git a/projects/golang/go/1.20/README.md b/projects/golang/go/1.20/README.md index 72a6f1dbb..084e338f9 100644 --- a/projects/golang/go/1.20/README.md +++ b/projects/golang/go/1.20/README.md @@ -1,20 +1,27 @@ # EKS Golang 1.20 -Current Release: `9` +Current Release: `10` -Tracking Tag: `go1.20.8` +Tracking Tag: `go1.20.9` + +### Artifacts: +|Arch|Artifact|sha| +|:---:|:---:|:---:| +|noarch|[golang-1.20.9-10.amzn2.eks.noarch.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/noarch/golang-1.20.9-10.amzn2.eks.noarch.rpm)|[golang-1.20.9-10.amzn2.eks.noarch.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/noarch/golang-1.20.9-10.amzn2.eks.noarch.rpm.sha256)| +|x86_64|[golang-1.20.9-10.amzn2.eks.x86_64.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/x86_64/golang-1.20.9-10.amzn2.eks.x86_64.rpm)|[golang-1.20.9-10.amzn2.eks.x86_64.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/x86_64/golang-1.20.9-10.amzn2.eks.x86_64.rpm.sha256)| +|aarch64|[golang-1.20.9-10.amzn2.eks.aarch64.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/aarch64/RPMS/aarch64/golang-1.20.9-10.amzn2.eks.aarch64.rpm)|[golang-1.20.9-10.amzn2.eks.aarch64.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/aarch64/RPMS/aarch64/golang-1.20.9-10.amzn2.eks.aarch64.rpm.sha256)| +|arm64|[go1.20.9.linux-arm64.tar.gz](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/arm64/go1.20.9.linux-arm64.tar.gz)|[go1.20.9.linux-arm64.tar.gz.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/arm64/go1.20.9.linux-arm64.tar.gz.sha256)| +|amd64|[go1.20.9.linux-amd64.tar.gz](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/amd64/go1.20.9.linux-amd64.tar.gz)|[go1.20.9.linux-amd64.tar.gz.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/amd64/go1.20.9.linux-amd64.tar.gz.sha256)| -Artifacts: https://distro.eks.amazonaws.com/golang-go1.20/releases/9/RPMS ### ARM64 Builds -[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1.20-ARM64-PROD-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit) +[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1-20-ARM64-PROD-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit) ### AMD64 Builds -[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1.20-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit) +[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1-20-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit) ### Patches The patches in `./patches` include relevant utility fixes for go `1.20`. ### Spec -The RPM spec file in `./rpmbuild/SPECS` is sourced from the go 1.20 SRPM available on Fedora, and modified to include the relevant patches and build the `go1.20` source. - +The RPM spec file in `./rpmbuild/SPECS` is sourced from the go 1.20 SRPM available on Fedora, and modified to include the relevant patches and build the `go1.20` source." diff --git a/projects/golang/go/1.20/RELEASE b/projects/golang/go/1.20/RELEASE index ec635144f..9a037142a 100644 --- a/projects/golang/go/1.20/RELEASE +++ b/projects/golang/go/1.20/RELEASE @@ -1 +1 @@ -9 +10 \ No newline at end of file diff --git a/projects/golang/go/1.20/rpmbuild/SPECS/golang.spec b/projects/golang/go/1.20/rpmbuild/SPECS/golang.spec index 48bf75b73..4c135271b 100644 --- a/projects/golang/go/1.20/rpmbuild/SPECS/golang.spec +++ b/projects/golang/go/1.20/rpmbuild/SPECS/golang.spec @@ -105,7 +105,7 @@ # Comment out go_prerelease and go_patch as needed %global go_api 1.20 #global go_prerelease rc3 -%global go_patch 8 +%global go_patch 9 %global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}} %global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease} @@ -534,6 +534,9 @@ fi %endif %changelog +* Tue Oct 10 2023 Cameron Rozean - 1.20.9-1 +- Bump tracking patch version to 1.20.9 from 1.20.8 + * Wed Sep 06 2023 Cameron Rozean - 1.20.8-1 - Bump tracking patch version to 1.20.8 from 1.20.7