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

Update RELEASE to v0.49.1 and update v0.49.x docs #5263

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Oct 8, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Copy link
Contributor

github-actions bot commented Oct 8, 2024

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.49.1 with changes since v0.49.0

Internal Changes

  • update RELEASE to v0.49.1
  • Update workflow not to run by matrix (#5262)
  • Update quickstart README (#5261)
  • Add workflow steps to build and publish quickstart manifests (#5260)
  • Implement DetermineVersions of k8s plugin (#5257)
  • Support directly designating a gitSSHKey instead of File for launcher (#5258)
  • Revert "Copy platform provider kubernetes under the plugin directory (#5250)" (#5253)
  • Remove subnet ordering in head manifest (#5254)
  • Update quickstart header note (#5255)
  • Update feature status (#5256)
  • Copy platform provider kubernetes under the plugin directory (#5250)
  • Support fetching a piped config from AWS SSM Parameter Store (#5249)
  • Add test for k8s plugin's toolregistry (#5246)
  • Remove an unused field 'configFilePathInGitRepo' (#5248)
  • Update web development readme (#5247)
  • Add test for pipedv1's buildPlan method, and remove platform specific config from configv1's GenericApplicationConfig (#5238)
  • [bot] Update contributors (#5245)
  • Upgrade aws-sdk-go-v2 (#5241)
  • Add k8s plugin's toolregistry implementation (#5243)
  • Use index from requests in buildQuickSyncPipeline (#5242)
  • Add requires for stages in case of multi plugins quicksync pattern (#5239)
  • Fix panic in ECS driftdetection when a taskdef in livestates does not exist (#5240)
  • Copy pkg/config to pkg/configv1 (#5237)
  • Mark PipelineStage.Predefined as deprecated field (#5236)
  • Add PipelineStage.Rollback and mark PipelineStage.Visible as deprecated (#5232)
  • [docs] Remove AWS App Mesh from feature status (#5234)
  • [docs] Rearrange the core values on the top page (#5233)
  • Add toolregistry client as DeploymentService member (#5228)
  • Send StageIndex to plugins (#5231)
  • Sort the rollbackStages to fix the flaky tests (#5230)
  • Add stage_index field at BuildQuickSyncStagesRequest (#5229)
  • Add test for buildQuickSyncPipeline (#5227)
  • Add InstallTool RPC method for PluginService (#5218)
  • Add OpenSSF best practices badge to README (#5226)
  • Implement k8s plugin's FetchDefinedStages and BuildQuickSyncStages (#5223)
  • Modify spec for multi cluster deployment (#5219)
  • Use make release for major/minor releases (#5225)

Warashi
Warashi previously approved these changes Oct 8, 2024
@khanhtc1202
Copy link
Member

@t-kikuc Could you try running make release version=v0.49.1 on your local. I think this following file would be updated as well (docs/content/en/docs-v0.49.x/user-guide/managing-piped/runtime-options.md)

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.09%. Comparing base (cf39825) to head (7c0f098).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5263      +/-   ##
==========================================
- Coverage   24.10%   24.09%   -0.01%     
==========================================
  Files         441      441              
  Lines       47099    47099              
==========================================
- Hits        11352    11348       -4     
- Misses      34844    34847       +3     
- Partials      903      904       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
@t-kikuc t-kikuc changed the title Update RELEASE to v0.49.1 Update RELEASE to v0.49.1 and update v0.49.x docs Oct 8, 2024
Copy link
Contributor

github-actions bot commented Oct 8, 2024

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.49.1 with changes since v0.49.0

Internal Changes

  • update docs of v0.49.x by make release version=v0.49.1
  • update RELEASE to v0.49.1
  • Update workflow not to run by matrix (#5262)
  • Update quickstart README (#5261)
  • Add workflow steps to build and publish quickstart manifests (#5260)
  • Implement DetermineVersions of k8s plugin (#5257)
  • Support directly designating a gitSSHKey instead of File for launcher (#5258)
  • Revert "Copy platform provider kubernetes under the plugin directory (#5250)" (#5253)
  • Remove subnet ordering in head manifest (#5254)
  • Update quickstart header note (#5255)
  • Update feature status (#5256)
  • Copy platform provider kubernetes under the plugin directory (#5250)
  • Support fetching a piped config from AWS SSM Parameter Store (#5249)
  • Add test for k8s plugin's toolregistry (#5246)
  • Remove an unused field 'configFilePathInGitRepo' (#5248)
  • Update web development readme (#5247)
  • Add test for pipedv1's buildPlan method, and remove platform specific config from configv1's GenericApplicationConfig (#5238)
  • [bot] Update contributors (#5245)
  • Upgrade aws-sdk-go-v2 (#5241)
  • Add k8s plugin's toolregistry implementation (#5243)
  • Use index from requests in buildQuickSyncPipeline (#5242)
  • Add requires for stages in case of multi plugins quicksync pattern (#5239)
  • Fix panic in ECS driftdetection when a taskdef in livestates does not exist (#5240)
  • Copy pkg/config to pkg/configv1 (#5237)
  • Mark PipelineStage.Predefined as deprecated field (#5236)
  • Add PipelineStage.Rollback and mark PipelineStage.Visible as deprecated (#5232)
  • [docs] Remove AWS App Mesh from feature status (#5234)
  • [docs] Rearrange the core values on the top page (#5233)
  • Add toolregistry client as DeploymentService member (#5228)
  • Send StageIndex to plugins (#5231)
  • Sort the rollbackStages to fix the flaky tests (#5230)
  • Add stage_index field at BuildQuickSyncStagesRequest (#5229)
  • Add test for buildQuickSyncPipeline (#5227)
  • Add InstallTool RPC method for PluginService (#5218)
  • Add OpenSSF best practices badge to README (#5226)
  • Implement k8s plugin's FetchDefinedStages and BuildQuickSyncStages (#5223)
  • Modify spec for multi cluster deployment (#5219)
  • Use make release for major/minor releases (#5225)

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@t-kikuc t-kikuc enabled auto-merge (squash) October 8, 2024 05:05
@t-kikuc t-kikuc merged commit c22b053 into master Oct 8, 2024
15 of 17 checks passed
@t-kikuc t-kikuc deleted the update-release-v0.49.1 branch October 8, 2024 05:08
github-actions bot pushed a commit that referenced this pull request Oct 8, 2024
* update RELEASE to v0.49.1

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* update docs of v0.49.x by `make release version=v0.49.1`

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
t-kikuc added a commit that referenced this pull request Oct 8, 2024
#5263 (#5265)

* Fix panic in ECS driftdetection when a taskdef in livestates does not exist (#5240)

* Generate v0.49.x docs

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix: avoid panic when live taskdef does not exist

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Upgrade aws-sdk-go-v2 (#5241)

* Generate v0.49.x docs

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* upgrade aws-sdk-go-v2

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* upgrade aws-sdk-go-v2/**/*

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix compile errors caused by the breaking change

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix a test due to added RestartPolicy

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix: avoid panic when live taskdef does not exist

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix go.sum by `make update/go-deps`

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Remove an unused field 'configFilePathInGitRepo' (#5248)

* Generate v0.49.x docs

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* remove unused field 'configFilePathInGitRepo'

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Support fetching a piped config from AWS SSM Parameter Store (#5249)

* Generate v0.49.x docs

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* add --aws-ssm-parameter

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* add config-aws-ssm-parameter to piped

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* update docs of runtime options

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Remove subnet ordering in head manifest (#5254)

Signed-off-by: HoangNguyen689 <ndhoang.bk.hedspi@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Update quickstart header note (#5255)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Update feature status (#5256)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Support directly designating a gitSSHKey instead of File for launcher (#5258)

* Generate v0.49.x docs

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* add --git-ssh-key-env

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* update docs: add '--git-ssh-key-env'

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* add '\n' at the end of ssh key

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Directly use data instead of env

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Clarify the flag description

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* fix error message:  'and' -> 'or'

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Add workflow steps to build and publish quickstart manifests (#5260)

Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Update workflow not to run by matrix (#5262)

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Update RELEASE to v0.49.1 and update v0.49.x docs (#5263)

* update RELEASE to v0.49.1

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* update docs of v0.49.x by `make release version=v0.49.1`

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
Signed-off-by: HoangNguyen689 <ndhoang.bk.hedspi@gmail.com>
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Co-authored-by: Tetsuya Kikuchi <97105818+t-kikuc@users.noreply.github.com>
Co-authored-by: HoangNguyen689 <ndhoang.bk.hedspi@gmail.com>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Co-authored-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants