Releases: rigdev/rig
Releases · rigdev/rig
v1.12.7
What's Changed
- ✨ Make proto out of the OperatorConfig so we can return it in the platform by @MatiasFrank in #1313
- ✨ Add proto for operator config in the platform api by @MatiasFrank in #1315
- ✨ Operator endpoints for cluster insights by @MatiasFrank in #1312
Full Changelog: v1.12.6...v1.12.7
v1.12.6
Changelog
- 2b683c1 🎨 Activity cli cleanup (#1299)
- a92cf80 🎨 Add resolved to issue activity (#1297)
- 7de9963 🎨 Redo activity proto model (#1296)
- 92f3a85 🔖 Update platform helm chart (#1302)
- 4d7a716 🐛 Fix pipeline bugs (#1273)
- afa9064 🐛 Spelling (#1286)
- e3cbcf5 🔥 Kill Issues in activities in the cli (#1301)
- ae59c55 🔥 Kill issues in activities and include total in endpoint (#1300)
- b0615bd 📝 Tag new platform: (#1288)
- 804d944 📝 Tag new releases (#1272)
- 47bcfcc 📝 tag new release (#1274)
- 6a9f60f 🛂 Activity RBAC (#1291)
- 1f7ab58 ♻️ Add Capsule as argument to WatchObjectStatus (#1306)
- f49da39 ✨ Activity CLI (#1292)
- 4f41825 ✨ Activity log proto (#1282)
- 91ca9e2 ✨ Add GetEnvironment endpoint (#1287)
- 23453c9 ✨ Add Isses to the CLI (#1307)
- 7feb49b ✨ Add VPA watching (#1303)
- c25fe0e ✨ Add filter to activity endpoint (#1298)
- d0e4105 ✨ Add new notification types to activity cli (#1295)
- 026b52e ✨ Add pipeline config to pipeline status (#1277)
- 48d28cb ✨ Add proto for metric expressions (#1279)
- c0a670c ✨ Add proto for operator Cluster endpoints (#1308)
- 0ddda49 ✨ More notification topics (#1293)
- e0abed4 ✨ Separate issue service (#1305)
- 1f05bb1 ✨ WithDefault and Sum to metrix expression (#1281)
- 64912f0 Add 'all' to metric Keys (#1283)
- fe4ec15 ⚡️ Improve scale-up/down performance by processing pod-template changes before replicas (#1310)
- e9df72f 🐛 Fix scale-up and improve
rig dev host
command (#1311) - b105980 🔖 Tag new platform version (#1275)
- ed4b379 🔖 Tag new platform version (#1276)
- 6d8020d 🔖 Tag new platform version (#1278)
- 579cf92 🔖 Tag new platform version (#1280)
- c9f5ca4 🔖 Tag new platform version (#1284)
- 37ac774 🔖 Tag new platform version (#1285)
- 621516b 🔖 Tag new platform version (#1290)
- 84ff0b3 🔖 Tag new platform version (#1294)
- 906c513 🔖 Tag new platform version (#1304)
- 687ffe6 🔖 Tag new platform version (#1314)
Docker Images
ghcr.io/rigdev/rig-operator:1.12.6
ghcr.io/rigdev/rig:1.12.6
ghcr.io/rigdev/rig-proxy:1.12.6
v1.12.5
What's Changed
- 🔖 Tag new releases by @MatiasFrank in #1269
- 📝 Update version constants by @MatiasFrank in #1270
- 🐛 Fix use of extra-args for command & arguments in
rig deploy
by @andersjohnsen in #1271
Full Changelog: v1.12.4...v1.12.5
1.12.5
What's Changed
- 🔖 Tag new releases by @MatiasFrank in #1269
- 📝 Update version constants by @MatiasFrank in #1270
- 🐛 Fix use of extra-args for command & arguments in
rig deploy
by @andersjohnsen in #1271
Full Changelog: v1.12.4...1.12.5
v1.12.4
What's Changed
- 📝 Tag new versions by @MatiasFrank in #1263
- 📝 Update rig versions in doc by @MatiasFrank in #1265
- 🎨 small proto-changes to pipeline and pipeline-service by @Munklinde96 in #1264
- ✨ Include already running in get effective pipeline settings by @Munklinde96 in #1267
- 🎨 Pipeline cli fixes by @Munklinde96 in #1266
- ✨ Add new
Issue
model to APIs by @andersjohnsen in #1268
Full Changelog: v1.12.3...v1.12.4
v1.12.3
What's Changed
- 📝 Tag new releases by @MatiasFrank in #1248
- 📝 Tag new release by @MatiasFrank in #1250
- Update docs versions by @MatiasFrank in #1251
- 🚸 Add grouping of flags in
capsule deploy
's help menu by @MatiasFrank in #1252 - ♻️ Refactor how we do platform capsule conversions by @MatiasFrank in #1254
- Added ProtoToYAML which strips the YAML of empty objects and lists by @MatiasFrank in #1255
- 🔥 Remove Change from Capsule/rollout types by @andersjohnsen in #1257
- ♻️ Use the CapsuleSpec instead of Changes in deploy by @MatiasFrank in #1256
- ✨ Add vertical scale flags to deploy by @MatiasFrank in #1258
- 🚸 Improved formatting of flags help menu by @MatiasFrank in #1259
- 🎨 proto renaming and add enabled flag to triggers by @Munklinde96 in #1260
- 🛂 metrics rbac by @Munklinde96 in #1262
- ♻️ interface{} -> any by @MatiasFrank in #1261
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- 🐛 Fixed a couple bugs relating to dry runs by @MatiasFrank in #1218
- ✨ Add an envvar_csi plugin which injects environment variables from a CSI driver by @MatiasFrank in #1219
- ✨ Add ProposalsEnabled endpoint by @MatiasFrank in #1221
- 📝 Add Capsule Extensions documentations by @andersjohnsen in #1222
- 🔖 Tag new versions by @andersjohnsen in #1224
- 🚸 Accept both helm value file and kubernetes object file for operator config in rig-ops by @MatiasFrank in #1220
- 🐛 Various small fixes to git store updating by @MatiasFrank in #1223
- 👷 Build rig-operator:main for arm64 as well by @andersjohnsen in #1226
- 📝 Update controller-gen version by @MatiasFrank in #1228
- ✨ Add new rig-proxy container for host/remote tunneling by @andersjohnsen in #1225
- 🎨 Redo pipeline dryruns and allow both global and project level pipelines at the same time by @Munklinde96 in #1232
- 🎨 Expand on pipeline dry-run output by @Munklinde96 in #1233
- ✨ Add Argo Rollout plugin by @MatiasFrank in #1229
- ✨ Add ContainerType to object status ContainerInfo by @MatiasFrank in #1234
- ✨ Add
script
property cluster config, allowing to run script to evaluate cluster token by @andersjohnsen in #1236 - 🐛 Fix proto numbering error by @Munklinde96 in #1237
- ✨ Add envvar_csi plugin condition when the secret fails by @MatiasFrank in #1235
- ✨ Change platform config format for Git clients by @MatiasFrank in #1238
- 🚸 Make it easier to see the spec of a capsule by @MatiasFrank in #1239
- 🐛 Fix
rig dev remote
auth-error message by @andersjohnsen in #1231 - ✨ Add yaml highlighting to dry run in deploy by @MatiasFrank in #1240
- ✨ Improve dry-run interactivity by @MatiasFrank in #1242
- 🚸 Better error loggin when a plugin fails by @MatiasFrank in #1244
- ✨ Metrics proto proposal by @Munklinde96 in #1245
- Update rig-go-api version by @MatiasFrank in #1246
- 🎨 Improve the metric proto structure by @Munklinde96 in #1247
- 🚸 Improve interactivity for plugin dry-run by @MatiasFrank in #1243
Full Changelog: v1.12.1...v1.12.2
v1.12.1
Changelog
- 5ee7164 🎨 Implement redo pipeline trigger changes in the CLI (#1215)
- 880614b 🎨 Redo triggers to more logical and include all or one condition (#1214)
- 624e3c2 🐛 Fix capsule extensions usage in templates (#1217)
- 7316461 🐛 Fix premature closing of plugins (#1216)
Docker Images
ghcr.io/rigdev/rig-operator:1.12.1
ghcr.io/rigdev/rig:1.12.1
v1.12.0
Changelog
- 9f82b30 🎨 Add conditions to manual promotions and change structure slightly (#1205)
- 1ac1f9d ♻️ Refactor config creation and always do validation (#1206)
- f6dbc6b ✨ Add Extensions to the capsule types (#1202)
- 07f8597 ✨ Add compute-config rig-ops command to dry-run plugin configuration (#1209)
- 381b09e ✨ Add conditions to manual progressions and other slight changes (#1201)
- 02d4b54 ✨ Include file content in capsule status (#1210)
- 9af33fb Fix naming (#1203)
- 4c53824 Fix naming redux..
- 330e9d0 ✨ Add Capsule-Extensions to Pipeline configuration (#1208)
- 726bc24 ✨ Add capsule-level extensions through Platform config (#1199)
- 487f4ba 🐛 Fix platform-helm to include capsule extensions (#1212)
- 50d800d 🐛 Fix reading of instance image ID (ImageID in favor of Image) (#1213)
- e1ee640 🔖 Tag new operator version (#1200)
- 9d919f6 🔧 Improve plugin configuration by being more consistent about plugin
name
vsplugin
field (#1211)
Docker Images
ghcr.io/rigdev/rig-operator:1.12.0
ghcr.io/rigdev/rig:1.12.0