Acorn - v0.9.0-rc1


What's Changed

  • Add the ability to specify unlimited for individual resources by @tylerslaton in https://github.com/acorn-io/runtime/pull/2109
  • Publish docs for v0.8 by @njhale in https://github.com/acorn-io/runtime/pull/2140
  • Quiet more install output by @cjellick in https://github.com/acorn-io/runtime/pull/2141
  • Fix issue with Project storage by @tylerslaton in https://github.com/acorn-io/runtime/pull/2142
  • Remove nightly EKS tests by @thedadams in https://github.com/acorn-io/runtime/pull/2147
  • Fix: Importing Private Keys (SSH Keys) for signing and deny them for verification (#2063 + #2115) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2145
  • change: adjustments to support ImageRoleBindings in Manager by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2118
  • change: always use internal image ref for IAR validation, if possible (#2067) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2113
  • Return 403 instead of 401 when failing to pull an image for image details by @g-linville in https://github.com/acorn-io/runtime/pull/2151
  • Refactor GenericMap to prevent managedField issues by @njhale in https://github.com/acorn-io/runtime/pull/2080
  • Updates for new API groups by @thedadams in https://github.com/acorn-io/runtime/pull/2157
  • fix: pulling an image twice failed as we provided the wrong repoDigest by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2156
  • add: default acorn.io/signed-name annotation for signatures (opt-out for verification) (#2149) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2150
  • change: only exclude AcornDNS cluster domains from cert-manager annotations (#2153) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2154
  • Add karpenter do-evict annotation when scale is nil or 1 by @StrongMonkey in https://github.com/acorn-io/runtime/pull/2159
  • Stop setting auto-upgrade to false on update (#2161) by @thedadams in https://github.com/acorn-io/runtime/pull/2162
  • Account for scale of a container when creating a QuotaRequest by @tylerslaton in https://github.com/acorn-io/runtime/pull/2165
  • Fix app validation when computeclasses change on stop by @njhale in https://github.com/acorn-io/runtime/pull/2164
  • Split resources into BaseResources and QuotaRequestResources by @tylerslaton in https://github.com/acorn-io/runtime/pull/2143
  • Cache image metadata to speed image details call by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2169
  • Revert "Cache image metadata to speed image details call" by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2172
  • Cache image metadata to speed image details call by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2173
  • require command to be passed to acorn kube command (#1184) by @keyallis in https://github.com/acorn-io/runtime/pull/2168
  • Cancel imagedatacache purge when context is canceled by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2175
  • change: allow non-file input for acorn image sign --key by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2167
  • Adjust RBAC to run on OpenShift by @sam6258 in https://github.com/acorn-io/runtime/pull/2158
  • fix acorn kube -w by @keyallis in https://github.com/acorn-io/runtime/pull/2181
  • change: early validation of signature annotations before signing (#2177) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2178
  • Add service container labels by @thedadams in https://github.com/acorn-io/runtime/pull/2182
  • add: ImageRoleAuthorizations and improve shared ImageSelector logic (#2148) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2160
  • Add aditional top level keys by @cloudnautique in https://github.com/acorn-io/runtime/pull/2188
  • Add details as a long-running resource by @thedadams in https://github.com/acorn-io/runtime/pull/2190
  • AML Rewrite by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2191
  • Fix broken args in acornfile by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2193
  • Fix upgrade with existing invalid acornfiles by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2194
  • Don't rename acornfile as that causes too obscure of errors by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2195
  • Add pragma header to force amlv0 syntax by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2196
  • Don't use @ in passwords as that break connections strings by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2197
  • Switch to using Deference by @cjellick in https://github.com/acorn-io/runtime/pull/2198
  • Bump aml by @ibuildthecloud in https://github.com/acorn-io/runtime/pull/2199
  • fix: empty name sent via imageSAR by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2200
  • Add missing permission for jobs by @StrongMonkey in https://github.com/acorn-io/runtime/pull/2189
  • fix: early capture non-file input for image sign by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2202
  • add: matchimageopts for imageselector (to bypass signature cache) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2201
  • fix: newconfig always overwrote feature map by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2203
  • fix: nil map assignment in features config by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2204
  • Make the MarshalJSON method on GenericMap a pointer receiver by @thedadams in https://github.com/acorn-io/runtime/pull/2209
  • fix: acorn:project:admin add get/list/watch for infos by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2208
  • Capture app spec in AppCreate event details by @njhale in https://github.com/acorn-io/runtime/pull/2210
  • add: IRA Superadmin by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2212
  • Record what defaultVolumeSize was used in the Defaults section of AppInstanceStatus by @tylerslaton in https://github.com/acorn-io/runtime/pull/2213
  • Allow images when feature flags are disabled by @thedadams in https://github.com/acorn-io/runtime/pull/2214
  • change: move role definitions around (aws specific and infra specific) by @iwilltry42 in https://github.com/acorn-io/runtime/pull/2216
  • Re-evaluate image permissions for failing apps by @thedadams in https://github.com/acorn-io/runtime/pull/2218
  • Use stage app image when determining when to re-evaluate permissions by @thedadams in https://github.com/acorn-io/runtime/pull/2219
  • Stop re-evaluating failed apps if IRA hasn't changed by @thedadams in https://github.com/acorn-io/runtime/pull/2220
  • Make cluster-scoped permission encompass project-scoped by @thedadams in https://github.com/acorn-io/runtime/pull/2207

New Contributors

  • @sam6258 made their first contribution in https://github.com/acorn-io/runtime/pull/2158

Full Changelog: https://github.com/acorn-io/runtime/compare/v0.8.0...v0.9.0-rc1


Details

date
Oct. 5, 2023, 3:56 p.m.
name
v0.9.0-rc1
type
Pre-release
👇
Register or login to:
  • 🔍View and search all Acorn releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or