Releases: rigdev/rig
Releases · rigdev/rig
v1.11.7
Changelog
- 3334302 🐛 Fix alb service-port bug which constructed an invalid service spec (#1186)
- 3686f29 📝 Add examples to rig-ops CLI page (#1183)
- 703796a 📝 Added AWS guide (#1187)
- c1837e5 ✨ Platform Capsule can now reference k8s configmaps/secrets as files (#1189)
- 13b9769 ✨ Support for config file refs in deploy CLI (#1190)
- 4d378b4 🐛 Fix readyness check event processing (#1188)
- cf11163 🔖 Tag new chart versions (#1185)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.7
ghcr.io/rigdev/rig:1.11.7
v1.11.6
Changelog
- c1854fa 📝 A bit of homepage stuff, but mostly redo the getting-started into a guide (#1175)
- 937d253 📝 A bunch of docs fixes. (#1178)
- 47dea6d 📝 Add exampels to the scale page (#1182)
- b096b34 📝 Add plugin pipeline diagram (#1180)
- a6b9da2 📝 Move github and gitlab example to a ci-cd guide (#1179)
- 52934a4 📝 New figures in environment page (#1181)
- 5b702eb 📝 Slight updates to the CRD & Operator page (#1176)
- 3a183e0 ♻️ Copy v1alpha2 types into platformv1 to have all protobuf types in one package (#1177)
- f8a62ce ✨ Add --dir option to
rig-ops migrate
for reading plain YAML files (#1184) - bd81905 ✨ Add object_create plugin which can create arbitrary objects (#1174)
- 4915199 🐛 Fix token expiration validation in CLI auth check (#1173)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.6
ghcr.io/rigdev/rig:1.11.6
v1.11.5
v1.11.4
Changelog
- 49c3086 🐛 Add Type meta to HPA to make versions consistent (#1162)
- 17c7978 🐛 Fix various small things with the migration tooling (#1170)
- 4e18e5c 📝 Add Helm migration guide (#1164)
- 50fa6c4 📝 Declarative capsule spec deploy (#1168)
- 95868f2 📝 Make a more detailed guide on how to use plugins to inject secrets into a capsule (#1169)
- a97edd5 📝 Update private key doc string (#1165)
- c115d15 ✨ Add a Helm reader to the rig-ops, that renders the chart and passes resources through the migration tool (#1161)
- b0a00bb ✨ Emit deletion-at timestamp to be able to understand deletion lifecycle in platform (#1166)
- e023266 🐛 Fix parent-ref in object watching (#1171)
- 034ac42 🐛 Work around a propagation-delay in Kubernetes, in relation to graceful Pod shutdown (#1167)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.4
ghcr.io/rigdev/rig:1.11.4
v1.11.4-rc.1
What's Changed
- 🔖 Tag new chart versions by @andersjohnsen in #1152
- 📝 Update architecture and add Argo CD guide by @andersjohnsen in #1153
- 🎨 Bring rig-ops migrate up to date by @Munklinde96 in #1154
- ✨ Add endpoint to get effective notification settings by @Munklinde96 in #1155
- 🛂 Get Effective Notification settings rbac by @Munklinde96 in #1156
- ✨ Truncate change strings by @Munklinde96 in #1157
- 🐛 Fix Auth check in the CLI, by using making actual api-calls instead of just checking if values are present by @Munklinde96 in #1158
Full Changelog: v1.11.3...v1.11.4-rc.1
v1.11.3
Changelog
- d58ea11 📝 Add special-cases to route-plugin docs, and update first-capsule docs (#1148)
- 2d24cbe 📝 Update platform docs (#1147)
- 0c0df6e ✨ Introduce capsule-pipeline CLI (#1141)
- 1188a94 ⚡ Skip cert watching if none are created (#1145)
- d28910f Fix
script
in docker-registries in Helm charts (#1150) - 36f7b05 ✨ Support non-existing service accounts (#1149)
- f4651a2 📝 Update docs and center-align page (#1146)
- 5d5026e 🔖 Tag new operator version (#1144)
- 9b0ccc7 🚀 Use Helm for creating the platform service-account (#1151)
- 8070751 🛂 Add pipeline endpoints to rbac (#1139)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.3
ghcr.io/rigdev/rig:1.11.3
v1.11.2
v1.11.1
Changelog
- efe535d ⬆️ Upgrade rig-go-api (#1136)
- 27dd3c1 ✨ Add GetEffectivePipelineSettings endpoint on project service (#1138)
- 9c7c7d7 ✨ Proposal for pipeline execution (#1102)
- 616e4ec ✨ Add Pipeline settings update to cli (#1101)
- 0d5a302 ✨ Auto-create capsule on deploy if non-existing (#1134)
- 2937445 ✨ Support script-based generation of docker registry credentials (#1133)
- 5cdde58 🐛 Use WebSocket for port-forwarding to avoid gRPC issues with ingress controllers (#1137)
- c6c7c1e 📝 Add documentation for adding docker credentials using a script (#1135)
- 49ea849 🔖 Tag new charts (#1132)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.1
ghcr.io/rigdev/rig:1.11.1
v1.11.0
Changelog
- b6fa4af 🐛 Fix dry-run bug relating to deletion of resources (#1125)
- f7ffbc1 📝 Add docs for git-ops and the platform capsule spec (#1123)
- 148b6ce 📝 Add helm-context titles to configuration yaml in docs (#1126)
- 46c0216 📝 Improved a few docs (#1131)
- ed2cf6c ✨ Add bookmarking configuration to revision metadatas (#1130)
- 72237b5 ✨ Add message to changelog (#1129)
- 20097ba ✨ Rollout change-log proto (#1128)
- a78b588 ✨ Allow templated service-account names and handle LoadBalancer with hostname assignment (#1124)
- 5ae5888 🐛 Cap the number of login attempts (#1119)
- 36327f5 🐛 Fix compare of multiline changes (#1127)
Docker Images
ghcr.io/rigdev/rig-operator:1.11.0
ghcr.io/rigdev/rig:1.11.0
v1.11.0-rc.1
What's Changed
- ✨ Add proto for new git-store endpoint by @MatiasFrank in #1091
- ✨ Add support for updating GitStore settings non-interactively. by @MatiasFrank in #1090
- 🐛 Fixed a gitstore related bug by @MatiasFrank in #1092
- 🐛 Finished the field pkg by @Munklinde96 in #1094
- ✨ Add CLI support for updating pull request settings for git stores by @MatiasFrank in #1095
- ✨ Proposal for a structured promotion pipeline by @Munklinde96 in #1083
- ✅Fix integration test regression by @MatiasFrank in #1097
- 🔥 Remove experimental promote endpoint by @Munklinde96 in #1099
- ✨ Update git model proto to better handle different git providers by @MatiasFrank in #1096
- 🔥 Remove experimental promote endpoint by @Munklinde96 in #1100
- ✨ Proto for capsule_set endpoints by @MatiasFrank in #1098
- ✨ Add simple promotion v1 by @Munklinde96 in #1064
- ✨ Add proto for capsule-set functionality by @MatiasFrank in #1103
- ✨ Add deploy-set CLI command by @MatiasFrank in #1104
- ✨ Add CLI support for git-backed capsule-sets by @MatiasFrank in #1105
- 🐛 Fixed a couple CLI bugs with capsule-sets by @MatiasFrank in #1106
- 🎨 Add kubernetes-error field to Deploy dry-run outcome by @andersjohnsen in #1107
- ✅ Fix integration tests which failed when trying to write output logs by @MatiasFrank in #1108
- ✅ Update integration test by @MatiasFrank in #1110
- ✨ Proto for list-capsule-set-proposals by @MatiasFrank in #1109
- ✨ Add list-capsule-set-proposals to CLI by @MatiasFrank in #1111
- ✨ Add proto for job watching by @MatiasFrank in #1112
- ✨ Add kubernetes output proto for deployoutcome by @MatiasFrank in #1114
- 🐛 Fix undesired change of proto ids by @andersjohnsen in #1115
- 🐛 Dont return cronjob pods by @MatiasFrank in #1116
- ⬆️ Bump the go_modules group across 1 directory with 3 updates by @dependabot in #1093
- ✨ Add
rig dev remote
CLI for exposing a remote capsule in the local dev environment by @andersjohnsen in #1117 - ✨ Add job execution watching by @MatiasFrank in #1113
- ✨ Add rbac for port-forwarding by @MatiasFrank in #1120
- ♻️ Re-organize git provider specific configuration by @MatiasFrank in #1121
- 🚸 Better enable/disable flag logic in 'update git' commands by @MatiasFrank in #1118
- 📝 Small docs fixes by @MatiasFrank in #1122
Full Changelog: v1.10.6...v1.11.0-rc.1