Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version to v1alpha1 from v1 #257

Merged
merged 24 commits into from
Oct 2, 2019

Conversation

jananivMS
Copy link
Contributor

Closes #256

What this PR does / why we need it:
This change renames the version of the CRDs to v1alpha1 from v1 based on the Kubernetes versioning standard to reflect the status of the project.

Special notes for your reviewer:

[You may need to delete the previously installed CRDs or reset the cluster before testing]
make install
make run
kubectl apply -f config/samples/azure_v1alpha1_sqlserver.yaml
kubectl apply -f config/samples/azure_v1alpha1_sqldatabase.yaml
kubectl apply -f config/samples/azure_v1alpha1_sqlfirewallrule.yaml

If applicable:

  • this PR contains documentation
  • [X ] this PR contains updates to tests

alexeldeib and others added 23 commits August 6, 2019 22:56
* improve tests with parallel execution and rm sleep

* fix the tests to run on kindcluster
* feat: implement keyvault controller

* Ace's KV changes with updates

* Added an event for the final successful provisioning

* Updated changes based on the PR comments

* removing unwanted file

* making resource group name the one in the keyvault yaml

Co-authored-by: Ace Eldeib <alexeldeib@gmail.com>
* this needs to exist in the reconciler in order to use controllerutil createorupdate
* add consumer group kind

* update tests for consumer group

* fix isbeingdeleted
* cluster additions

* updated docs
* Update azure-pipelines.yaml
* revert back // +kubebuilder:subresource:status changes - fix broken tests
* add dev conatiner - wip

* DevContainer up and running.

* Removed `sleep 80` and replaced with `kubectl wait`.

* Run `make set-kindcluster` from docker-compose.

* Set timeout on wait.

* Added `install-test-dependency` to makefile and dockerfile.

* Update README - Create SP with contribution rights.

* Updated README with details on using devcontainer.

* Stuff that wanted me to commit.

* Reverted changes made to `docker-build` in Makefile.
* first commit on Amanda's branch

* first

* before properties

* test not tested

* test works

* unit tests work, needs firewall rules

* addresses feedback

* erin's feedback

* janani's change, pass future

* async works much better now

* janani feedback

* screwed up interface prototype
* Updated eventhub_types - Added `secretName`.

* Added `secretName` to sample manifest.

* Set secret name to `secretName` if set, otherwise use eventhub name.

* Updated Makefile to update Azure Operator.

Also added the ability to rebuild image without cache.

* Updated README on how to update the Azure Operator.

* Updated CRD with SecretName description.

* Added tests to ensure `SecretName` was being used if present.

* Fix test.
@jananivMS jananivMS changed the base branch from master to azure-sql October 1, 2019 21:45
metadata:
name: sqldatabase-sample
spec:
location: westus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the DB be in a different location than the server? if not, should we get rid of this here?

@WilliamMortlMicrosoft
Copy link
Contributor

tested by creating sql server and firewall rule, then deleted server... everything cleaned up fine!

@jananivMS jananivMS merged commit 2d6eaf6 into Azure:azure-sql Oct 2, 2019
Porges pushed a commit that referenced this pull request May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants