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

chore: Remove remaining deprecated features #3268

Merged
merged 11 commits into from
Dec 12, 2024

Conversation

sfc-gh-jmichalak
Copy link
Collaborator

@sfc-gh-jmichalak sfc-gh-jmichalak commented Dec 11, 2024

  • remove remaining deprecated resources, data sources, and fields
  • update the docs with new examples and references
  • update the provider version in tracking package
  • minor updates in the docs
  • update lists in v1-preparations directory

Test Plan

  • acceptance tests

References

@sfc-gh-jmichalak sfc-gh-jmichalak changed the title chore: V1 ready remove deprecated chore: Remove remaining deprecated features Dec 11, 2024
Copy link

Integration tests cancelled for cc0b297885fc968597120f85cd7260fa69731ef4

@sfc-gh-jmichalak sfc-gh-jmichalak force-pushed the v1-ready-remove-deprecated branch from cc0b297 to f7ff538 Compare December 12, 2024 15:53
@sfc-gh-jmichalak sfc-gh-jmichalak marked this pull request as ready for review December 12, 2024 16:32
Copy link

Integration tests cancelled for aea0886fc9a7c7387f4b145b3fd06adbb3a15c71

Copy link

Integration tests cancelled for 7acc009bf6e4b813d3c03ca254d9bfd78beab304

snowflake-release-please bot and others added 2 commits December 12, 2024 20:42
🤖 I have created a release *beep* *boop*
---


##
[0.100.0](v0.99.0...v0.100.0)
(2024-12-12)


### 🎉 **What's new:**

* Account v1 readiness
([#3236](#3236))
([5df33a8](5df33a8))
* Account v1 readiness generated files
([#3242](#3242))
([3df59dd](3df59dd))
* Account v1 readiness resource
([#3252](#3252))
([8f5698d](8f5698d))
* Add a new account roles data source
([#3257](#3257))
([b3d6b9e](b3d6b9e))
* Add account data source
([#3261](#3261))
([6087fc9](6087fc9))
* Add all other functions and procedures implementations
([#3275](#3275))
([7a6f68d](7a6f68d))
* Basic functions implementation
([#3269](#3269))
([6d4a103](6d4a103))
* Basic procedures implementation
([#3271](#3271))
([933335f](933335f))
* Docs, test, and missing parameter
([#3280](#3280))
([10517f3](10517f3))
* Functions and procedures schemas and generated sources
([#3262](#3262))
([9b70f87](9b70f87))
* Functions sdk update
([#3254](#3254))
([fc1eace](fc1eace))
* Handle missing fields in function and procedure
([#3273](#3273))
([53e7a0a](53e7a0a))
* Procedures schemas and generated sources
([#3263](#3263))
([211ad46](211ad46))
* Procedures sdk update
([#3255](#3255))
([682606a](682606a))
* Rework account parameter resource
([#3264](#3264))
([15aa9c2](15aa9c2))
* Rework data types
([#3244](#3244))
([05ada91](05ada91))
* support table data type
([#3274](#3274))
([13401d5](13401d5))
* Tag association v1 readiness
([#3210](#3210))
([04f6d54](04f6d54))
* Test imports and small fixes
([#3276](#3276))
([a712195](a712195))
* Unsafe execute v1 readiness
([#3266](#3266))
([c4f1e8f](c4f1e8f))
* Use new data types in sql builder for functions and procedures
([#3247](#3247))
([69f677a](69f677a))


### 🔧 **Misc**

* Add ShowByID filtering generation
([#3227](#3227))
([548ec42](548ec42))
* Adress small task-related todos
([#3243](#3243))
([40de9ae](40de9ae))
* Apply masking
([#3234](#3234))
([c209a8a](c209a8a))
* fix missing references in toOpts and changes with newlines
([#3240](#3240))
([246547f](246547f))
* function tests
([#3279](#3279))
([5af6efb](5af6efb))
* Improve config builders
([#3207](#3207))
([425787c](425787c))
* Revert to proper env
([#3238](#3238))
([5d4ed3b](5d4ed3b))
* Use service user for ci
([#3228](#3228))
([2fb50d7](2fb50d7))


### 🐛 **Bug fixes:**

* Make blocked_roles_field optional in OAuth security integrations
([#3267](#3267))
([7197b57](7197b57))
* Minor fixes
([#3231](#3231))
([1863bf6](1863bf6))
* Minor fixes 2
([#3230](#3230))
([73b7e74](73b7e74))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
Copy link

Integration tests cancelled for de8a980400460b2cdcc7f3a2f9c0dc91cbda8bd7

Copy link

Integration tests cancelled for 47290545b6f3306a9e90e0ac5bb911f0411c750d

sfc-gh-jmichalak added a commit that referenced this pull request Dec 12, 2024
<!-- Feel free to delete comments as you fill this in -->
- remove disclaimers with v1 resource candidate note
- add disclaimers for preview features
- adjust the main disclaimer
- mark some remaining features as preview
- remove the old disclaimer from cortex search service
- the lists in `v1-preparations` are updated in
#3268
<!-- summary of changes -->

## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested
-->
* [ ] acceptance tests
<!-- add more below if you think they are relevant -->
* [ ] …

## References
<!-- issues documentation links, etc  -->
Copy link

Integration tests cancelled for 04ab489031951b865d5c79c6f8a8d77004e54a23

Copy link

Integration tests cancelled for bfa5d63ffaa6b8c8ec222e9c9eed07279566a2f4

@sfc-gh-jmichalak sfc-gh-jmichalak merged commit 24f01bc into v1-ready Dec 12, 2024
6 of 8 checks passed
@sfc-gh-jmichalak sfc-gh-jmichalak deleted the v1-ready-remove-deprecated branch December 12, 2024 20:20
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.

3 participants