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 dependency slack to v751 #136

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Update Change
slack major 2.49 -> 751.v2e44153c8fe1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jenkinsci/slack-plugin (slack)

v751.v2e44153c8fe1

Compare Source

🐛 Bug fixes

📦 Dependency updates

v741.v00f9591c586d

Compare Source

🐛 Bug fixes

📝 Documentation updates

✍ Other changes

📦 Dependency updates

v734.v7f9ec8b_66975

Compare Source

👷 Changes for plugin developers

👻 Maintenance

📦 Dependency updates

v722.vd07f1ea_7ff40

Compare Source

🚀 New features and improvements

🐛 Bug fixes

  • Fix cleanChannelName() to return extracted channel even if channelName doesn't have # prefix (#​976) @​KojiNakamaru

📦 Dependency updates

v715.v1cfed1b_9c63c

Compare Source

🐛 Bug fixes

v714.v62ffe7c796cd

Compare Source

🐛 Bug fixes

v713.veb_117482d73d

Compare Source

🐛 Bug fixes

📝 Documentation updates

v712.vb_a_cb_5986ff00

Compare Source

🐛 Bug fixes

v711.v41060f587001

Compare Source

💥 Breaking changes

Two new scopes are required when uploading files:
* channels:read
* groups:read

Sending a file to multiple channels is no longer supported

Sending a file to a user requires sending them a message first and then using the channel ID from the response:

node {
  sh "echo hey > example.txt"
 
  def slackResponse = slackSend channel: '$userId', message: 'Hey', sendAsText: true
 
  slackUploadFile filePath: "*.txt", channel: slackResponse.channelId
}

👻 Maintenance

✍ Other changes

📦 Dependency updates

22 changes

v684.v833089650554

Compare Source

📦 Dependency updates

19 changes

v664.vc9a_90f8b_c24a_

Compare Source

👻 Maintenance

📦 Dependency updates

29 changes

v631.v40deea_40323b

Compare Source

👷 Changes for plugin developers

📦 Dependency updates

v629.vf00ea_cb_40d53

Compare Source

🚀 New features and improvements

✍ Other changes

📦 Dependency updates

v625.va_eeb_b_168ffb_0

Compare Source

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

v616.v03b_1e98d13dd

Compare Source

👷 Changes for plugin developers

📦 Dependency updates

v615.v303846e9802d

Compare Source

👻 Maintenance

📦 Dependency updates

v608.v19e3b_44b_b_9ff

Compare Source

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

v602.v0da_f7458945d

Compare Source

👻 Automatic releases are now enabled on merge to master

This comes with a new version number format, see https://www.jenkins.io/jep/229


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@totto totto closed this Oct 16, 2024
Copy link
Contributor Author

renovate bot commented Oct 16, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 751.x releases. But if you manually upgrade to 751.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/slack-751.x branch October 16, 2024 18:34
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.

1 participant