From 02a4b5cbee103205bde5f25086c17708315086cb Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 20 Feb 2024 14:39:26 +0100 Subject: [PATCH] Prepare version 1.23.1 (#1144) --- .go-version | 2 +- CHANGELOG.md | 11 +++++++---- Dockerfile | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.go-version b/.go-version index 20a1265cf..8819d012c 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.4 +1.21.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index d05f18bb1..f8420065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased](https://github.com/elastic/package-registry/compare/v1.23.0...main) +## [v1.23.1](https://github.com/elastic/package-registry/compare/v1.23.0...v1.23.1) ### Breaking changes ### Bugfixes +* Update Go Runtime to 1.21.7. [#1144](https://github.com/elastic/package-registry/issues/1144) + ### Added + * New Security subcategory "cloudsecurity_cdr" [#1142](https://github.com/elastic/package-registry/pull/1142) ### Deprecated @@ -24,12 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bugfixes -- Update Go Runtime to 1.21.4. [#1124](https://github.com/elastic/package-registry/issues/1124) +* Update Go Runtime to 1.21.4. [#1124](https://github.com/elastic/package-registry/issues/1124) ### Added -- Add package and datastream agent privileges in the package endpoint [#1109](https://github.com/elastic/package-registry/pull/1109) -- Add owner.type to the package endpoint [#1109](https://github.com/elastic/package-registry/pull/1115) +* Add package and datastream agent privileges in the package endpoint [#1109](https://github.com/elastic/package-registry/pull/1109) +* Add owner.type to the package endpoint [#1109](https://github.com/elastic/package-registry/pull/1115) ### Deprecated diff --git a/Dockerfile b/Dockerfile index 35454bc7a..6c637720c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # It expects packages to be mounted under /packages/package-registry or have a config file loaded into /package-registry/config.yml # Build binary -ARG GO_VERSION=1.21.4 +ARG GO_VERSION=1.21.7 FROM golang:${GO_VERSION} AS builder COPY ./ /package-registry