Skip to content

Commit

Permalink
Prepare release 1.21.0 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Aug 21, 2023
1 parent 9b56c04 commit 43b80b5
Show file tree
Hide file tree
Showing 5 changed files with 6 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.20.6
1.20.7
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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.20.0...main)
## [v1.21.0](https://github.com/elastic/package-registry/compare/v1.20.0...v1.21.0)

### Breaking changes

### Bugfixes

* Update Go runtime to 1.20.6. [#1053](https://github.com/elastic/package-registry/pull/1053)
* Update Go runtime to 1.20.7. [#1075](https://github.com/elastic/package-registry/pull/1075)
* Return all packages when using proxy mode and "all" query parameter is not set [#1055](https://github.com/elastic/package-registry/pull/1055)

### Added
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.20.6
ARG GO_VERSION=1.20.7
FROM golang:${GO_VERSION} AS builder

COPY ./ /package-registry
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (

const (
serviceName = "package-registry"
version = "1.20.1"
version = "1.21.0"
defaultInstanceName = "localhost"
)

Expand Down
2 changes: 1 addition & 1 deletion testdata/generated/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"service.name": "package-registry",
"service.version": "1.20.1"
"service.version": "1.21.0"
}

0 comments on commit 43b80b5

Please sign in to comment.