Skip to content

Releases: Ridecell/ridectl

v0.3.1-alpha.1 DBShell write + updated linting and links

14 Dec 21:30
bb6b1a1
Compare
Choose a tag to compare

Summary

  • Support for enabling DBShell with write permissions
  • Added lint checks for customerPortal and ensuring Fernet Keys secret cannot be an empty string
  • Updated Old Quip links to their corresponding GDrive links

What's Changed

  • DEVOPS-3213 Add read-write mode for dbshell command by @vivekjainx86 in #121
  • DEVOPS-3213 Add customerPortal Lint rules and update quip links by @rc-marina in #120

Full Changelog: v0.3...v0.3.1-alpha.1

v0.3 - Teleport changes

09 Nov 06:50
9865abc
Compare
Choose a tag to compare

Summary

  • Removed VPN dependency, uses Teleport service for kubernetes and database access.
  • Added Announcement banner for future requirement.
  • Fixed Self-Update issue, where it continues executing old version instead of latest.
  • Updated Install documentation

What's Changed

Full Changelog: v0.2.16...v0.3

v0.2.16 - Update Summon-operator

14 Jun 06:12
f14ec4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.2.16

v0.2.15 Update SummonPlatform CRD and other changes

06 Jun 11:57
43fa485
Compare
Choose a tag to compare

What's Changed

  • Updated Go version to 1.17
  • DEVOPS-3117 fix postgresdump by @vivekjainx86 in #115
  • DEVOPS-3121 DEVOPS-3122 Update summon-operator crd by @vivekjainx86 in #116
  • Add FAQs and troubleshooting link in error

Full Changelog: v0.2.14...v0.2.15Update SummonPlatform CRD

v0.2.14 Update SummonPlatform CRD and some lint changes

04 May 11:03
7ffb9d4
Compare
Choose a tag to compare

What's Changed

  • DEVOPS-3091 Update Summon CRD, Check DEBUG mode, some fmt changes by @vivekjainx86 in #114

Full Changelog: v0.2.13...v0.2.14

v0.2.14-alpha.1

25 Apr 12:16
7ffb9d4
Compare
Choose a tag to compare
v0.2.14-alpha.1 Pre-release
Pre-release

What's Changed

  • DEVOPS-3091 Update Summon CRD, Check DEBUG mode, some fmt changes by @vivekjainx86 in #114

Full Changelog: v0.2.13...v0.2.14-alpha.1

v0.2.13 Improvements and fixes

12 Apr 04:56
b862017
Compare
Choose a tag to compare

Summary

Deprecations

Deprecated restart-migrations command; use ridectl restart command instead.

New feature

Added support for postgresdump job restart and status (part of ridectl status and ridectl restart command).

Fixes

Lint: Detect wrong/duplicate summonplatform spec fields
Lint: Remove old SummonPlatform object support
Edit: Ignore error for objects which are not registered in scheme
Lint: Throw error if SummonPlatform yaml does not contain 1 or 3 objects (1 for namespace, 3 for namespace, SummonPlatform and EncryptedSecret)
Edit: Fix KeyId cannot be blank issue even if Data section has no key/value pairs to encrypt
Edit: Get KeyId while decrypting values, and use same for encrypting values
Edit: If there are multiple keyIds used in encryptedsecret, then select most used key to encrypt all values
pyshell / shell: Select pod with Running state to execute commands.

Commits

Full Changelog: v0.2.12...v0.2.13

v0.2.13-alpha.1

07 Apr 10:05
b862017
Compare
Choose a tag to compare
v0.2.13-alpha.1 Pre-release
Pre-release

Alpha release

Summary:

Deprecated restart-migrations command; use ridectl restart command instead.
Added support for postgresdump job restart and status.

Fixed below issues:
Lint: Detect wrong/duplicate summonplatform spec fields
Lint: Remove old SummonPlatform object support
Edit: Ignore error for objects which are not registered in scheme
Lint: Throw error if SummonPlatform yaml does not contain 1 or 3 objects (1 for namespace, 3 for namespace, SummonPlatform and EncryptedSecret)
Edit: Fix KeyId cannot be blank issue even if Data section has no key/value pairs to encrypt
Edit: Get KeyId while decrypting values, and use same for encrypting values
Edit: If there are multiple keyIds used in encryptedsecret, then select most used key to encrypt all values

What's Changed

Full Changelog: v0.2.11...v0.2.13-alpha.1

v0.2.12-alpha.1

16 Nov 06:16
Compare
Choose a tag to compare
v0.2.12-alpha.1 Pre-release
Pre-release
remove namespace check

v0.2.11

15 Nov 12:55
491744c
Compare
Choose a tag to compare
make sure we return proper context (#104)