Releases: devfile/registry-support
Releases · devfile/registry-support
v1.1.1
What's Changed
- Backport (v1.1.x): Fix index generator reference under registry library by @michael-valdron in #223
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- suppress console events by @kim-tsao in #112
- docs update by @yangcao77 in #113
- add doc check in PR acceptance criteria by @yangcao77 in #115
- Fix validation errors in redirector.yaml by @johnmcollier in #116
- Update to oras.land/oras-go v1.1.0 by @dperaza4dustbit in #117
- Change to slug of the
download-starter-project
endpoint by @michael-valdron in #119 - registry-support license updates by @kim-tsao in #120
- Add offline support for starter projects by @michael-valdron in #118
- Skip offline test cases for registry acceptance tests by @johnmcollier in #121
- Fix typo in build.sh by @johnmcollier in #122
- Add CI check for tests against staging by @johnmcollier in #123
- SubDir non-existent destination bug fix by @michael-valdron in #124
- Update index/generator version for bug fix in index/server dependencies by @michael-valdron in #125
- Add
download-starter-projects
to Registry Library APIs by @michael-valdron in #126 - Minor REST api doc fix by @michael-valdron in #127
- Minor changes to the download cmd in handling the context path and bug fixes by @michael-valdron in #128
- Unset error accessor removed from version not found response by @michael-valdron in #129
- Add timeout to CmdRunner by @johnmcollier in #131
- Add registry index server endpoint testing by @michael-valdron in #130
- proxy support for registry by @kim-tsao in #133
- Track telemetry download events for GET requests only by @kim-tsao in #132
- Apply DCO to registry-support by @michael-valdron in #135
- Add code coverage reporting by @johnmcollier in #137
- custom timeout support for registry by @kim-tsao in #136
- License updates by @kim-tsao in #140
- Sort devfile versions in descending order by @schultzp2020 in #144
- gosec enablement by @kim-tsao in #142
- update to library 2.0.1 by @yangcao77 in #145
- update generator version by @yangcao77 in #146
- reduce telemetry events by @kim-tsao in #149
- Update index server build scripts and deployment by @michael-valdron in #147
- Bump 'manusa/[email protected]' to 'v2.7.1' by @michael-valdron in #150
- telemetry updates by @kim-tsao in #151
- Object property name changes for
NEXT_PUBLIC_DEVFILE_REGISTRIES
by @michael-valdron in #152 - Set OCI registry and index server images to use non-root numeric active users by @michael-valdron in #154
- Registry Viewer envfile configmap by @michael-valdron in #153
- Add directory check for multi-version stack packaging by @michael-valdron in #156
- Add telemetry for the
download-starter-project
endpoint to registry server by @michael-valdron in #157 - Update license header file to use the year 2023 by @michael-valdron in #155
- update golang version for integration tests by @kim-tsao in #158
- Fix environment variable definitions for registry viewer deployment by @michael-valdron in #160
- Use gosec 2.14 by @michael-valdron in #161
- Probe changes in helm chart template by @michael-valdron in #159
- No
startupProbe
if in headless mode by @michael-valdron in #162 - Telemetry fix for helm deployment by @michael-valdron in #164
- feat(index/generator): adding command groups to index schema by @mike-hoang in #163
- feat(index/server): updating generator version with new index schema by @mike-hoang in #165
- Add liveness and readiness probes to registry viewer container in the helm chart by @michael-valdron in #166
- Update test image and golang version by @kim-tsao in #168
- Add iconUrl check upon index component validation by @thepetk in #167
- Dependabot by @kim-tsao in #169
- Add registry probing to integration test suite by @michael-valdron in #170
- fix manifest by @kim-tsao in #171
- Add test coverage for PullStackFromRegistry and PullStackByMediaTypes… by @kim-tsao in #172
- Update directly executed scripts on workflows and scripts by @thepetk in #173
- Schema version validation changes by @michael-valdron in #174
- Add build section to index server README by @michael-valdron in #176
- Add OpenAPI 3 specification and source generation for REST API by @michael-valdron in #175
- add scripts to build and package starter projects for offline registries by @mike-hoang in #179
- Check for revisions upon Samples caching by @thepetk in #178
- Update github actions to use nodejs16 by @thepetk in #181
- adding build scripts to extract stack resources by @mike-hoang in #180
- Update build instructions to include a specific version for oapi-codegen by @kim-tsao in #183
- [Devtools week] Update license headers by @thepetk in #185
- [Devtools Week] Update OWNERS file by @thepetk in #182
- Update github actions and improve ci logging by @thepetk in #187
- Add and update license headers by @michael-valdron in #186
- Update library version and fix revision usage in cache samples by @thepetk in #188
- update version to fix bug by @Jdubrick in #189
- Patch k8s dependencies by @michael-valdron in #190
- Update OWNERS file by @michael-valdron in #192
- Disable http2 for indexServer by @thepetk in #191
- Add only default tags in indexComponent by @thepetk in #193
- [Devtools Week] Update contributing guide by @thepetk in #194
- add openssf scorecard scanning/badge and clomonitor exemption by @Jdubrick in #196
- Vulnerability Fix by @Jdubrick in #197
- Fix error related to directory does not exist by @Jdubrick in #198
- Update HTTP Response For Not Allowed Requests by @Jdubrick in #199
- Update Home Link by @Jdubrick in #200
- Update devfile registry maintainers list under helm chart by @michael-valdron in #201
New Contributors
- @dperaza4dustbit made their first contribution in #117
- @mike-hoang made their first contribution in #163
- @thepetk made their first contribution in #167
- @Jdubrick made their first contribution in #189
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Update scripts to work with podman by @kim-tsao in #101
- update schema file to include stackInfo and Versions lists by @yangcao77 in #102
- Update index generator to generate new index schema which supports multi versions by @yangcao77 in #103
- Update telemetry enablement by @kim-tsao in #104
- 762 create endpoints for v2index by @yangcao77 in #106
- Skip certain tests when running post-deploy acceptance for staging by @johnmcollier in #107
- Add util functions to index/generator by @michael-valdron in #105
- only apply filter if value is set by @yangcao77 in #110
- registry library api change for multi-version stack/sample support by @yangcao77 in #108
- Add download starter project endpoints by @michael-valdron in #109
- Create CONTRIBUTING.md by @johnmcollier in #111
- Exclude OWNERS files when pulling devfile stack by @feloy in #114
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Merge pull request #99 from kim-tsao/doc_updates Update Registry Library docs