- Allow force deleting agent pools. #435
- Add support for CacheOptions in DeploymentSettings to enable Dependency Caching #436
- Generate TypedDict types for the Python SDK #437
-
Make SourceContext optional in DeploymentSettings #427
In some advanced use cases, for example if your source code is baked into a custom image, or you are obtaining the source code from a different source, you may not want to specify a
SourceContext
in yourDeploymentSettings
.
- Fixing TeamEnvironmentPermission, project field was not working #429
- Fix panic when using computed values in environment properties #423
- Fix panic in environment definition #418
- Fixes failing pulumi refresh on org tokens with a slash in its name #388
- Fix panic when using computed values in environment definition #411
- Added support for ESC Webhooks and Webhook Groups #401
- Added support for ESC Projects #401
- Fixes type error panic with environments #400
- Added TemplateSource resource #387
- Fixes a bug where the
Environment
resource would print its contents on error. #390 - Fixes a bug where the
Environment
resource would error if a FileAsset was used. #391 - Fixes a bug where the
AgentPool
resource lost some outputs onrefresh
. #395
- Fixing webhook exposing secret values bug #371
- Add a Stack Resource #357
- Fixed import by refactoring Read method of OrgAccessToken resource 311
- Fixed import by refactoring Read method of TeamAccessToken resource 311
- Fixed import by refactoring Read method of StackTag resource 311
- Fixed token value clearing on refresh 359
- Fixed import by refactoring Read method of EnvironmentVersionTag resource 311
- Fix a panic in DeploymentSettings #356
- Fixed import by refactoring Read method of AccessToken resource + minor refactor #311
- Fixed import by refactoring Read method of AgentPool resource + minor refactor #311
- Fixing noisy diff in DS OIDC object #330
- Removed accessToken provider parameter defaults from schema to prevent leaks #350
- Added CHANGELOG_PENDING file to ignore-list of the
main
workflow [#340]
- DeploymentSettings resource will now successfully store secrets, but outputs for secret values became ciphertext. #123
- DeploymentSettings will no longer have noisy diff on update and refresh #123
- DeploymentSettings can now be successfully imported #123
- Fixed Environment Get function by fixing the resource's Read method #319
- Fixed integ tests #328
- Added Update logic to Deployment Settings resource #299
- Fixed Read failure on 404 from Pulumi Service #312
- Fixed environment tests breaking due to name collision #296
- Fixed import for Schedules #270
- Fixed noisy refresh for Team resource #314
- Migrated all Diff methods to use GetOldInputs instead of GetOlds to avoid manually removing properties #297
- Version bump of
github.com/pulumi/esc
package to v0.9.1 as old one no longer works, which broke EnvironmentVersionTag resource
- Prevent noisy drift if agentPoolId is empty #268
- Add missing DeploymentSettings output properties #267
- Fixed refresh breaking schedules bug #257
- Adjusting provider to work with updated model for DockerImage #262
- Adding support for DeploymentSchedule resource. #248
- Adding support for DriftSchedule and TtlSchedule resource. #250
- Adding support for new WebhookFilters. #254
- Support
deleteAfterDestroy
option for theDeploymentSettings
resource. #244
- Updated pulumi/pulumi and other dependencies to latest versions. #233
- Support
import
for theTeam
resource. #207
- Fix
Read
for TeamStackPermission so resources are not deleted from state on refresh. Note: TeamStackPermission resources created before v0.17.0 will now return an error if attempting a refresh, but those (re)created with the new version will supportrefresh
. #205 - Fix
Update
for StackTags so tag names can be updated. #206