bottlerocket-os / bottlerocket-os/bottlerocket

Create an interface for determining the release date of an update

Open
#4,053 2 comments 0 reactions 0 assignees View on GitHub
area/core status/needs-proposal type/enhancement
Dominant language
Rust
Stars
9.7k
Forks
586
Avg merge
1d 11h
Merged PRs (30d)
11

Description

**What I'd like:**
I'd like to programmatically be able to associate an updated Bottlerocket image with the datestamp when it was published.

One possible approach to this would be to query the wave schedule information for an update from the TUF repository. Maybe this could be exposed via `apiclient`, e.g.:

```
$ apiclient update release-data $VERSION
{
"version": "$VERSION",
"waves": {
// etc
},
}
```

**Any alternatives you've considered:**
* Bottlerocket release information is also published to SSM via pubsys. Timestamp information could possibly be made available via SSM parameters for variants.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.