Skip to content

Commit f595f69

Browse files
authored
Release 1.11.0 (#292)
* Update change log * Add back CI changes that were reverted
1 parent c60a64a commit f595f69

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags: ['*']
66
pull_request:
77
branches: [master]
8+
permissions:
9+
id-token: write
10+
contents: write
811
jobs:
912
test:
1013
strategy:
@@ -125,8 +128,7 @@ jobs:
125128
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
126129
uses: aws-actions/configure-aws-credentials@v1
127130
with:
128-
aws-access-key-id: ${{ secrets.DOCS_AWS_ID }}
129-
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET }}
131+
role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
130132
aws-region: us-east-1
131133
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
132134
run: make promote-docs-in-s3

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.11.0] - 2022-10-12
8+
9+
### Added
10+
- Add support for deployment on RStudio Cloud
11+
12+
### Changed
13+
- rsconnect-python will now issue warnings if it detects environmental variables that overlap with stored credentials
14+
715
## [1.10.0] - 2022-07-27
816

917
### Added

0 commit comments

Comments
 (0)