Skip to content

Commit

Permalink
Prepare release v1.19.0 (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Mar 22, 2023
1 parent f34e0df commit 17386d6
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.18.0...main)
## [v1.19.0](https://github.com/elastic/package-registry/compare/v1.18.0...v1.19.0)

### Breaking changes

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.18.1"
version = "1.19.0"
defaultInstanceName = "localhost"
)

Expand Down
2 changes: 1 addition & 1 deletion testdata/generated/categories-experimental.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
2 changes: 1 addition & 1 deletion testdata/generated/categories-kibana652.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
2 changes: 1 addition & 1 deletion testdata/generated/categories-prerelease-kibana652.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
2 changes: 1 addition & 1 deletion testdata/generated/categories-prerelease.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
2 changes: 1 addition & 1 deletion testdata/generated/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
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.18.1"
"service.version": "1.19.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]
2 changes: 1 addition & 1 deletion testdata/generated/storage-indexer/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"parent_id": "observability",
"parent_title": "Observability"
}
]
]

0 comments on commit 17386d6

Please sign in to comment.