Releases: oracle-devrel/redbull-analytics-hol
Improved provisioning experience
The SSH key isn't directly needed for the hands-on lab, so making this optional. Also some doc updates.
Updated deployment
Updated docs and a bug in the deployment.
Refactored 1-click Hands-On Lab
This release has a refactored "one-click" (or really close to it!) hands-on lab.
Auto-build of ORM deployment file
This repo now can build its own ZIP files for ORM deployments. These are automatically built and stored in the release (as it's made).
Fixed potential for group name collisions
Fixing situations where the group name and/or dynamic group name creation would fail, if it already existed. This might occur in situations where the HoL would be deployed more than once in the same tenancy. This eliminates the potential for collision with the same group names being used.
v0.0.4: Merge pull request #8 from operard/main
I have read the CLA Document and I hereby sign the CLA
Minor updates
Fixed home region detection.
Refactored Terraform code
This release makes it easier to deploy the infrastructure, whether using ORM, Cloud Shell or Terraform CLI.
- Added DevRel defined tags (and ignored the default tags)
- Compatible with ORM, Cloud Shell and Terraform CLI
- Updated README to include instructions for all three methods
- Refactored, removing unnecessary resources (Vault, public Subnet, etc.).
- Added a nerd knob so that it could use an existing Group (rather than create a new one)
- Fixed ORM RegEx filters to allow dashes (-) and underscores (_), for the names
Initial release
This release includes the beginner series of tutorials, along with the Terraform stack to create the required OCI resources.