Releases: RedHatInsights/frontend-operator
Releases · RedHatInsights/frontend-operator
v0.2.0 - Many changes to the operator
We haven't drafted a release in a long time so there are many changes in this release.
What's Changed
- Create env vars if SSL mode is on by @adamrdrew in #94
- A couple of small errors in the last PR by @adamrdrew in #95
- [RHCLOUD-15229] - Add Module FullProfile feature by @adamrdrew in #96
- [RHCLOUD-24423] - Add a new preview ingress by @adamrdrew in #97
- FullProfile should work for all apps, not just chrome by @adamrdrew in #98
- Frontend operator tidy-up by @adamrdrew in #100
- Revert "Frontend operator tidy-up" by @adamrdrew in #102
- [RHCLOUD-25110] Remove generating fed-modules.json in non generateNavJSON environments by @adamrdrew in #103
- [RHCLOUD-25113] Always mount generated config outside of the root chrome config by @adamrdrew in #104
- Start using kuttl by @adamrdrew in #106
- [RHCLOUD-25111] Akamai Cache Bust Init Container by @adamrdrew in #105
- Fix edgerc mount by @adamrdrew in #107
- Update perms by @psav in #108
- Make cache bust a container instead of an init container by @adamrdrew in #109
- Add a long running process to the cache bust. I kind of hate this. We… by @adamrdrew in #110
- Move from container to job for cache bust by @adamrdrew in #111
- Set owner reference on job by @adamrdrew in #112
- Dont append volume in reconciliation because duplicates by @adamrdrew in #113
- Don't append container by @adamrdrew in #114
- Refactor job handling by @adamrdrew in #115
- Add deletion policy for job deletes by @adamrdrew in #116
- add new jenkinsfile for PR checks by @mjholder in #119
- Fixing container names by @maknop in #121
- Kuttl tests in pr check by @mjholder in #122
- Add optional route configs. by @adamrdrew in #125
- [RHCLOUD-26575] - Add limits and requests by @adamrdrew in #126
- Add livliness and readiness probes by @adamrdrew in #127
- Update probe port by @adamrdrew in #128
- Add conditional probeScheme to support HTTPS by @adamrdrew in #129
- Containerized Builds Dockerfile and Go version bump by @adamrdrew in #130
- Update build script to support base builds by @adamrdrew in #131
- forgot dot in build by @adamrdrew in #132
- Bump UBI8 go-toolset deps by @adamrdrew in #134
- Fix operator generated mount locations by @adamrdrew in #136
- Adding platsec workflow by @gburges in #133
- Update deps and refactor to support new deps by @adamrdrew in #135
- Adding reconciliation time SLO doc by @maknop in #137
- Build arm64 and amd64 versions and use multi-arch manifest on quay. by @adamrdrew in #140
- Multiarch builds by @adamrdrew in #145
- Update build scripts by @adamrdrew in #146
- We don't need the job to be monitored by @gburges in #148
- Switch to single arch AMD64 for pr checks by @adamrdrew in #149
- Remove build arg and add conditionality for buildx by @adamrdrew in #151
- Reduce frontend limits and request by @adamrdrew in #153
- Consolidate dockerfiles by @mjholder in #154
- Add image updater workflow by @gburges in #155
- Updated library deps by @psav in #157
- Regular docker image update by @github-actions in #156
- Red Hat Konflux update frontend-operator by @red-hat-konflux in #159
- Enable building source images by default by @mjholder in #160
- Run unit tests in tekton pipeline by @mjholder in #162
- Added required params for deprecated-image-check migration by @mjholder in #163
- chore(deps): update rhtap references by @red-hat-konflux in #161
- chore(deps): update rhtap references by @red-hat-konflux in #164
- Added apached 2.0 license by @mjholder in #165
- chore(deps): update rhtap references to e9efe99 by @red-hat-konflux in #166
- Move license to license directory for konflux by @mjholder in #167
- License required for konflux build and release by @mjholder in #168
- Regular docker image update by @github-actions in #158
- Removed extra whitespace by @mjholder in #169
- chore(deps): update rhtap references by @red-hat-konflux in #170
- chore(deps): update konflux references by @red-hat-konflux in #171
- fix: set rhel8 label by @Victoremepunto in #175
- fix for RHEL8 nodes by @Victoremepunto in #181
- configurable-go-version by @Victoremepunto in #187
- refactor-lint by @Victoremepunto in #188
- chore: update GHAs by @Victoremepunto in #189
- Update controller gen by @Hyperkid123 in #179
- Update Build_Deploy Script to Support SC Branch by @casey-williams-rh in #190
- feat: remove '/preview' and '/beta' by @Victoremepunto in #191
- Add search index to Frontend spec by @Hyperkid123 in #194
- Add spec for Frontend service tiles by @Hyperkid123 in #195
- RHCLOUD-33912: update crd spec to match chrome-service by @florkbr in #193
- RHCLOUD-35424: Add widget registry to the frontend resource by @florkbr in #196
- [RHCLOUD-35554] - Add replica control on deployments by @adamrdrew in #199
- Inject generated config map to additional namespaces by @Hyperkid123 in #198
- fix(KONFLUX-3663): format PipelineRun files and upload SAST results by @ccronca in #185
- chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1052.1724178568 by @red-hat-konflux in #184
- Update Konflux references by @red-hat-konflux in #201
- Remove obsolete konflux references. by @Hyperkid123 in #203
- Add more annotation, maybe cachebust will start behaving by @gburges in #200
- Add search index to generated configmap by @Hyperkid123 in #205
- Update navigation specs by @h...
v0.1.4 - SSL and new configmap system
What's Changed
- Added SSL mode for openshift by @psav in #74
- Refactor config building, remove SSO cruft, change name in spec. by @adamrdrew in #92
- Configmap Refactor by @adamrdrew in #93
Full Changelog: 0.1.3...v0.1.4
v0.1.3
What's Changed
- Updated rhc-osdk-utils. Made some changes to make that upgrade work. by @adamrdrew in #91
Full Changelog: v0.1.2...0.1.3
v0.1.2
What's Changed
- [RHCLOUD-22669] Fix BundlePermission.Args to be array of strings by @adamrdrew in #70
- [RHCLOUD-16957] Add SLO metrics by @adamrdrew in #71
- Update grafana dashbaord with SLO metrics by @adamrdrew in #72
- Add disabled flag for frontend by @psav in #73
- Add route prefix to spec and inject that as ENV VAR to deployment by @adamrdrew in #75
- Update README, new makefile targets, and info on how to debug in VS Code by @adamrdrew in #76
- Add routePrefix to consoledot ingress paths by @adamrdrew in #77
- Revert route prefix addition by @adamrdrew in #79
- Added ROUTE_PREFIX back by @psav in #80
- Fixed status updates causing rereconciles by @psav in #81
- Fix status error handling by @psav in #82
- Add logging by @psav in #83
- Update ubi8 by @psav in #85
- Add lint by @psav in #84
- Update the dashboard with slo metrics by @adamrdrew in #86
- Tempfix to shut DVO until we fix the issues by @gburges in #87
- [RHCLOUD-19746] - Add the string -frontend to end of deployment name by @adamrdrew in #88
- Setting the annotation to the right place by @gburges in #89
- [RHCLOUD-23633] - Conditionally build Chrome config by @adamrdrew in #90
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
- [HAC-1852] Support Caddy Metrics by @BlakeHolifield in #39
- [RHCLOUD-20997] Add dependabot config by @BlakeHolifield in #43
- Update workflow in readme by @BlakeHolifield in #41
- Add new frontend custom config by @psav in #55
- Simplify some functions by @psav in #56
Full Changelog: v0.0.3...v0.1.0
v0.0.3
What's Changed
- Added whitelist feature by @psav in #29
- Fixed up container for UBI8 by @psav in #31
- [RHCLOUD-19211] Update bundles to handle nested navs by @BlakeHolifield in #34
- Fix sorting bug + lib updates by @psav in #35
- [RHCLOUD-19103] - Switch status checking to utils sdk Take 2 by @adamrdrew in #36
- Updated container build images by @psav in #38
New Contributors
- @adamrdrew made their first contribution in #36
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Merge pull request #30 from RedHatInsights/notifier Add notifier field to Frontend spec, make args optional on method
v0.0.1
Setup initial release