Skip to content

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.6 to 5.5.7#14

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.5.7
Jul 7, 2026
Merged

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.6 to 5.5.7#14
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.5.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.6 to 5.5.7.

Release notes

Sourced from PSModule/Process-PSModule/.github/workflows/workflow.yml's releases.

v5.5.7

Bump PSModule/GitHub-Script from 1.7.10 to 1.8.0 (#346)

Bumps PSModule/GitHub-Script from 1.7.10 to 1.8.0.

... (truncated)

Commits
  • ce64918 Bump PSModule/GitHub-Script from 1.7.10 to 1.8.0 (#346)
  • dcfb311 Bump PSModule/Build-PSModule from 4.0.14 to 4.0.15 (#345)
  • 762cffb Bump PSModule/Invoke-Pester from 4.2.4 to 4.2.5 (#344)
  • 8bb1745 Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#340)
  • e34ef35 Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#341)
  • e8f5b22 🩹 [Patch]: Bump PSModule/Publish-PSModule to v2.2.4 (#312)
  • 51f27f7 🩹 [Patch]: Reusable workflow dependencies updated (#332)
  • 1111791 🚀 [Feature]: Release-triggering file patterns now configurable via workflow i...
  • 3ed96da 🩹 [Patch]: Framework-generated code coverage no longer penalizes module autho...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 5.4.6 to 5.5.7.
- [Release notes](https://github.com/psmodule/process-psmodule/releases)
- [Commits](PSModule/Process-PSModule@205d193...ce64918)

---
updated-dependencies:
- dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml
  dependency-version: 5.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 7633950 into main Jul 7, 2026
41 of 42 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.5.7 branch July 7, 2026 21:23
Marius Storhaug (MariusStorhaug) added a commit that referenced this pull request Jul 14, 2026
Confluence is now a working PowerShell module: connect to an Atlassian
Confluence Cloud site once and manage pages, spaces, blog posts,
folders, comments, labels, content properties, attachments, and
restrictions as first-class PowerShell commands. This first version
ports the generalized Confluence REST v2 client into the PSModule source
layout and wires it to the Process-PSModule build.

## New: 41 Confluence commands

Grouped by resource area:

- **Auth** — `Connect-Confluence`, `Disconnect-Confluence`,
`Get-ConfluenceContext`
- **Config** — `Get-ConfluenceConfig`, `Set-ConfluenceConfig`
- **API** — `Invoke-ConfluenceRestMethod` (the single generic REST entry
point every command wraps)
- **Spaces** — `Get-ConfluenceSpace`, `Get-ConfluenceSpacePermission`,
`Get-ConfluenceSpaceProperty`, plus space administration:
`New-ConfluenceSpace` (create), `Update-ConfluenceSpace` (partial
update), `Set-ConfluenceSpace` (declarative create-or-replace),
`Remove-ConfluenceSpace` (permanent, asynchronous delete)
- **Site / Pages / BlogPosts / Folders / Comments / Labels /
ContentProperties / Attachments / Restrictions / Users** — read/write
commands per area; page edits use `Update-ConfluencePage` (renamed from
`Set-ConfluencePage`, since it performs a partial update and the `Set`
verb is reserved for declarative create-or-replace as in
`Set-ConfluenceSpace`)

Each command documents its required OAuth granular scope in its help,
and errors surface Atlassian's `X-Failure-Category` (for example
`FAILURE_CLIENT_SCOPE_CHECK`) so permission/scope failures are easy to
spot. Every command's help links to its documentation page
(`https://psmodule.io/Confluence/Functions/<Area>/<Command>/`) followed
by the relevant Atlassian API reference.

## New: reusable connections via Context

Credentials and module configuration persist through the
[Context](https://github.com/PSModule/Context) module, declared via
`#Requires` so the build records it as a manifest dependency. Connect
once — the token is stored as a `SecureString`. Store multiple sites or
accounts as named contexts and target any of them with `-Context`.

```powershell
$token = Read-Host -AsSecureString
Connect-Confluence -Site 'msxorg' -Username 'you@example.com' -Token $token -SpaceKey 'DOCS'
$space = Get-ConfluenceSpace -Key 'DOCS'
New-ConfluencePage -SpaceId $space.id -Title 'Release notes' -Body '<p>Hello</p>'
```

## How it is built

- One function per file under `src/functions/{public,private}`, grouped
by resource area; module state in `src/variables/private`.
- No `header.ps1` and no source `manifest.psd1` — the build generates
the manifest, derives the module tags from the repository topics, and
reads the `#Requires` (PowerShell 7.0 and Context) from the source.
- Comment-based help follows the GitHub module style: indented sections,
fenced examples, and a documentation-page `.LINK` first.
- Examples (`Connecting`, `Pages`) and a credential-free surface test,
plus a skipped integration scaffold that reads `CONFLUENCE_*`
environment secrets. Tests require Pester 6.x.

## Tests and secrets

No tenant-specific data is included — examples use generic placeholders.
The integration tests are skipped unless connection details are provided
through the repository's Actions secret and variables
(`CONFLUENCE_SITE`, `CONFLUENCE_USERNAME`, `CONFLUENCE_API_TOKEN`,
`CONFLUENCE_SPACE_KEY`), which this PR wires into the Process-PSModule
workflow through `TestData`. Each public function also carries a
`#SkipTest:FunctionTest` marker so the framework's source-code test
suite passes while per-function tests are deferred.

## Technical details

- Merged `main`: kept the implemented-module README over the placeholder
(#15), adopted the Pester 6.x requirement (#16), and picked up the
Process-PSModule workflow bump to v5.5.7 (#14).
- Validated locally: 0 syntax parse errors, 0 PSScriptAnalyzer findings
(repo linter and framework build rules), every public command's first
`.LINK` resolves to its docs page, and the module assembles and imports
with all 41 public functions.
- Change type is **minor** (new functionality on a pre-1.0.0 module).
Repository topics set to supply the manifest tags;
`major`/`minor`/`patch`/`NoRelease` labels created for the release
automation.
- No linked issue — this work was driven directly; a tracking issue can
be added for traceability. Opened as a **draft** for review.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant