Skip to content

Commit

Permalink
Prepare version 1.23.1 (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Feb 20, 2024
1 parent 959b9c0 commit 02a4b5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.4
1.21.7
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02a4b5c

Please sign in to comment.